diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-10-10 14:07:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-10 14:07:20 +0000 |
commit | 2f615b64b874f761f82c3bf1b323517541b5c36f (patch) | |
tree | 701b2a8455d39cdbbb3d91a7a114b6dfd10d73a0 /jjb | |
parent | da139a30fddb96a36a0a14c122310b6d2a27334d (diff) | |
parent | 66cd17d8ed82b38f942fcce8eddb042429174991 (diff) |
Merge "Added Release Jobs for HOLMES"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/holmes/holmes-common.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, 6 insertions, 0 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 11b90aeda..4e7908e3a 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -15,6 +15,8 @@ sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g project: 'holmes/common' stream: diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 0279d4ed7..4e6ca57a1 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -12,6 +12,8 @@ - '{project-name}-{stream}-docker-java-daily': mvn-params: '-Dmaven.test.skip=true' build-node: ubuntu1604-docker-8c-8g + - '{project-name}-gerrit-release-jobs': + build-node: centos7-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 df2671064..4735bd241 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -12,6 +12,8 @@ - '{project-name}-{stream}-docker-java-daily': mvn-params: '-Dmaven.test.skip=true' build-node: ubuntu1604-docker-8c-8g + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g project: 'holmes/rule-management' stream: - 'master': |