Skip to content

Commit 9c887ea

Browse files
committed
Switch to Zuul CI jobs
1 parent 05307fe commit 9c887ea

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

zuul.d/jobs-noble.yaml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Copyright (c) 2024 VEXXHOST, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
- job:
5+
name: ansible-collection-kubernetes-molecule-noble
6+
parent: ansible-collection-kubernetes-molecule
7+
nodeset:
8+
nodes:
9+
- name: ubuntu-noble
10+
label: noble-2c-8g
11+
12+
- job:
13+
name: ansible-collection-kubernetes-molecule-noble-aio
14+
parent: ansible-collection-kubernetes-molecule-noble
15+
vars:
16+
tox_envlist: molecule-aio
17+
18+
- job:
19+
name: ansible-collection-kubernetes-molecule-noble-aio-1-26
20+
parent: ansible-collection-kubernetes-molecule-noble-aio
21+
vars:
22+
tox_environment:
23+
KUBERNETES_VERSION: 1.26.15
24+
25+
- job:
26+
name: ansible-collection-kubernetes-molecule-noble-aio-1-27
27+
parent: ansible-collection-kubernetes-molecule-noble-aio
28+
vars:
29+
tox_environment:
30+
KUBERNETES_VERSION: 1.27.16
31+
32+
- job:
33+
name: ansible-collection-kubernetes-molecule-noble-aio-1-28
34+
parent: ansible-collection-kubernetes-molecule-noble-aio
35+
vars:
36+
tox_environment:
37+
KUBERNETES_VERSION: 1.28.13
38+
39+
- project-template:
40+
name: ansible-collection-kubernetes-molecule-noble
41+
check:
42+
jobs:
43+
- ansible-collection-kubernetes-molecule-noble-aio-1-26
44+
- ansible-collection-kubernetes-molecule-noble-aio-1-27
45+
- ansible-collection-kubernetes-molecule-noble-aio-1-28
46+
gate:
47+
jobs:
48+
- ansible-collection-kubernetes-molecule-noble-aio-1-26
49+
- ansible-collection-kubernetes-molecule-noble-aio-1-27
50+
- ansible-collection-kubernetes-molecule-noble-aio-1-28

zuul.d/project.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@
3838
templates:
3939
- ansible-collection-kubernetes-molecule-focal
4040
- ansible-collection-kubernetes-molecule-jammy
41+
- ansible-collection-kubernetes-molecule-noble
4142
- ansible-collection-kubernetes-molecule-rockylinux9

0 commit comments

Comments
 (0)