summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-12-16 17:39:44 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-16 17:39:44 +0000
commitbcbeb86eb4579e2b94e6763a09e66ca1c6832b9d (patch)
tree5ddfd7467bba62a321db3b45247c8ddbd97d7463
parenta0516e190f36d684a197a9b004d7a9cd1fcb098e (diff)
parent0addb130bb4a44215dc7c6a46fc21740313dd27c (diff)
Merge "Enabling docker for all CPS build in order to support test containers"
-rw-r--r--jjb/cps/cps.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml
index c6206524e..5593b1074 100644
--- a/jjb/cps/cps.yaml
+++ b/jjb/cps/cps.yaml
@@ -39,7 +39,7 @@
- '{project-name}-{stream}-merge-java'
- gerrit-maven-stage:
sign-artifacts: true
- build-node: centos7-builder-4c-4g
+ build-node: centos7-docker-8c-8g
maven-versions-plugin: true
- gerrit-maven-docker-stage:
build-node: centos7-docker-8c-8g
@@ -55,7 +55,7 @@
mvn-settings: 'cps-settings'
files: '**'
archive-artifacts: ''
- build-node: ubuntu1804-builder-4c-4g
+ build-node: centos7-docker-8c-8g
- project:
name: cps-sonar
@@ -70,7 +70,7 @@
sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
sonar-mvn-goal: '{sonar_mvn_goal}'
cron: '@daily'
- build-node: ubuntu1804-builder-4c-4g
+ build-node: centos7-docker-8c-8g
project: 'cps'
project-name: 'cps'
branch: 'master'