blob: 13d9aea4f00cb6a6b7de9ca375465350871c75ca [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
11 vars:
12 go_command: test ./... -v
13
14- job:
Mohammed Naser7607e5a2025-01-16 01:54:26 -050015 name: atmosphere-check-commit
16 nodeset:
17 nodes: []
18 run:
19 - zuul.d/playbooks/check-commit/run.yml
20
21- job:
Oleksandr K.61984c72024-10-03 23:32:16 +020022 name: atmosphere-chart-vendor
23 parent: chart-vendor
24
25- job:
Mohammed Naser2fd39612024-04-14 13:37:45 -040026 name: atmosphere-linters
27 parent: tox-linters
28 pre-run: zuul.d/playbooks/linters/pre.yml
29
30- job:
Dong Mafa5d2442024-10-30 10:29:16 +080031 name: atmosphere-tox-promtool-test
32 parent: tox
33 pre-run: zuul.d/playbooks/promtool/pre.yml
34 vars:
35 tox_envlist: promtool-test
36
37- job:
Dong Ma0a05b5c2024-11-24 13:27:29 +080038 name: atmosphere-tox-helm-unittest
39 parent: tox
40 pre-run: zuul.d/playbooks/helm-unittest/pre.yml
41 vars:
42 tox_envlist: helm-unittest
43
44- job:
Mohammed Naser6080c9b2024-07-18 10:43:09 -040045 name: atmosphere-tox-py3
46 parent: tox
47
48- job:
Mohammed Nasereb257cb2024-04-10 21:14:24 -040049 name: atmosphere-build-collection
Mohammed Naser68703112024-06-07 16:31:48 -040050 parent: build-ansible-collection
Mohammed Naser102dfbe2024-11-15 12:48:10 -050051 pre-run:
Mohammed Naser102dfbe2024-11-15 12:48:10 -050052 - zuul.d/playbooks/build-collection/pre.yml
Mohammed Naser90128aa2024-04-29 13:21:58 -040053 irrelevant-files:
54 - ^doc/
Mohammed Naser00aa6672025-01-16 21:01:43 -050055 - ^releasenotes/
Mohammed Nasereb257cb2024-04-10 21:14:24 -040056
57- job:
58 name: atmosphere-publish-collection
Mohammed Naser68703112024-06-07 16:31:48 -040059 parent: publish-ansible-collection-vexxhost
Mohammed Naser102dfbe2024-11-15 12:48:10 -050060 pre-run:
61 - zuul.d/playbooks/build-collection/pre.yml
Mohammed Nasereb257cb2024-04-10 21:14:24 -040062
63- job:
Mohammed Naserdc087392024-04-01 20:26:02 -040064 name: atmosphere-molecule
65 parent: tox
66 abstract: true
Mohammed Naser102dfbe2024-11-15 12:48:10 -050067 pre-run:
68 - zuul.d/playbooks/common/switch-to-atmosphere-mirror.yml
69 - zuul.d/playbooks/molecule/pre.yml
Mohammed Naserf75ab072024-04-02 12:55:10 -040070 run: zuul.d/playbooks/molecule/run.yml
71 post-run: zuul.d/playbooks/molecule/post.yml
Mohammed Naser90128aa2024-04-29 13:21:58 -040072 irrelevant-files:
Mohammed Naserf6e53de2025-01-19 00:04:34 -050073 - ^build/
Mohammed Naser90128aa2024-04-29 13:21:58 -040074 - ^doc/
Mohammed Naser00aa6672025-01-16 21:01:43 -050075 - ^releasenotes/
Jason Hall26476242024-02-19 12:56:23 -060076 vars:
77 tox_environment:
78 ATMOSPHERE_IMAGE_PREFIX: "harbor.atmosphere.dev/"
Mohammed Naserdc087392024-04-01 20:26:02 -040079
80- job:
Mohammed Naserdc087392024-04-01 20:26:02 -040081 name: atmosphere-molecule-csi
82 parent: atmosphere-molecule
Mohammed Naserdc087392024-04-01 20:26:02 -040083 abstract: true
84
85- job:
86 name: atmosphere-molecule-csi-local-path-provisioner
87 parent: atmosphere-molecule-csi
88 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -040089 tox_envlist: molecule-csi-local-path-provisioner
Mohammed Naserdc087392024-04-01 20:26:02 -040090
91- job:
92 name: atmosphere-molecule-csi-rbd
93 parent: atmosphere-molecule-csi
94 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -040095 tox_envlist: molecule-csi-rbd
Mohammed Naserdc087392024-04-01 20:26:02 -040096
97- job:
98 name: atmosphere-molecule-aio
99 parent: atmosphere-molecule
100 abstract: true
Mohammed Naserdc087392024-04-01 20:26:02 -0400101 pre-run: zuul.d/playbooks/molecule-aio/pre.yml
Mohammed Naserdc087392024-04-01 20:26:02 -0400102 post-run: zuul.d/playbooks/molecule-aio/post.yml
103 roles:
104 - zuul: openstack/openstack-helm-infra
Mohammed Naserad382732024-04-07 20:30:18 -0400105
106- job:
107 name: atmosphere-molecule-aio-keycloak
108 parent: atmosphere-molecule-aio
Mohammed Naser65cda132024-05-02 14:34:08 -0400109 nodeset:
110 nodes:
111 - name: ubuntu-jammy
112 label: jammy-8c-8g
Mohammed Naserad382732024-04-07 20:30:18 -0400113 vars:
114 tox_envlist: molecule-keycloak
115
116- job:
117 name: atmosphere-molecule-aio-full
118 parent: atmosphere-molecule-aio
119 abstract: true
120 timeout: 7200
Mohammed Naserdc087392024-04-01 20:26:02 -0400121 nodeset:
122 nodes:
123 - name: ubuntu-jammy
124 label: jammy-16c-64g
125
126- job:
127 name: atmosphere-molecule-aio-openvswitch
Mohammed Naserad382732024-04-07 20:30:18 -0400128 parent: atmosphere-molecule-aio-full
Mohammed Naserdc087392024-04-01 20:26:02 -0400129 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -0400130 tox_envlist: molecule-aio-openvswitch
Mohammed Naserdc087392024-04-01 20:26:02 -0400131
132- job:
133 name: atmosphere-molecule-aio-ovn
Mohammed Naserad382732024-04-07 20:30:18 -0400134 parent: atmosphere-molecule-aio-full
Mohammed Naser06482b82024-04-03 21:48:01 -0400135 # NOTE(mnaser): https://github.com/vexxhost/atmosphere/issues/662
136 voting: false
Mohammed Naserdc087392024-04-01 20:26:02 -0400137 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -0400138 tox_envlist: molecule-aio-ovn
Rico Lin83565552024-07-05 22:59:02 +0800139
140- job:
141 name: atmosphere-molecule-aio-upgrade-base
142 run: zuul.d/playbooks/upgrade/run-upgrade.yml
143 abstract: true
144 timeout: 10800
145 parent: atmosphere-molecule-aio-full
146 vars:
147 from_branch: "stable/2024.1"
148
149- job:
150 name: atmosphere-molecule-aio-upgrade-openvswitch
151 parent: atmosphere-molecule-aio-upgrade-base
152 vars:
153 network_backend: "openvswitch"
154
155- job:
156 name: atmosphere-molecule-aio-upgrade-ovn
157 parent: atmosphere-molecule-aio-upgrade-base
158 vars:
159 network_backend: "ovn"