summaryrefslogtreecommitdiffstats
path: root/jjb/holmes
AgeCommit message (Collapse)AuthorFilesLines
2020-03-31Merge "Migrate to ubuntu1804-builder"Andrew Grimberg3-6/+6
2020-03-31Migrate to ubuntu1804-dockerJessica Wagantall2-2/+2
Migrate the rest of the jobs from ubuntu1604-docker to ubuntu1804-docker Remove unused nodes Issue-ID: CIMAN-373 Change-Id: Idec34497cec90f650336cdd2dcfc8aaae2bcd2ec Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-31Migrate to ubuntu1804-builderJessica Wagantall3-6/+6
Migrate the rest of the jobs from ubuntu1604-builder to ubuntu1804-builder Remove unused nodes Change-Id: Ic43c12d3f7f8952d3248085ec103806c9b442047 Issue-ID: CIMAN-373 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-01-22Migrate HOLMES to SonarCloudJessica Wagantall3-0/+15
Issue-ID: CIMAN-343 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I3bac6d21e8cfa38cdf0f2c597b82d3f5b4b276bc
2020-01-14Ensure INFO runs in centosJessica Wagantall3-0/+3
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
2019-12-04clean CSIT jobsmrichomme1-14/+0
Issue-ID: INT-1237 Change-Id: I465ae7335455aaeb1f31b6cdf693ae595a6b0ee2 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-10-10Added Release Jobs for HOLMESGuangrongFu3-0/+6
Change-Id: I40997514b59e0628bc3392248396196e8e876dde Issue-ID: HOLMES-268 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
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-05-09Removed Deprecated JobsGuangrongFu3-3/+0
Change-Id: Ia903fb29f4eeb3a34b9bbe3d9ad944b378ec46dc Issue-ID: HOLMES-219 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2019-05-02Migrate to gerrit-maven-stage (HOLMES)Jessica Wagantall3-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: I3b5891c4e25b99a3e2c1bc1f275e4179c828e2c2 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-15Add INFO.yaml verify job (HOLMES)Jessica Wagantall3-0/+24
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: I92195e56b9cd6fce96b05a025b728a561827c34a Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-14Remove the jjb of unused repoGuangrongFu1-44/+0
Change-Id: Iad2bed528b1b138bb61086fec0abfb52c34f1afd Issue-ID: HOLMES-211 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2018-12-03Add nexus-iq-namespace for CLM jobsJessica Wagantall4-0/+4
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 docker-java to specify node"Jessica Wagantall3-3/+3
2018-11-13Manage views [c*-i*] in JJBJessica Wagantall1-0/+6
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 docker-java to specify nodeJessica Wagantall3-3/+3
Allow {project-name}-{stream}-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: I36dd81f3de10a1f40d3c1aabe7d379475f78d6c8 Issue-ID: CIMAN-219 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-23HOLMES-Refactor CLM project blockJessica Wagantall4-4/+36
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: I52ea3a5daf583e1a2c65dec819637ad4657d3a7c Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-28Spread out the scheduling of Daily jobsGary Wu4-4/+4
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-21Fix nested trigger_jobs (C-H)Jessica Wagantall1-3/+2
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: I9e0531719fc7f524c149144afcbac49b5b5fcfb8 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall4-0/+4
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove CLM jobsJessica Wagantall4-4/+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 Wagantall4-4/+4
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 Belur4-0/+4
- Add empty line between project sections. Issue-ID: CIMAN-1 Change-Id: If799176581c1fc90e1d8ce2eead7582552e35db4 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-05-07Move Dmaven.test.skip param (h-m)Jessica Wagantall3-3/+6
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 Change-Id: I71a93ca778817448d7b8772fd32fd7cc87460d35 Issue-ID: CIMAN-159 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-19Rename basebuild to builderJessica Wagantall4-8/+8
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-02-23Remove Amsterdam Job from JenkinsGildas Lanilis4-12/+4
In order to focus on Beijing Release, this is removing remaining Amsterdam Jobs on: -demo -dmaap -holmes -integration -modeling -msb -multicloud -testsuite -usecase ui -vfc Change-Id: I4f2a3818b1b53d426e03709e2bf7848cc02d1c78 Issue-ID: CIMAN-135 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-02-14Run sonar jobs once a dayJessica Wagantall4-0/+4
Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-13Remove empty java-version in templatesJessica Wagantall4-8/+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 Wagantall4-0/+4
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 Wagantall4-0/+44
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 Wagantall4-0/+8
Add amsterdam branch for jjb job templates for holmes repos Change-Id: I96652572f527b3da17de559b8d56c3d6c2e2661e Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-13Add java-version for CLM projectsJessica Wagantall4-4/+8
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 Wagantall4-4/+4
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-05Add a new CSIT job for HolmesGuangrong Fu1-0/+14
Add a new (and only) CSIT job for Holmes Change-Id: If3545904049daab0fff19ab00f1853b67704a2a5 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-29Add the docker-building tasksGuangrong Fu2-0/+6
Add the docker-building task for the engine-management module. Add the docker-building task for the dsa module. Change-Id: I5397fe503e17f9e36670c59ea3131c7607a1d945 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-23Add the docker-building taskGuangrong Fu1-0/+3
Add a new task to build the docker and push it the repo. Change-Id: Id2844e60cbd5b654f26cf1e4c241cdf1daf7cdd4 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-21Add Sonar Inspection Jobs for HolmesGuangrongFu4-0/+4
Add *-release-* jobs for Sonar Inspection Change-Id: I2b636d1630811e92c1eabbd45f69eb81d5439fd5 Issue-ID: HOLMES-41 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-08-11Remove irrelevant jjbs from HolmesGuangrong Fu4-16/+0
Remove irrelevant jjbs from Holmes Change-Id: I08b3b6dd0e4401b340a431b63c11fff8bda4f09a Issue-ID: HOLMES-33 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-02Add a new job for holmesGuangrong Fu3-0/+63
Create a new set of jjb for holmes/rule-management Create a new set of jjb for holmes/engine-management Create a new set of jjb for holmes/dsa Change-Id: Ic5ecd82da4519046f9faaff82c366ec5c0010ede Issue-ID: HOLMES-20 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-01Add a new job for holmes/commonGuangrong Fu1-0/+21
Create a new set of jjb for holmes/common Change-Id: I98a3060e390c5c049c1d030dc2cc9c94d3a9347d Issue-ID: HOLMES-20 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>