blob: 99662e4eb18d5f0be34105ba6ea9e789cf64be9f [file] [log] [blame]
Mohammed Naserdc087392024-04-01 20:26:02 -04001- job:
Oleksandr K.574ce3c2024-10-31 19:14:58 +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
vexxhost-bot232374a2024-11-18 12:37:05 -050011 pre-run:
12 - zuul.d/playbooks/common/switch-to-atmosphere-mirror.yml
Oleksandr K.574ce3c2024-10-31 19:14:58 +010013 vars:
14 go_command: test ./... -v
15
16- job:
Mohammed Naser462fb6e2025-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.345787b2024-10-04 17:52:19 +020024 name: atmosphere-chart-vendor
25 parent: chart-vendor
26
27- job:
Mohammed Nasere4436b42024-04-15 17:57:11 -040028 name: atmosphere-linters
29 parent: tox-linters
30 pre-run: zuul.d/playbooks/linters/pre.yml
31
32- job:
vexxhost-bot1ff97672024-10-30 18:11:50 -040033 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:
vexxhost-bot0d93f222024-11-24 21:08:09 -050040 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 Naserf3152222024-07-19 00:40:24 -040047 name: atmosphere-tox-py3
48 parent: tox
49
50- job:
Mohammed Naser841686a2024-04-11 14:31:47 -040051 name: atmosphere-build-collection
vexxhost-bot9f370df2024-06-08 23:57:23 +020052 parent: build-ansible-collection
vexxhost-bot232374a2024-11-18 12:37:05 -050053 pre-run:
54 - zuul.d/playbooks/common/switch-to-atmosphere-mirror.yml
55 - zuul.d/playbooks/build-collection/pre.yml
Mohammed Nasera5467342024-04-30 00:34:16 -040056 irrelevant-files:
57 - ^doc/
Mohammed Naser43006012025-01-16 21:01:43 -050058 - ^releasenotes/
Mohammed Naser841686a2024-04-11 14:31:47 -040059
60- job:
61 name: atmosphere-publish-collection
vexxhost-bot9f370df2024-06-08 23:57:23 +020062 parent: publish-ansible-collection-vexxhost
vexxhost-bot232374a2024-11-18 12:37:05 -050063 pre-run:
64 - zuul.d/playbooks/build-collection/pre.yml
Mohammed Naser841686a2024-04-11 14:31:47 -040065
66- job:
Mohammed Naserdc087392024-04-01 20:26:02 -040067 name: atmosphere-molecule
68 parent: tox
69 abstract: true
vexxhost-bot232374a2024-11-18 12:37:05 -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 Nasera5467342024-04-30 00:34:16 -040075 irrelevant-files:
Mohammed Naserdf478a52025-01-19 00:04:34 -050076 - ^build/
Mohammed Nasera5467342024-04-30 00:34:16 -040077 - ^doc/
Mohammed Naser43006012025-01-16 21:01:43 -050078 - ^releasenotes/
Mohammed Naserdc087392024-04-01 20:26:02 -040079
80- job:
81 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 Naserd28fbaf2024-04-08 17:15:00 -0400105
106- job:
107 name: atmosphere-molecule-aio-keycloak
108 parent: atmosphere-molecule-aio
109 vars:
110 tox_envlist: molecule-keycloak
111
112- job:
113 name: atmosphere-molecule-aio-full
114 parent: atmosphere-molecule-aio
115 abstract: true
116 timeout: 7200
Mohammed Naserdc087392024-04-01 20:26:02 -0400117 nodeset:
118 nodes:
119 - name: ubuntu-jammy
120 label: jammy-16c-64g
121
122- job:
123 name: atmosphere-molecule-aio-openvswitch
Mohammed Naserd28fbaf2024-04-08 17:15:00 -0400124 parent: atmosphere-molecule-aio-full
Mohammed Naserdc087392024-04-01 20:26:02 -0400125 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -0400126 tox_envlist: molecule-aio-openvswitch
Mohammed Naserdc087392024-04-01 20:26:02 -0400127
128- job:
129 name: atmosphere-molecule-aio-ovn
Mohammed Naserd28fbaf2024-04-08 17:15:00 -0400130 parent: atmosphere-molecule-aio-full
Mohammed Naserdc087392024-04-01 20:26:02 -0400131 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -0400132 tox_envlist: molecule-aio-ovn