File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8080 runs-on : ubuntu-24.04
8181 strategy :
8282 matrix :
83- os : ["ubuntu-22.04 "]
83+ os : ["ubuntu-2204 "]
8484 suite : ["swarm"]
8585 fail-fast : false
8686 steps :
Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ platforms:
6767 image : dokken/rockylinux-10
6868 pid_one_command : /usr/lib/systemd/systemd
6969
70- - name : ubuntu-22.04
70+ - name : ubuntu-2204
7171 driver :
7272 image : dokken/ubuntu-22.04
7373 pid_one_command : /bin/systemd
7474
75- - name : ubuntu-24.04
75+ - name : ubuntu-2404
7676 driver :
7777 image : dokken/ubuntu-24.04
7878 pid_one_command : /bin/systemd
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ platforms:
2424 - name : debian-13
2525 - name : rockylinux-9
2626 - name : rockylinux-10
27- - name : ubuntu-22.04
28- - name : ubuntu-24.04
27+ - name : ubuntu-2204
28+ - name : ubuntu-2404
2929
3030suites :
3131 - name : installation_script
@@ -149,7 +149,7 @@ suites:
149149 # ##############################
150150 - name : swarm
151151 includes :
152- - ubuntu-22.04
152+ - ubuntu-2204
153153 provisioner :
154154 enforce_idempotency : false
155155 multiple_converge : 1
You can’t perform that action at this time.
0 commit comments