-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathosci.yaml
69 lines (68 loc) · 1.52 KB
/
osci.yaml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
- project:
templates:
- charm-unit-jobs-py310
check:
jobs:
- jammy-antelope-ha
- jammy-antelope-ha-ovn
- jammy-bobcat-ha:
voting: false
- jammy-bobcat-ha-ovn:
voting: false
- mantic-bobcat-ha:
voting: false
- mantic-bobcat-ha-ovn:
voting: false
vars:
needs_charm_build: true
charm_build_name: octavia
build_type: charmcraft
charmcraft_channel: 3.x/candidate
- job:
name: jammy-antelope-ha
parent: func-target
dependencies:
- osci-lint
- name: tox-py310
soft: true
- charm-build
vars:
tox_extra_args: '-- jammy-antelope-ha'
- job:
name: jammy-antelope-ha-ovn
parent: func-target
timeout: 18000
dependencies:
- jammy-antelope-ha
vars:
tox_extra_args: '-- jammy-antelope-ha-ovn'
- job:
name: jammy-bobcat-ha
parent: func-target
dependencies:
- jammy-antelope-ha
vars:
tox_extra_args: '-- jammy-bobcat-ha'
- job:
name: jammy-bobcat-ha-ovn
parent: func-target
timeout: 18000
dependencies:
- jammy-antelope-ha
vars:
tox_extra_args: '-- jammy-bobcat-ha-ovn'
- job:
name: mantic-bobcat-ha
parent: func-target
dependencies:
- jammy-antelope-ha
vars:
tox_extra_args: '-- mantic-bobcat-ha'
- job:
name: mantic-bobcat-ha-ovn
parent: func-target
timeout: 18000
dependencies:
- jammy-antelope-ha
vars:
tox_extra_args: '-- mantic-bobcat-ha-ovn'