summaryrefslogtreecommitdiffstats
path: root/jjb/music
AgeCommit message (Collapse)AuthorFilesLines
2021-04-22Deprecate unmaintained reposJessica Wagantall3-159/+0
We did a report of those repos 9+ months without activity. Catherine confirmed we can deprecate these. Related to RELENG-3648 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I4ee1dd38e70b1b86ffde0589653619d6e67a0bfd
2021-01-26Remove obsolete docker templatesLasse Kaihlavirta1-6/+0
- remove obsolete templates related to docker building and tagging in discarded version of review and merge verification jobs Issue-ID: INT-1823, INT-1833 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I1d584952ea94565f62ea7031f248a49f8f7e72d0
2021-01-25Remove obsolete verification templatesLasse Kaihlavirta1-18/+25
- remove obsolete review and merge verification templates - comment out music CSIT job definition that was using those templates (new templates for golang are needed if music CSIT need to be supported in the future) Issue-ID: INT-1823, INT-1833 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ic0fffa1e8edf5bf2d90f9d53fbe946d0f37560ca
2020-12-17Disable music CSITLasse Kaihlavirta1-0/+1
- this PoC is no longer needed as ccsdk/distribution now serves as an example project in active use Issue-ID: INT-1769 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ie86015b2a07837e1b020b1ea465012631b6fb451
2020-11-27Rename project-specific CSIT PoC jobsLasse Kaihlavirta2-5/+5
- remove PoC postfixes and rename the templates properly - update changed names to music jobs - add comments to identify all relevant templates as parts of project-specific CSIT flow Issue-ID: INT-1794 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ib4fb99a9aeb14215346802a4aee158e0a07eb5eb
2020-11-20Add unified merge PoC job templatesLasse Kaihlavirta3-6/+21
- add PoC templates for unified merge and docker image STAGING jobs - unified merge job is triggered by merge submit trigger - the triggered docker build and CSIT are based on master - use the templates in music - restore the original {project-name}-{stream}-docker-golang-shell-daily music job - remove unsupported "condition" parameters from trigger-jobs - change project-specific CSIT to a single job that triggers all the plans under the project - change snapshot docker build to a single job that is named by artifact type (in music's case golang) - these changes should not be applied before integration/csit commit https://gerrit.onap.org/r/c/integration/csit/+/115170 is merged! Issue-ID: INT-1783 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: If838b264a82069504817bcf2612011c33e3d26f2
2020-11-17Differentiate CSIT PoC jobs and templatesLasse Kaihlavirta3-5/+6
- restore {project-name}-{stream}-docker-golang-shell-daily template to its original state - separate all new templates related to CSIT redesign by "PoC" postfix - pass CSIT jobs to be triggered to the template with explicit "jobs_to_trigger" list - define UNIQUE_DOCKER_TAG as input parameter to CSIT template Issue-ID: INT-1760 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I6eef5bf407d5c89406d1b19d7d931d9d00092908
2020-11-12Add project-specific CSIT job templateLasse Kaihlavirta1-3/+2
- add template for project-specific CSIT - apply the template in music component (note that this requires https://gerrit.onap.org/r/c/music/distributed-kv-store/+/114637 to be merged to find the proper plans) - pass selected infra parameters to triggered docker build and CSIT jobs to have them use appropriate branch Issue-ID: INT-1760 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Id83e54548243e9d5dc7d932acae469a8b295c48f
2020-11-10Apply given unique docker tag to imageLasse Kaihlavirta1-1/+2
- add input parameter to docker job and pass it to the build script (which has the requirement to use it to use it to tag any images it creates and pushes to Nexus) - this commit has no practical effect on music docker build until https://gerrit.onap.org/r/c/music/distributed-kv-store/+/114637 is merged Issue-ID: INT-1760 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I7ed89081e7d399c46ec875659d4c022a85dbce54
2020-11-05Add initial unified review job for testingLasse Kaihlavirta1-4/+9
- add initial template for triggering a docker image build and then CSIT job in sequence - apply the template in music Issue-ID: INT-1760 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I77e585bbbc1f7a04bebdacbc1d2cb0a05d023af1
2020-10-13Disable Music CSITLasse Kaihlavirta1-0/+1
- Music is in maintenance mode Issue-ID: MUSIC-613 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ic07c57161cd03a78c8718ee3bd30835efa2d1d3d
2020-05-04Frankfurt music jobsTschaen, Brendan1-2/+2
Issue-ID: MUSIC-593 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I3342736fbdd5818103d3518da227c78a1750ef56
2020-03-31Merge "Migrate to ubuntu1804-builder"Andrew Grimberg4-4/+4
2020-03-31Migrate to ubuntu1804-dockerJessica Wagantall1-1/+1
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 Wagantall4-4/+4
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-03-31Update MUSIC jobs to Ubuntu 1804Tschaen, Brendan1-3/+3
Issue-ID: MUSIC-575 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Ie62aed2eb443377442afde2f513fc3c4240eda19
2020-01-21Update build nodes for musicJessica Wagantall1-1/+1
music maven-docker jobs need to run on ubuntu since the team is calling apt commands in their scripts. Change-Id: If19ae2768c548767367de4ad09284f6028582577 Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-01-14Ensure INFO runs in centosJessica Wagantall4-0/+4
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-04clean CSIT jobsmrichomme1-15/+0
Issue-ID: INT-1237 Change-Id: I465ae7335455aaeb1f31b6cdf693ae595a6b0ee2 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-11-26Migrate MUSIC to SonarCloudJessica Wagantall1-0/+5
Issue-ID: CIMAN-343 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Icd30fd97397cc9fdf507093f92a63f2b1cac35a2
2019-11-18Add PTL mail notification for CSIT testsmrichomme1-0/+1
Use PTL mail address to notify in case of csit job errors Issue-ID: INT-1363 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I698f109c29c85ccca1b5c9eab5fab231918c6e0d
2019-09-16Move release jobs to docker nodeJessica Wagantall1-1/+1
Move release jobs to docker node since these repos will start using self container releases Change-Id: If335d12375863b3809e0d1335310a3eaeefea154 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-09-10Clean CSIT jjbsumry83641-2/+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-09-09Need to apply release to jar subproject.Nelson, Thomas (tn1381)1-0/+7
Issue-ID: MUSIC-406 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I2dd1386362c02dfc49c2183057f5fad05c2b4737 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2019-08-05Add MUSIC self release jobTschaen, Brendan1-0/+2
Issue-ID: MUSIC-478 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Idfff6a54857ebb72a069eefc47f110dade57e203
2019-06-11Update node for music jobJessica Wagantall1-1/+1
Music-prom still depends on Ubuntu to run. Update node to an Ubuntu one. Change-Id: I0b4cf4ad9366ec387310950513660d8aee934d41 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-04Remove deprecated music release jobsJessica Wagantall3-11/+12
- music-mdbc-master-release-version-java-daily has been replaced by music-mdbc-maven-stage-master - docker-version-java-daily jobs should be replaced by gerrit-maven-docker-stage jobs Change-Id: I0c063efc2ce9ad21b28cb9b54312046e4a211ce2 Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-09Remove old release jobsJessica Wagantall2-2/+0
Maven-stage jobs are running and working. Deprecate old release jobs Change-Id: Ia46faf5031213106aa7cd8ed1f6ad23993a9e5c2 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-02Migrate to gerrit-maven-stage (MUSIC)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: Ie8dd9828a80930b363c15fa7de61d8a809428f23 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-04-23Create music dublin jobsTschaen, Brendan1-2/+2
Change-Id: I4656b3ce5f86eabef77751f870ebcf7862a6cb30 Issue-ID: MUSIC-385 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-04-04Merge "Removing development branch jenkins job"Jessica Wagantall1-2/+0
2019-04-04Remove music-trigger jobsTschaen, Brendan1-31/+0
Trigger no longer implemented in music Issue-ID: MUSIC-375 Change-Id: I72d79fb208061b129eaa75d0c2b6144bdefde762 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-04-04Removing development branch jenkins jobTschaen, Brendan1-2/+0
Issue-ID: MUSIC-375 Change-Id: Ie92b1bfc976993f1e3d1b940bd605fdf5e75cdf6 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-08Add INFO.yaml verify job (MUSIC)Jessica Wagantall4-0/+32
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: I815d7a840d13c9ca5563854d0257622ef75d402e Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-01-29No need for Trigger in Master.Nelson,Thomas(tn1381)(arthurdent3)1-2/+2
Trigger only in Casablanca, has been removed going forward. Change-Id: Ib842c425c195b1e97094ac95267fd17d5dc8c7cc Issue-ID: MUSIC-297 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-12-11Allow docker-version-java to specify nodePaul Vaduva2-0/+2
Allow {project-name}-{stream}-docker-version-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: If3e5c77b1e80c1dd86a676c920ac0ecb7d93d562 Issue-ID: CIMAN-219 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-03Add nexus-iq-namespace for CLM jobsJessica Wagantall5-0/+5
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-15Update PROM for Release in CasablancaNelson,Thomas(tn1381)(arthurdent3)1-0/+2
Change-Id: Ibfdb2975e631d5923633a8e0e2013a3291c734a3 Issue-ID: MUSIC-190 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-11-14Update for Cassandra BranchNelson,Thomas(tn1381)(arthurdent3)2-4/+4
Change-Id: Ia158bb01b8d3f48dde1099721306e83f45ccce31 Issue-ID: MUSIC-187 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-11-13Manage views [l*-p*] 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: If154d6a488998346cefe4a39927a6cb5379c08b0
2018-11-07Add mdbc jenkins jobsTschaen, Brendan1-0/+26
Change-Id: Ib0c684ecc2f8a50f0817f709fdccb845aa1a2cac Issue-ID: MUSIC-177 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-05Add jobs for dev cassandra only branchTschaen, Brendan1-0/+2
Change-Id: I0179ab1805a197082ba3b4c177afaee8a66bbe09 Issue-ID: MUSIC-148 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-10-23MUSIC-Refactor CLM project blockJessica Wagantall4-6/+38
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: I7c6c2e167f86c4d66d45adddbbed256e3c798d83 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-21Fix nested trigger_jobs (M)Jessica Wagantall2-4/+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: I17cb960bd182c45b8921855f699a0777882fd154 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-18Remove Sonar job on repo not used in CasablancaGildas Lanilis1-13/+0
Music/prom repo won't be delivering artifacts for Casablanca release, thus removing from Sonar. Change-Id: I653a0842e3542ed88df177069efa0c23667550b4 Issue-ID: CIMAN-202 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-09-13Add music trigger builderTschaen, Brendan (bt054f)1-0/+22
Change-Id: I8da1f04e52f2f95bec9de8058a5d4a864a16f8ff Issue-ID: MUSIC-103 Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
2018-08-31Remove python clm configurationGildas Lanilis1-1/+0
In Beijing release, there was a try to have Nexus IQ scanning python file. This never succeed. This code submission is about removing "gerrit-python-xc-clm" job. Change-Id: Iee9a91b0fc481843a1c2acdefad3f7680104de14 Issue-ID: CIMAN-199 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall4-0/+5
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>