From 4827cc066a74d9b678137739d9beb685a9b76cfe Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Fri, 10 Dec 2021 15:39:59 +0000 Subject: [PATCH] Disable automatic daily run of old CI Jobs - add cron: '' to istanbul branches version of projects to prevent automatic daily runs - renmoved Honolulu branches as we are no longer updating this Issue-ID: CPS-813 Signed-off-by: ToineSiebelink Change-Id: I9b61bf22099a5f82a5541c349bad935e03858aea --- jjb/cps/cps-cps-temporal.yaml | 1 + jjb/cps/cps-ncmp-dmi-plugin.yaml | 2 +- jjb/cps/cps.yaml | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/cps/cps-cps-temporal.yaml b/jjb/cps/cps-cps-temporal.yaml index 62d9288d8..d7b4ebcac 100644 --- a/jjb/cps/cps-cps-temporal.yaml +++ b/jjb/cps/cps-cps-temporal.yaml @@ -41,6 +41,7 @@ branch: master - 'istanbul': branch: 'istanbul' + cron: '' mvn-settings: cps-cps-temporal-settings files: '**' archive-artifacts: '' diff --git a/jjb/cps/cps-ncmp-dmi-plugin.yaml b/jjb/cps/cps-ncmp-dmi-plugin.yaml index a06036433..c7f6a5d85 100644 --- a/jjb/cps/cps-ncmp-dmi-plugin.yaml +++ b/jjb/cps/cps-ncmp-dmi-plugin.yaml @@ -43,6 +43,7 @@ branch: master - 'istanbul': branch: 'istanbul' + cron: '' mvn-settings: cps-ncmp-dmi-plugin-settings files: '**' archive-artifacts: '' @@ -96,4 +97,3 @@ project: cps/ncmp-dmi-plugin branch: master build-node: centos7-docker-8c-8g - diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml index 00a248646..a82df80cf 100644 --- a/jjb/cps/cps.yaml +++ b/jjb/cps/cps.yaml @@ -56,8 +56,7 @@ branch: 'master' - 'istanbul': branch: 'istanbul' - - 'honolulu': - branch: 'honolulu' + cron: '' mvn-settings: 'cps-settings' files: '**' archive-artifacts: '' -- 2.16.6