summaryrefslogtreecommitdiffstats
path: root/jjb/cli
AgeCommit message (Collapse)AuthorFilesLines
2020-01-14Ensure INFO runs in centosJessica Wagantall1-0/+1
Move INFO.yaml verify jobs to centos node to ensure there are no issues with Python packages. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ib696292b9785478175515694247854b2e4e1c37f
2020-01-09Simplify sonar variablesJessica Wagantall1-1/+1
Globalize sonar_mvn_goal Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ia46696394bfbde621b861e662e6a512f5f6df967
2019-12-10Merge "Migrate CLI to SonarCloud"Jessica Wagantall1-0/+5
2019-12-04clean CSIT jobsmrichomme1-16/+0
Issue-ID: INT-1237 Change-Id: I465ae7335455aaeb1f31b6cdf693ae595a6b0ee2 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-12-03Use centos node for maven-docker-stageJessica Wagantall1-1/+1
Change-Id: Ie93339621aa4948d3c28ba5b93c4342668b612d6 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-11-26Migrate CLI to SonarCloudJessica Wagantall1-0/+5
Issue-ID: CIMAN-343 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I1cf69da707f2b0856baab81af62b555f129c4c4f
2019-10-23Fix docker build issue in cliKanagaraj Manickam1-4/+7
Issue-ID: CIMAN-333 Change-Id: I6b408cde3922867c2138729ba021b58017628dc0 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
2019-10-10Enable self release for CLI projectKanagaraj M1-0/+2
Issue-ID: CIMAN-333 Change-Id: I108478e7577311a359947ea6f2df6cca5f6eff9e Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
2019-09-10Clean CSIT jjbsumry83641-0/+1
- delete jobs that have never been triggered - disable jobs corresponding to test code that has not changed for more than 9 months Issue-ID: INT-1237 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ifd1e652a3700f874277f148af23c49042410ba29
2019-07-11Remove deprecated release jobsJessica Wagantall1-6/+0
Remove cli deprecated jobs which have been replaced by maven-stage and maven-docker-stage Change-Id: I194f8874304d94986375649a48207fd98b9319f5 Issue-ID: CIMAN-240 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-20Migrate to gerrit-maven-stage (CLI)Jessica Wagantall1-0/+12
Migrate to use gerrit-maven-stage from global-jjb to allow the generation of signed release artifacts that will reduce release processing time. Change-Id: I1a16957195d629f9f6099b4433a8d7416333e2a2 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-07Add INFO.yaml verify job (CLI)Jessica Wagantall1-0/+8
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: I2590b90636b23b841830dc26763cc7d015a01567 Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-02-05temporary disable arm64 docker build for cliPaul Vaduva1-18/+18
The docker build jobs on arm64 will not pass until the dockerhub migration is approved and implemented. Change-Id: Ied1aa3551ea09d4facdf710f50b412dca9077e10 Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-07Add arm64 docker build for cliPaul Vaduva1-0/+18
Add arm64 docker-build job for cli project Change-Id: I5677151df11cc07efec8f03f0f7a71dfde2aa651 Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
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-27Merge "Allow aai-docker to specify node"Jessica Wagantall1-0/+1
2018-11-13Manage views [c*-i*] in JJBJessica Wagantall1-0/+5
Use lf-views to manage views through JJB Change-Id: I377e257f4ca54c9e408146e4efa5f1dabbec8351 Issue-ID: CIMAN-218 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-08Allow aai-docker to specify nodeJessica Wagantall1-0/+1
Allow {project-name}-{stream}-aai-docker-java-daily to allow a specific build-node to be able to run these jobs using the ARM architecture nodes. All current projects using this job will stay unchaged and will still run their builds on ubuntu1604-docker-8c-8g. Change-Id: Iba61122be8645f5b8cb500c5bd823ff17d2a3fcb Issue-ID: CIMAN-219 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-23CLI-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: I4bad793baa4ca339dcc2ef4beb49703aab0b8b80 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-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 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-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-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-3/+0
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-22Strip off amsterdam jenkins daily job for CLIKanagaraj Manickam k003651061-2/+0
Issue-ID: CLI-92 Change-Id: Id142071787c7b7518082d84269573851f74029d5 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
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-13Remove empty java-version in templatesJessica Wagantall1-2/+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-01Set build node for gerrit-maven-sonarJessica Wagantall1-0/+1
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 Wagantall1-0/+11
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-12-04Add amsterdam stream to JJB templatesJessica Wagantall1-2/+2
Add amsterdam branch for jjb job templates for cli repos Change-Id: I9e1a589874522de51d3d5571befd244cb036e66d Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-15Remove CLI release-1.0.0 CSIT jobsGary Wu1-2/+0
Integration repo has not branched yet, so there cannot be any release-1.0.0 CSIT jobs. Change-Id: Ia79e24a20e09960a795501d2bb595c6edcd707fe Issue-Id: CLI-70 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-08Add jobs for cli release-1.1.0Kanagaraj Manickam k003651062-1/+7
Issue-Id: CLI-70 Change-Id: Ib0be1092ed47a396ca8cfadc339723c38effec5d Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-10-13Add java-version for CLM projectsJessica Wagantall1-1/+2
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 Wagantall1-1/+1
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-09-06Add CSIT for CLIKanagaraj Manickam k003651061-0/+13
Helps to add CSIT jenkins job for CLI project Issue-Id: CLI-35 Change-Id: I17497a701470841e5115f3b1c8151f9ba0730c3e Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-08-24Specify CLI docker image name as "onap/cli"Gary Wu1-0/+1
Change-Id: I7ce049ed05b2117bc5617991f9ebbffbd3fa8237 Issue-id: CIMAN-23 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-08-23Fix docker build job for CLIGary Wu1-7/+3
Change-Id: I47219fa600b5f6c001c7fe665fa50d64ae2d5344 Issue-id: CIMAN-23 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-08-10Merge "Enable docker build for cli"Andrew Grimberg1-0/+7
2017-08-09Enable docker build for cliKanagaraj Manickam k003651061-0/+7
It adds docker build as part of packaging and deploy mvn phases. Change-Id: Idc2bd8a86c22704fd920196a7f2bd6088cafdc13 Issue-id: CLI-26 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-08-08Remove invalid release 1.0.0 entry from CLI jjbKanagaraj Manickam k003651061-2/+0
Issue-id: CIMAN-15 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> Change-Id: If9f54fd7858991abddf3e1865e66a0ae0ca8b2f2
2017-07-12Add jenkins job for cli projectKanagaraj Manickam k003651061-0/+24
Helps to add required jenkins job for CLI project. JIRA: CLI-4 Change-Id: Icd4140d16c6b85f7ba5764f85d8f937ec255847a Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>