summaryrefslogtreecommitdiffstats
path: root/jjb/music/music-distributed-kv-store-csit.yaml
AgeCommit message (Collapse)AuthorFilesLines
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 Kaihlavirta1-3/+3
- 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 Kaihlavirta1-5/+3
- 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 Kaihlavirta1-3/+4
- 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-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
2018-09-21Fix nested trigger_jobs (M)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: I17cb960bd182c45b8921855f699a0777882fd154 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-27Fix issue in CSIT Job trigger for KV storeShashank Kumar Shankar1-5/+2
This patch fixes an error in the CSIT KV store job trigger. Change-Id: I8f327a08eaf402c03effb6741176637e55a33afe Issue-ID: INT-446 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-26Add CSIT trigger for KV storeShashank Kumar Shankar1-0/+17
This patch adds CSIT trigger for distributed KV store. Change-Id: Ia7dbbfe6a2c4b93d5e35a1ef8301d0cdcbeb533a Issue-ID: INT-446 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>