summaryrefslogtreecommitdiffstats
path: root/jjb/holmes
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-10-13 13:09:04 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-10-13 13:33:05 -0700
commitded01d7fdd69ec20f828e11de936842d4f43413a (patch)
tree3d0087e0c3441a01fd9f941ddbb7486370f9efcc /jjb/holmes
parentb95d13f768644f8170c07de07362263ac1e18266 (diff)
Add java-version for CLM projects
Add java-version parameter just for CLM jobs to avoid other jobs from breaking by picking the wrong configuration. Issue-ID: CIMAN-65 Change-Id: Ia70e807cc581d63296ef59320ef18e079b63c17d Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/holmes')
-rw-r--r--jjb/holmes/holmes-common.yaml3
-rw-r--r--jjb/holmes/holmes-dsa.yaml3
-rw-r--r--jjb/holmes/holmes-engine-mgt.yaml3
-rw-r--r--jjb/holmes/holmes-rule-mgt.yaml3
4 files changed, 8 insertions, 4 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml
index 25f93aff6..4b2fa3194 100644
--- a/jjb/holmes/holmes-common.yaml
+++ b/jjb/holmes/holmes-common.yaml
@@ -3,7 +3,8 @@
name: holmes-common
project-name: 'holmes-common'
jobs:
- - gerrit-maven-clm
+ - gerrit-maven-clm:
+ java-version: ''
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml
index 34362cc58..592cfd84f 100644
--- a/jjb/holmes/holmes-dsa.yaml
+++ b/jjb/holmes/holmes-dsa.yaml
@@ -3,7 +3,8 @@
name: holmes-dsa
project-name: 'holmes-dsa'
jobs:
- - gerrit-maven-clm
+ - gerrit-maven-clm:
+ java-version: ''
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml
index 31aac3f49..5e1077682 100644
--- a/jjb/holmes/holmes-engine-mgt.yaml
+++ b/jjb/holmes/holmes-engine-mgt.yaml
@@ -3,7 +3,8 @@
name: holmes-engine-management
project-name: 'holmes-engine-management'
jobs:
- - gerrit-maven-clm
+ - gerrit-maven-clm:
+ java-version: ''
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml
index ab143e62a..d88aef4ef 100644
--- a/jjb/holmes/holmes-rule-mgt.yaml
+++ b/jjb/holmes/holmes-rule-mgt.yaml
@@ -3,7 +3,8 @@
name: holmes-rule-management
project-name: 'holmes-rule-management'
jobs:
- - gerrit-maven-clm
+ - gerrit-maven-clm:
+ java-version: ''
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'