diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-11-27 20:19:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-27 20:19:48 +0000 |
commit | 076d8b266e77414abfa1d113ab263c552f350538 (patch) | |
tree | 41bf93792e18274f6af0149120ca284d220afa17 /jjb/holmes | |
parent | 43d366f689e63c069679db6da525d50dc28f885b (diff) | |
parent | 34e6d6b687dd8385c15d4ec984b8488130902eec (diff) |
Merge "Allow docker-java to specify node"
Diffstat (limited to 'jjb/holmes')
-rw-r--r-- | jjb/holmes/holmes-dsa.yaml | 2 | ||||
-rw-r--r-- | jjb/holmes/holmes-engine-mgt.yaml | 2 | ||||
-rw-r--r-- | jjb/holmes/holmes-rule-mgt.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index 79b4fe663..fec7975cc 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -8,7 +8,7 @@ - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-daily': mvn-params: '-Dmaven.test.skip=true' - + build-node: ubuntu1604-docker-8c-8g project: 'holmes/dsa' stream: - 'master': diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 77888cc15..213365f75 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -8,7 +8,7 @@ - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-daily': mvn-params: '-Dmaven.test.skip=true' - + build-node: ubuntu1604-docker-8c-8g project: 'holmes/engine-management' stream: - 'master': diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index 42d14daca..b8db174f2 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -8,7 +8,7 @@ - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-daily': mvn-params: '-Dmaven.test.skip=true' - + build-node: ubuntu1604-docker-8c-8g project: 'holmes/rule-management' stream: - 'master': |