Skip to content

Commit 8b6a2a7

Browse files
authored
test on centos 9 stream, not 8 (#664)
1 parent 95b94dc commit 8b6a2a7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
- TestSingleNodeInstallation
169169
- TestSingleNodeInstallationAlmaLinux8
170170
- TestSingleNodeInstallationDebian12
171-
- TestSingleNodeInstallationCentos8Stream
171+
- TestSingleNodeInstallationCentos9Stream
172172
- TestVersion
173173
- TestHostPreflight
174174
- TestUnsupportedOverrides

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- TestSingleNodeInstallation
122122
- TestSingleNodeInstallationAlmaLinux8
123123
- TestSingleNodeInstallationDebian12
124-
- TestSingleNodeInstallationCentos8Stream
124+
- TestSingleNodeInstallationCentos9Stream
125125
- TestVersion
126126
- TestHostPreflight
127127
- TestUnsupportedOverrides

e2e/install_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ func TestSingleNodeInstallationDebian12(t *testing.T) {
143143
t.Logf("%s: test complete", time.Now().Format(time.RFC3339))
144144
}
145145

146-
func TestSingleNodeInstallationCentos8Stream(t *testing.T) {
146+
func TestSingleNodeInstallationCentos9Stream(t *testing.T) {
147147
t.Parallel()
148148
tc := cluster.NewTestCluster(&cluster.Input{
149149
T: t,
150150
Nodes: 1,
151-
Image: "centos/8-Stream",
151+
Image: "centos/9-Stream",
152152
LicensePath: "license.yaml",
153153
EmbeddedClusterPath: "../output/bin/embedded-cluster",
154154
})
@@ -192,7 +192,7 @@ func TestHostPreflight(t *testing.T) {
192192
tc := cluster.NewTestCluster(&cluster.Input{
193193
T: t,
194194
Nodes: 1,
195-
Image: "centos/8-Stream",
195+
Image: "centos/9-Stream",
196196
LicensePath: "license.yaml",
197197
EmbeddedClusterPath: "../output/bin/embedded-cluster",
198198
EmbeddedClusterReleaseBuilderPath: "../output/bin/embedded-cluster-release-builder",

0 commit comments

Comments
 (0)