summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2021-12-02 16:07:45 +0000
committerefiacor <fiachra.corcoran@est.tech>2021-12-02 16:07:59 +0000
commit97143870610cc31430fb42ebf64ade1f0bc2fc4d (patch)
treee7782c2305f7c954e0e566915d2513da1d10a1a4 /jjb
parentc8e91bcd2cd38353bce9d0bf49731306c0d49071 (diff)
[DMAAP-BC] Another fix attempt
Change-Id: Iacb4bd7404635cf0198fccf1bef3c25dbbbc0b1b Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1682
Diffstat (limited to 'jjb')
-rw-r--r--jjb/dmaap/dmaap-buscontroller.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/dmaap/dmaap-buscontroller.yaml b/jjb/dmaap/dmaap-buscontroller.yaml
index 71a48c290..a89f6bd1a 100644
--- a/jjb/dmaap/dmaap-buscontroller.yaml
+++ b/jjb/dmaap/dmaap-buscontroller.yaml
@@ -12,8 +12,8 @@
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- gerrit-maven-docker-stage:
- build-node: ubuntu1804-builder-4c-4g
- mvn-goals: 'clean package -P docker docker:build docker:push'
+ build-node: ubuntu1804-docker-8c-8g
+ mvn-goals: 'clean package -P docker docker:build docker:push -DskipTests=true'
container-public-registry: 'nexus3.onap.org:10001'
container-staging-registry: 'nexus3.onap.org:10003'
- '{project-name}-gerrit-release-jobs':
@@ -34,8 +34,8 @@
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- gerrit-maven-docker-stage:
- build-node: ubuntu1804-builder-4c-4g
- mvn-goals: 'clean package -P docker docker:build docker:push'
+ build-node: ubuntu1804-docker-8c-8g
+ mvn-goals: 'clean package -P docker docker:build docker:push -DskipTests=true'
container-public-registry: 'nexus3.onap.org:10001'
container-staging-registry: 'nexus3.onap.org:10003'
project: 'dmaap/buscontroller'