summaryrefslogtreecommitdiffstats
path: root/jjb/cps
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2021-12-10 15:39:59 +0000
committerToineSiebelink <toine.siebelink@est.tech>2021-12-15 09:26:54 +0000
commit4827cc066a74d9b678137739d9beb685a9b76cfe (patch)
tree11415982d394de0c0609b720214feaef60639009 /jjb/cps
parentfde0bdaf61bdf59dfebc08124b4cadf8b554ebb2 (diff)
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 <toine.siebelink@est.tech> Change-Id: I9b61bf22099a5f82a5541c349bad935e03858aea
Diffstat (limited to 'jjb/cps')
-rw-r--r--jjb/cps/cps-cps-temporal.yaml1
-rw-r--r--jjb/cps/cps-ncmp-dmi-plugin.yaml2
-rw-r--r--jjb/cps/cps.yaml3
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: ''