b69c214004ecb29cc9292df5b5c2d0bcfe4e6ec6
[releng.git] / jjb / container4nfv / container4nfv-arm64.yml
1 ---
2
3 - project:
4     name: 'container4nfv-arm64'
5     project: 'container4nfv'
6     installer: 'compass'
7     scenario:
8       - 'k8-multus-nofeature-noha':
9           disabled: false
10       - 'k8-sriov-nofeature-noha':
11           disabled: false
12     jobs:
13       - 'container4nfv-{scenario}-virtual-daily-master'
14
15
16 - job-template:
17     name: 'container4nfv-{scenario}-virtual-daily-master'
18     disabled: '{obj:disabled}'
19     concurrent: false
20     node: arm-packet01
21
22     scm:
23       - git:
24           url: https://gerrit.opnfv.org/gerrit/compass4nfv
25           branches:
26             - origin/master
27           basedir: compass4nfv
28           wipe-workspace: true
29
30     triggers:
31       - 'trigger-{scenario}-virtual'
32
33     wrappers:
34       - timeout:
35           timeout: 150
36           fail: true
37
38     builders:
39       - shell:
40           !include-raw: arm64/compass-build.sh
41       - shell:
42           !include-raw: arm64/compass-deploy.sh
43       - trigger-builds:
44           - project: yardstick-arm64-compass-arm-virtual03-daily-master
45             current-parameters: false
46             same-node: true
47             block: false
48
49 - trigger:
50     name: 'trigger-k8-multus-nofeature-noha-virtual'
51     triggers:
52       - timed: '0 12 * * *'
53 - trigger:
54     name: 'trigger-k8-sriov-nofeature-noha-virtual'
55     triggers:
56       - timed: '0 16 * * *'