blob: da498a5c25687e89dbcd58285f98266e5c39f4c0 [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:
Mohammed Naser7607e5a2025-01-16 01:54:26 -050017 name: atmosphere-check-commit
18 nodeset:
19 nodes: []
20 run:
21 - zuul.d/playbooks/check-commit/run.yml
22
23- job:
Oleksandr K.61984c72024-10-03 23:32:16 +020024 name: atmosphere-chart-vendor
25 parent: chart-vendor
26
27- job:
Mohammed Naser2fd39612024-04-14 13:37:45 -040028 name: atmosphere-linters
29 parent: tox-linters
30 pre-run: zuul.d/playbooks/linters/pre.yml
31
32- job:
Dong Mafa5d2442024-10-30 10:29:16 +080033 name: atmosphere-tox-promtool-test
34 parent: tox
35 pre-run: zuul.d/playbooks/promtool/pre.yml
36 vars:
37 tox_envlist: promtool-test
38
39- job:
Dong Ma0a05b5c2024-11-24 13:27:29 +080040 name: atmosphere-tox-helm-unittest
41 parent: tox
42 pre-run: zuul.d/playbooks/helm-unittest/pre.yml
43 vars:
44 tox_envlist: helm-unittest
45
46- job:
Mohammed Naser6080c9b2024-07-18 10:43:09 -040047 name: atmosphere-tox-py3
48 parent: tox
49
50- job:
Mohammed Nasereb257cb2024-04-10 21:14:24 -040051 name: atmosphere-build-collection
Mohammed Naser68703112024-06-07 16:31:48 -040052 parent: build-ansible-collection
Mohammed Naser102dfbe2024-11-15 12:48:10 -050053 pre-run:
54 - zuul.d/playbooks/common/switch-to-atmosphere-mirror.yml
55 - zuul.d/playbooks/build-collection/pre.yml
Mohammed Naser90128aa2024-04-29 13:21:58 -040056 irrelevant-files:
57 - ^doc/
Mohammed Naser00aa6672025-01-16 21:01:43 -050058 - ^releasenotes/
Mohammed Nasereb257cb2024-04-10 21:14:24 -040059
60- job:
61 name: atmosphere-publish-collection
Mohammed Naser68703112024-06-07 16:31:48 -040062 parent: publish-ansible-collection-vexxhost
Mohammed Naser102dfbe2024-11-15 12:48:10 -050063 pre-run:
64 - zuul.d/playbooks/build-collection/pre.yml
Mohammed Nasereb257cb2024-04-10 21:14:24 -040065
66- job:
Mohammed Naserdc087392024-04-01 20:26:02 -040067 name: atmosphere-molecule
68 parent: tox
69 abstract: true
Mohammed Naser102dfbe2024-11-15 12:48:10 -050070 pre-run:
71 - zuul.d/playbooks/common/switch-to-atmosphere-mirror.yml
72 - zuul.d/playbooks/molecule/pre.yml
Mohammed Naserf75ab072024-04-02 12:55:10 -040073 run: zuul.d/playbooks/molecule/run.yml
74 post-run: zuul.d/playbooks/molecule/post.yml
Mohammed Naser90128aa2024-04-29 13:21:58 -040075 irrelevant-files:
76 - ^doc/
Mohammed Naser00aa6672025-01-16 21:01:43 -050077 - ^releasenotes/
Mohammed Naserdc087392024-04-01 20:26:02 -040078
79- job:
Mohammed Naserdc087392024-04-01 20:26:02 -040080 name: atmosphere-molecule-csi
81 parent: atmosphere-molecule
Mohammed Naserdc087392024-04-01 20:26:02 -040082 abstract: true
83
84- job:
85 name: atmosphere-molecule-csi-local-path-provisioner
86 parent: atmosphere-molecule-csi
87 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -040088 tox_envlist: molecule-csi-local-path-provisioner
Mohammed Naserdc087392024-04-01 20:26:02 -040089
90- job:
91 name: atmosphere-molecule-csi-rbd
92 parent: atmosphere-molecule-csi
93 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -040094 tox_envlist: molecule-csi-rbd
Mohammed Naserdc087392024-04-01 20:26:02 -040095
96- job:
97 name: atmosphere-molecule-aio
98 parent: atmosphere-molecule
99 abstract: true
Mohammed Naserdc087392024-04-01 20:26:02 -0400100 pre-run: zuul.d/playbooks/molecule-aio/pre.yml
Mohammed Naserdc087392024-04-01 20:26:02 -0400101 post-run: zuul.d/playbooks/molecule-aio/post.yml
102 roles:
103 - zuul: openstack/openstack-helm-infra
Mohammed Naserad382732024-04-07 20:30:18 -0400104
105- job:
106 name: atmosphere-molecule-aio-keycloak
107 parent: atmosphere-molecule-aio
Mohammed Naser65cda132024-05-02 14:34:08 -0400108 nodeset:
109 nodes:
110 - name: ubuntu-jammy
111 label: jammy-8c-8g
Mohammed Naserad382732024-04-07 20:30:18 -0400112 vars:
113 tox_envlist: molecule-keycloak
114
115- job:
116 name: atmosphere-molecule-aio-full
117 parent: atmosphere-molecule-aio
118 abstract: true
119 timeout: 7200
Mohammed Naserdc087392024-04-01 20:26:02 -0400120 nodeset:
121 nodes:
122 - name: ubuntu-jammy
123 label: jammy-16c-64g
124
125- job:
126 name: atmosphere-molecule-aio-openvswitch
Mohammed Naserad382732024-04-07 20:30:18 -0400127 parent: atmosphere-molecule-aio-full
Mohammed Naserdc087392024-04-01 20:26:02 -0400128 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -0400129 tox_envlist: molecule-aio-openvswitch
Mohammed Naserdc087392024-04-01 20:26:02 -0400130
131- job:
132 name: atmosphere-molecule-aio-ovn
Mohammed Naserad382732024-04-07 20:30:18 -0400133 parent: atmosphere-molecule-aio-full
Mohammed Naser06482b82024-04-03 21:48:01 -0400134 # NOTE(mnaser): https://github.com/vexxhost/atmosphere/issues/662
135 voting: false
Mohammed Naserdc087392024-04-01 20:26:02 -0400136 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -0400137 tox_envlist: molecule-aio-ovn
Rico Lin83565552024-07-05 22:59:02 +0800138
139- job:
140 name: atmosphere-molecule-aio-upgrade-base
141 run: zuul.d/playbooks/upgrade/run-upgrade.yml
142 abstract: true
143 timeout: 10800
144 parent: atmosphere-molecule-aio-full
145 vars:
146 from_branch: "stable/2024.1"
147
148- job:
149 name: atmosphere-molecule-aio-upgrade-openvswitch
150 parent: atmosphere-molecule-aio-upgrade-base
151 vars:
152 network_backend: "openvswitch"
153
154- job:
155 name: atmosphere-molecule-aio-upgrade-ovn
156 parent: atmosphere-molecule-aio-upgrade-base
157 vars:
158 network_backend: "ovn"