From 8f58c69332449e8112f480fec034a658a1f2e728 Mon Sep 17 00:00:00 2001 From: Paul Vaduva Date: Mon, 3 Dec 2018 10:46:35 +0100 Subject: Add arm64 docker build for vfc Add arm64 docker-build job for vfc project Change-Id: I470885e47c8422389c6c69a1876a23d386922ac9 Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva --- jjb/vfc/vfc-nfvo-resmanagement.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'jjb/vfc/vfc-nfvo-resmanagement.yaml') diff --git a/jjb/vfc/vfc-nfvo-resmanagement.yaml b/jjb/vfc/vfc-nfvo-resmanagement.yaml index 8530e6663..78788d38a 100644 --- a/jjb/vfc/vfc-nfvo-resmanagement.yaml +++ b/jjb/vfc/vfc-nfvo-resmanagement.yaml @@ -18,6 +18,23 @@ script: !include-raw-escape: 'build-nfvo-resmanagement-docker-image.sh' build-node: ubuntu1604-docker-8c-8g + +- project: + name: vfc-nfvo-resmanagement-arm64 + project: 'vfc/nfvo/resmanagement' + project-name: 'vfc-nfvo-resmanagement-arm64' + mvn-settings: 'vfc-nfvo-resmanagement-settings' + stream: + - 'master': + branch: 'master' + build-node: ubuntu1604-docker-arm64-4c-2g + jobs: + - '{project-name}-{stream}-docker-java-version-shell-daily': + docker-pom: 'pom.xml' + mvn-goals: 'install' + script: + !include-raw-escape: 'build-nfvo-resmanagement-docker-image.sh' + - project: name: vfc-nfvo-resmanagement-sonar jobs: -- cgit 1.2.3-korg