blob: 9e23647e4abf2fe2dc51409485c9717a133cc6c7 [file] [log] [blame]
Mohammed Naserdc087392024-04-01 20:26:02 -04001- job:
Oleksandr K.99651a62024-10-30 04:41:51 +01002 name: atmosphere-golang-go
3 parent: golang-go
4 abstract: true
5 vars:
6 go_version: 1.21.13
7
8- job:
9 name: atmosphere-golang-go-test
10 parent: atmosphere-golang-go
Mohammed Naser102dfbe2024-11-15 12:48:10 -050011 pre-run:
12 - zuul.d/playbooks/common/switch-to-atmosphere-mirror.yml
Oleksandr K.99651a62024-10-30 04:41:51 +010013 vars:
14 go_command: test ./... -v
15
16- job:
Oleksandr K.61984c72024-10-03 23:32:16 +020017 name: atmosphere-chart-vendor
18 parent: chart-vendor
19
20- job:
Mohammed Naser2fd39612024-04-14 13:37:45 -040021 name: atmosphere-linters
22 parent: tox-linters
23 pre-run: zuul.d/playbooks/linters/pre.yml
24
25- job:
Dong Mafa5d2442024-10-30 10:29:16 +080026 name: atmosphere-tox-promtool-test
27 parent: tox
28 pre-run: zuul.d/playbooks/promtool/pre.yml
29 vars:
30 tox_envlist: promtool-test
31
32- job:
Mohammed Naser6080c9b2024-07-18 10:43:09 -040033 name: atmosphere-tox-py3
34 parent: tox
35
36- job:
Mohammed Nasereb257cb2024-04-10 21:14:24 -040037 name: atmosphere-build-collection
Mohammed Naser68703112024-06-07 16:31:48 -040038 parent: build-ansible-collection
Mohammed Naser102dfbe2024-11-15 12:48:10 -050039 pre-run:
40 - zuul.d/playbooks/common/switch-to-atmosphere-mirror.yml
41 - zuul.d/playbooks/build-collection/pre.yml
Mohammed Naser90128aa2024-04-29 13:21:58 -040042 irrelevant-files:
43 - ^doc/
Mohammed Nasereb257cb2024-04-10 21:14:24 -040044
45- job:
46 name: atmosphere-publish-collection
Mohammed Naser68703112024-06-07 16:31:48 -040047 parent: publish-ansible-collection-vexxhost
Mohammed Naser102dfbe2024-11-15 12:48:10 -050048 pre-run:
49 - zuul.d/playbooks/build-collection/pre.yml
Mohammed Nasereb257cb2024-04-10 21:14:24 -040050
51- job:
Mohammed Naserdc087392024-04-01 20:26:02 -040052 name: atmosphere-molecule
53 parent: tox
54 abstract: true
Mohammed Naser102dfbe2024-11-15 12:48:10 -050055 pre-run:
56 - zuul.d/playbooks/common/switch-to-atmosphere-mirror.yml
57 - zuul.d/playbooks/molecule/pre.yml
Mohammed Naserf75ab072024-04-02 12:55:10 -040058 run: zuul.d/playbooks/molecule/run.yml
59 post-run: zuul.d/playbooks/molecule/post.yml
Mohammed Naser90128aa2024-04-29 13:21:58 -040060 irrelevant-files:
61 - ^doc/
Mohammed Naserdc087392024-04-01 20:26:02 -040062
63- job:
Mohammed Naserdc087392024-04-01 20:26:02 -040064 name: atmosphere-molecule-csi
65 parent: atmosphere-molecule
Mohammed Naserdc087392024-04-01 20:26:02 -040066 abstract: true
67
68- job:
69 name: atmosphere-molecule-csi-local-path-provisioner
70 parent: atmosphere-molecule-csi
71 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -040072 tox_envlist: molecule-csi-local-path-provisioner
Mohammed Naserdc087392024-04-01 20:26:02 -040073
74- job:
75 name: atmosphere-molecule-csi-rbd
76 parent: atmosphere-molecule-csi
77 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -040078 tox_envlist: molecule-csi-rbd
Mohammed Naserdc087392024-04-01 20:26:02 -040079
80- job:
81 name: atmosphere-molecule-aio
82 parent: atmosphere-molecule
83 abstract: true
Mohammed Naserdc087392024-04-01 20:26:02 -040084 pre-run: zuul.d/playbooks/molecule-aio/pre.yml
Mohammed Naserdc087392024-04-01 20:26:02 -040085 post-run: zuul.d/playbooks/molecule-aio/post.yml
86 roles:
87 - zuul: openstack/openstack-helm-infra
Mohammed Naserad382732024-04-07 20:30:18 -040088
89- job:
90 name: atmosphere-molecule-aio-keycloak
91 parent: atmosphere-molecule-aio
Mohammed Naser65cda132024-05-02 14:34:08 -040092 nodeset:
93 nodes:
94 - name: ubuntu-jammy
95 label: jammy-8c-8g
Mohammed Naserad382732024-04-07 20:30:18 -040096 vars:
97 tox_envlist: molecule-keycloak
98
99- job:
100 name: atmosphere-molecule-aio-full
101 parent: atmosphere-molecule-aio
102 abstract: true
103 timeout: 7200
Mohammed Naserdc087392024-04-01 20:26:02 -0400104 nodeset:
105 nodes:
106 - name: ubuntu-jammy
107 label: jammy-16c-64g
108
109- job:
110 name: atmosphere-molecule-aio-openvswitch
Mohammed Naserad382732024-04-07 20:30:18 -0400111 parent: atmosphere-molecule-aio-full
Mohammed Naserdc087392024-04-01 20:26:02 -0400112 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -0400113 tox_envlist: molecule-aio-openvswitch
Mohammed Naserdc087392024-04-01 20:26:02 -0400114
115- job:
116 name: atmosphere-molecule-aio-ovn
Mohammed Naserad382732024-04-07 20:30:18 -0400117 parent: atmosphere-molecule-aio-full
Mohammed Naser06482b82024-04-03 21:48:01 -0400118 # NOTE(mnaser): https://github.com/vexxhost/atmosphere/issues/662
119 voting: false
Mohammed Naserdc087392024-04-01 20:26:02 -0400120 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -0400121 tox_envlist: molecule-aio-ovn
Rico Lin83565552024-07-05 22:59:02 +0800122
123- job:
124 name: atmosphere-molecule-aio-upgrade-base
125 run: zuul.d/playbooks/upgrade/run-upgrade.yml
126 abstract: true
127 timeout: 10800
128 parent: atmosphere-molecule-aio-full
129 vars:
130 from_branch: "stable/2024.1"
131
132- job:
133 name: atmosphere-molecule-aio-upgrade-openvswitch
134 parent: atmosphere-molecule-aio-upgrade-base
135 vars:
136 network_backend: "openvswitch"
137
138- job:
139 name: atmosphere-molecule-aio-upgrade-ovn
140 parent: atmosphere-molecule-aio-upgrade-base
141 vars:
142 network_backend: "ovn"