diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-12-06 02:16:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-06 02:16:13 +0000 |
commit | 64bc8e5c5fd57256ea4b9adfa410efd24df2d380 (patch) | |
tree | 1cdc331cd8522d3c99fd64d7718f45f6016e9484 /jjb/vfc/vfc-nfvo-resmanagement.yaml | |
parent | 54f7cc7dcbb79e8a90da853dcd9ebbc5c3137c67 (diff) | |
parent | 8f58c69332449e8112f480fec034a658a1f2e728 (diff) |
Merge "Add arm64 docker build for vfc"
Diffstat (limited to 'jjb/vfc/vfc-nfvo-resmanagement.yaml')
-rw-r--r-- | jjb/vfc/vfc-nfvo-resmanagement.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
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: |