summaryrefslogtreecommitdiffstats
path: root/jjb/vid
AgeCommit message (Collapse)AuthorFilesLines
2018-12-03Add nexus-iq-namespace for CLM jobsJessica Wagantall1-0/+1
Add nexus-iq-namespace variable for CLM jobs to use the 'onap' prefix in Nexus IQ reports. Having this prefix, will help in situations where two different organizations have the same application names. Change-Id: Id689cbb482d823482932fb4d397bd2adae950735 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-13Manage views [t*-v*] in JJBJessica Wagantall1-0/+6
Use lf-views to manage views through JJB Issue-ID: CIMAN-218 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I1297f26739606105288f65aac5919d9b57ef8051
2018-10-31CSIT for VID Casablanca branchSonsino, Ofir (os0695)1-2/+5
Change-Id: Ie0296595e0bd58704c332243f30fdaa599188303 Issue-ID: VID-341 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-24support VID master and casabalanca branchesSonsino, Ofir (os0695)1-0/+4
Change-Id: I0cacbc797bdc9fc810674f12a55a9f87272ebbd5 Issue-ID: VID-334 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-23VID-Refactor CLM project blockJessica Wagantall1-1/+10
The clm job portion needs to be on its own project section similar to the Sonar portion. The reason behind this, is because we only want this job to be running for master and no other branches. Also, this is in preparation for the work that is to come from global-jjb on application names in CLM. Change-Id: Ic13877422d53b29edd9046948be0e8361a7eae42 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-28Spread out the scheduling of Daily jobsGary Wu1-1/+1
Spread the scheduling of Daily jobs throughout the day to reduce resource contention. Change-Id: I2b2606b4022c1d9f882bfe95b439b021b17f362e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-24Merge "Fix nested trigger_jobs (U-V)"Jessica Wagantall1-2/+1
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall1-0/+1
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove CLM jobsJessica Wagantall1-1/+0
Remove CLM jobs as they are exposing proprietary information. Looking into how to handle these better. Change-Id: I8dde2f314af5a945163e0b1172926c398ec78c37 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-01Fix nested trigger_jobs (U-V)Jessica Wagantall1-2/+1
After upgrading to JJB 2.2.0 any nested parameters up to 3 levels will be reported as a failure. We need to fix those so that there is only 2 levels maximum. Committing this as a single patch since our verify job is broken. Change-Id: Ia0557bcbaab66321fd4aa202a0333f38c86b3441 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-01Fix clm job definitionJessica Wagantall1-1/+1
Cleanup CLM job definitions that do not require any parameters Change-Id: Ib0125bcaa5e3c0a1f70041a78fec59c445e00645 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-24Change VID docker jobs to use dedicated VMGary Wu1-2/+15
Change-Id: I6930b268ab3ed15adc0fe099439d17ede5d6d3f7 Issue-ID: INT-588 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-14Make code sections readable and consistentAnil Belur1-0/+1
- Add empty line between project sections. Issue-ID: CIMAN-1 Change-Id: If799176581c1fc90e1d8ce2eead7582552e35db4 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-05-08Move Dmaven.test.skip param (v)Jessica Wagantall1-1/+2
Rather than hardcoding this parameter as part of the maven-docker-push-daily macro, we are passing it as a "mvn-params" parameter from the project's JJB template. Notice that this change IS NOT adding "Dmaven.test.skip=true" but rather moving it away from the macro into the project's template to handle it individually per project. Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb Issue-ID: CIMAN-159 Change-Id: Ifb0d616f34730ffc0eaa9a371ad8800b7d153e50 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-19Rename basebuild to builderJessica Wagantall1-2/+2
Rename nodes from "basebuild" to "builder" in preparation for updating to common-packer. Change-Id: I6ff64e3ee5c856391430296aded45d84c46de171 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-09Remove stage-site-java templateJessica Wagantall1-6/+1
Remove stage-site-java JJB template as we no longer will be using or updating the maven settings files. Change-Id: I5aa610328613ccd24fdfa5c64a14950b926dc5c8 Issue-ID: CIMAN-144 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-14Run sonar jobs once a dayJessica Wagantall1-0/+1
Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-13Update VID Jenkins jobsOfir Sonsino2-32/+0
Change-Id: I1beba4362e77f834a0da42eb450627d7c4d21587 Issue-ID: VID-187 Signed-off-by: Ofir Sonsino <os0695@att.com>
2018-02-13Remove empty java-version in templatesJessica Wagantall2-4/+0
The new upgrade of global-jjb 0.16.0 is able to handle the java version better. We do not need to set this variable as empty anymore. Change-Id: I88cae9f4b49241b6045deee7fd696c18d781db1c Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-01Fix settings location vid-asdcclientJessica Wagantall1-2/+2
Change-Id: I493bc102f7c60040f29041be536bf5baa902255e Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-01Set build node for gerrit-maven-sonarJessica Wagantall2-0/+2
Run gerrit-maven-sonar on a 4c-4g node Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I8a50b075ab6c1da5b015136b30a8aa2fab5bbc9a
2018-02-01Move projects to gerrit-maven-sonarJessica Wagantall2-0/+22
The current Sonar goal in release-version-java-daily has a lot of issues when running for projects in more than one branch. Remove sonar task from release-version-java-daily and use global-jjb gerrit-maven-sonar job instead. Change-Id: I9a20b68f4539e227ceab4063edb2df429cf60afb Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-21Add amsterdam stream to JJB templatesJessica Wagantall2-0/+4
Add amsterdam branch for jjb job templates for vid repos Change-Id: Ieecaad1279a5c34592602456139b07c3b48d6a33 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-17Fix CSIT trigger for VIDOfir Sonsino1-1/+1
Change-Id: I2a915337fc56629929d8200bc8019b2f37fd5d3b Issue-Id: VID-68 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-13Add java-version for CLM projectsJessica Wagantall2-2/+4
Add java-version parameter just for CLM jobs to avoid other jobs from breaking by picking the wrong configuration. Issue-ID: CIMAN-65 Change-Id: Ia70e807cc581d63296ef59320ef18e079b63c17d Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-11Move CLM jobs to global jjbJessica Wagantall2-2/+2
Use CLM job from global-jjb Remove the local CLM job template Issue-ID: CIMAN-65 Change-Id: I0660c6b73552d2e29851f3f120c7db2698724141 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-03Remove release 1.0.0 from stream (VID)Ofir Sonsino1-2/+0
Issue-ID: VID-60 Change-Id: Ic5a11d24ec55885912464adb4543c806749b8c7f Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-26Remove vid-docker-image-blessing jobOfir Sonsino1-1/+0
Change-Id: I4f2772f1d8cb5b365c082e229327017e63f60695 Issue-ID: VID-69 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-25Add jjb jobs to trigger csit test casesYuli Shlosberg1-0/+14
Create VID csit file in jjb to trigger csit flow Change-Id: I66877087438487954b28bb4a240fae441ca818bc Issue-Id: VID-68 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-06-09Merge "vid: Enable CLM scan job"Andrew Grimberg1-0/+1
2017-06-08vid-asdcclient: Enable CLM scan jobJessica Wagantall1-0/+1
CLM scans should be performed for vid-asdcclient and the results will be reported in Nexus IQ server. Change-Id: Id1876f1f792927b3a89802df556bcd6618bae2b4 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-06-08vid: Enable CLM scan jobJessica Wagantall1-0/+1
CLM scans should be performed for vid and the results will be reported in Nexus IQ server. Change-Id: I23fda3522d3adc7127c1a712e148f10ebd2f72af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-03-17[VID-1] Updating vid jjbjimmydot1-1/+6
Change-Id: Ibf44069ff388c1a986b3fe1ec62ed2e7ab7fc2e6 Signed-off-by: jimmydot <jf2512@att.com>
2017-03-10[OS-144] Adding release streamJimmy Forsyth1-0/+2
Change-Id: Ibf16d7908ab7cdf161bd9d889e1a5729ccb48e79 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2017-03-02[OS-144] Setting up rel ver for vidJimmy Forsyth1-1/+1
Change-Id: Id5ef60f1bbc3caf43eba5159842240793d5924c3 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2017-03-02[OS-144] Changing to version jobJimmy Forsyth1-1/+1
Change-Id: Ib5a351d1e924e21743831c9d769151ee36591e19 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2017-03-02[OS-144] Adding release jobJimmy Forsyth1-0/+1
Change-Id: I4be2db4e781adef6a618fe800c7000e4ffd8d831 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2017-02-24De-lint JJB filesAndrew Grimberg1-2/+2
* De-lint files * Move the sonar URL calls to a global Jenkins Variable Change-Id: Ic2086d922e848596aab2f2471ee8e615c34f581e Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-19Change build node for vidAndrew Grimberg1-0/+1
Change-Id: I23e9b134309cd766e199f86caf7d94fdf2abedad Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-17[OS-144] Set up docker profileJimmy Forsyth1-1/+1
Change-Id: I748cc30892c1b845a9a1672b9d67a778c2377255 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2017-02-16[OS-144] Changing pom to main pom for dockerForsyth, James (jf2512)1-1/+1
Change-Id: I8388ee892082ca62a9c27ae44c03bc267e10f195 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
2017-02-16[OS-144] Adding jobs to vid jjbForsyth, James (jf2512)1-0/+4
Change-Id: Ie33190b6a9996b444519b753d28e6d145c3905dd Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
2017-02-06Setup vid/asdcclient base jobsAndrew Grimberg1-0/+15
Change-Id: I045ea018abc65f4394f70bf3a4cb99682f869d74 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-02Add basic jobs for vid repositoryAndrew Grimberg1-0/+15
Configure the basic verify and merge jobs for the vid project Change-Id: Id304966ccf5520fe8a34ac1d9acdc5d7b977985d Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>