Add arm64 docker build for vfc
[ci-management.git] / jjb / vfc / vfc-nfvo-db.yaml
1 ---
2 - project:
3     name: vfc-nfvo-db
4     project: 'vfc/nfvo/db'
5     project-name: 'vfc-nfvo-db'
6     mvn-settings: 'vfc-nfvo-db-settings'
7     stream:
8       - 'master':
9           branch: 'master'
10     build-node: ubuntu1604-builder-4c-4g
11     jobs:
12       - '{project-name}-{stream}-verify-java'
13       - '{project-name}-{stream}-merge-java'
14       - '{project-name}-{stream}-release-version-java-daily'
15       - '{project-name}-{stream}-docker-java-version-shell-daily':
16           docker-pom: 'pom.xml'
17           mvn-goals: 'install'
18           script:
19             !include-raw-escape: 'build-nfvo-db-docker-image.sh'
20           build-node: ubuntu1604-docker-8c-8g
21
22 - project:
23     name: vfc-nfvo-db-arm64
24     project: 'vfc/nfvo/db'
25     project-name: 'vfc-nfvo-db-arm64'
26     mvn-settings: 'vfc-nfvo-db-settings'
27     stream:
28       - 'master':
29           branch: 'master'
30     build-node: ubuntu1604-docker-arm64-4c-2g
31     jobs:
32       - '{project-name}-{stream}-docker-java-version-shell-daily':
33           docker-pom: 'pom.xml'
34           mvn-goals: 'install'
35           script:
36             !include-raw-escape: 'build-nfvo-db-docker-image.sh'