Commit 9c887ea 1 parent 05307fe commit 9c887ea Copy full SHA for 9c887ea
File tree 2 files changed +51
-0
lines changed
2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 38
38
templates :
39
39
- ansible-collection-kubernetes-molecule-focal
40
40
- ansible-collection-kubernetes-molecule-jammy
41
+ - ansible-collection-kubernetes-molecule-noble
41
42
- ansible-collection-kubernetes-molecule-rockylinux9
You can’t perform that action at this time.
0 commit comments