commit | 4c8729f6794ea038784ed663f5c48cb64601585d | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Wed Apr 15 13:21:22 2020 +0300 |
committer | harhipova <harhipova@mirantis.com> | Wed Apr 15 10:22:52 2020 +0000 |
tree | 71553f427b6371a408ac7b5df121ced2510c8bd0 | |
parent | a88dcb0404401ad162dfc0b853be1bf27455bbdd [diff] |
Disable 2019.2.0-heat-cicd* jobs by default PROD-34955 Change-Id: Iabbf0cb702a6280ea0b12ababbde1de557a914e8
diff --git a/jobs/templates/2019.2.0-heat-cicd-pike-dvr-sl.yml b/jobs/templates/2019.2.0-heat-cicd-pike-dvr-sl.yml index d6ce531..64aaaa3 100644 --- a/jobs/templates/2019.2.0-heat-cicd-pike-dvr-sl.yml +++ b/jobs/templates/2019.2.0-heat-cicd-pike-dvr-sl.yml
@@ -1,8 +1,8 @@ - job-template: project-type: pipeline description: '{job-description}' - concurrent: true - disabled: false + concurrent: false + disabled: true name: 2019.2.0-heat-cicd-pike-dvr-sl triggers: - timed: H(5-30) 22 * * 1-7
diff --git a/jobs/templates/2019.2.0-heat-cicd-queens-contrail41-sl.yml b/jobs/templates/2019.2.0-heat-cicd-queens-contrail41-sl.yml index 9895681..710593a 100644 --- a/jobs/templates/2019.2.0-heat-cicd-queens-contrail41-sl.yml +++ b/jobs/templates/2019.2.0-heat-cicd-queens-contrail41-sl.yml
@@ -1,8 +1,8 @@ - job-template: project-type: pipeline description: '{job-description}' - concurrent: true - disabled: false + concurrent: false + disabled: true name: 2019.2.0-heat-cicd-queens-contrail41-sl triggers: - timed: H(5-30) 23 * * 1-7
diff --git a/jobs/templates/2019.2.0-heat-cicd-queens-dvr-sl.yml b/jobs/templates/2019.2.0-heat-cicd-queens-dvr-sl.yml index 5f42d33..88e4202 100644 --- a/jobs/templates/2019.2.0-heat-cicd-queens-dvr-sl.yml +++ b/jobs/templates/2019.2.0-heat-cicd-queens-dvr-sl.yml
@@ -1,8 +1,8 @@ - job-template: project-type: pipeline description: '{job-description}' - concurrent: true - disabled: false + concurrent: false + disabled: true name: 2019.2.0-heat-cicd-queens-dvr-sl triggers: - timed: H(5-30) 21 * * 1-7