blob: 2659902400a0b7ec5314c800de18ee8f53ce241e [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
11 vars:
12 go_command: test ./... -v
13
14- job:
Mohammed Naser462fb6e2025-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.345787b2024-10-04 17:52:19 +020022 name: atmosphere-chart-vendor
23 parent: chart-vendor
24
25- job:
Mohammed Nasere4436b42024-04-15 17:57:11 -040026 name: atmosphere-linters
27 parent: tox-linters
28 pre-run: zuul.d/playbooks/linters/pre.yml
29
30- job:
vexxhost-bot1ff97672024-10-30 18:11:50 -040031 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:
vexxhost-bot0d93f222024-11-24 21:08:09 -050038 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 Naserf3152222024-07-19 00:40:24 -040045 name: atmosphere-tox-py3
46 parent: tox
47
48- job:
Mohammed Naser841686a2024-04-11 14:31:47 -040049 name: atmosphere-build-collection
vexxhost-bot9f370df2024-06-08 23:57:23 +020050 parent: build-ansible-collection
vexxhost-bot232374a2024-11-18 12:37:05 -050051 pre-run:
52 - zuul.d/playbooks/common/switch-to-atmosphere-mirror.yml
53 - zuul.d/playbooks/build-collection/pre.yml
Mohammed Nasera5467342024-04-30 00:34:16 -040054 irrelevant-files:
55 - ^doc/
Mohammed Naser43006012025-01-16 21:01:43 -050056 - ^releasenotes/
Mohammed Naser841686a2024-04-11 14:31:47 -040057
58- job:
59 name: atmosphere-publish-collection
vexxhost-bot9f370df2024-06-08 23:57:23 +020060 parent: publish-ansible-collection-vexxhost
vexxhost-bot232374a2024-11-18 12:37:05 -050061 pre-run:
62 - zuul.d/playbooks/build-collection/pre.yml
Mohammed Naser841686a2024-04-11 14:31:47 -040063
64- job:
Mohammed Naserdc087392024-04-01 20:26:02 -040065 name: atmosphere-molecule
66 parent: tox
67 abstract: true
vexxhost-bot232374a2024-11-18 12:37:05 -050068 pre-run:
69 - zuul.d/playbooks/common/switch-to-atmosphere-mirror.yml
70 - zuul.d/playbooks/molecule/pre.yml
Mohammed Naserf75ab072024-04-02 12:55:10 -040071 run: zuul.d/playbooks/molecule/run.yml
72 post-run: zuul.d/playbooks/molecule/post.yml
Mohammed Nasera5467342024-04-30 00:34:16 -040073 irrelevant-files:
Mohammed Naserdf478a52025-01-19 00:04:34 -050074 - ^build/
Mohammed Nasera5467342024-04-30 00:34:16 -040075 - ^doc/
Mohammed Naser43006012025-01-16 21:01:43 -050076 - ^releasenotes/
Jason Halle547ce92024-02-19 12:56:23 -060077 vars:
78 tox_environment:
79 ATMOSPHERE_IMAGE_PREFIX: "harbor.atmosphere.dev/"
Mohammed Naserdc087392024-04-01 20:26:02 -040080
81- job:
82 name: atmosphere-molecule-csi
83 parent: atmosphere-molecule
Mohammed Naserdc087392024-04-01 20:26:02 -040084 abstract: true
85
86- job:
87 name: atmosphere-molecule-csi-local-path-provisioner
88 parent: atmosphere-molecule-csi
89 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -040090 tox_envlist: molecule-csi-local-path-provisioner
Mohammed Naserdc087392024-04-01 20:26:02 -040091
92- job:
93 name: atmosphere-molecule-csi-rbd
94 parent: atmosphere-molecule-csi
95 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -040096 tox_envlist: molecule-csi-rbd
Mohammed Naserdc087392024-04-01 20:26:02 -040097
98- job:
99 name: atmosphere-molecule-aio
100 parent: atmosphere-molecule
101 abstract: true
Mohammed Naserdc087392024-04-01 20:26:02 -0400102 pre-run: zuul.d/playbooks/molecule-aio/pre.yml
Mohammed Naserdc087392024-04-01 20:26:02 -0400103 post-run: zuul.d/playbooks/molecule-aio/post.yml
104 roles:
105 - zuul: openstack/openstack-helm-infra
Mohammed Naserd28fbaf2024-04-08 17:15:00 -0400106
107- job:
108 name: atmosphere-molecule-aio-keycloak
109 parent: atmosphere-molecule-aio
110 vars:
111 tox_envlist: molecule-keycloak
112
113- job:
114 name: atmosphere-molecule-aio-full
115 parent: atmosphere-molecule-aio
116 abstract: true
117 timeout: 7200
Mohammed Naserdc087392024-04-01 20:26:02 -0400118 nodeset:
119 nodes:
120 - name: ubuntu-jammy
121 label: jammy-16c-64g
122
123- job:
124 name: atmosphere-molecule-aio-openvswitch
Mohammed Naserd28fbaf2024-04-08 17:15:00 -0400125 parent: atmosphere-molecule-aio-full
Mohammed Naserdc087392024-04-01 20:26:02 -0400126 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -0400127 tox_envlist: molecule-aio-openvswitch
Mohammed Naserdc087392024-04-01 20:26:02 -0400128
129- job:
130 name: atmosphere-molecule-aio-ovn
Mohammed Naserd28fbaf2024-04-08 17:15:00 -0400131 parent: atmosphere-molecule-aio-full
Mohammed Naserdc087392024-04-01 20:26:02 -0400132 vars:
Mohammed Naserf75ab072024-04-02 12:55:10 -0400133 tox_envlist: molecule-aio-ovn