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