File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168
168
- TestSingleNodeInstallation
169
169
- TestSingleNodeInstallationAlmaLinux8
170
170
- TestSingleNodeInstallationDebian12
171
- - TestSingleNodeInstallationCentos8Stream
171
+ - TestSingleNodeInstallationCentos9Stream
172
172
- TestVersion
173
173
- TestHostPreflight
174
174
- TestUnsupportedOverrides
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
- TestSingleNodeInstallation
122
122
- TestSingleNodeInstallationAlmaLinux8
123
123
- TestSingleNodeInstallationDebian12
124
- - TestSingleNodeInstallationCentos8Stream
124
+ - TestSingleNodeInstallationCentos9Stream
125
125
- TestVersion
126
126
- TestHostPreflight
127
127
- TestUnsupportedOverrides
Original file line number Diff line number Diff line change @@ -143,12 +143,12 @@ func TestSingleNodeInstallationDebian12(t *testing.T) {
143
143
t .Logf ("%s: test complete" , time .Now ().Format (time .RFC3339 ))
144
144
}
145
145
146
- func TestSingleNodeInstallationCentos8Stream (t * testing.T ) {
146
+ func TestSingleNodeInstallationCentos9Stream (t * testing.T ) {
147
147
t .Parallel ()
148
148
tc := cluster .NewTestCluster (& cluster.Input {
149
149
T : t ,
150
150
Nodes : 1 ,
151
- Image : "centos/8 -Stream" ,
151
+ Image : "centos/9 -Stream" ,
152
152
LicensePath : "license.yaml" ,
153
153
EmbeddedClusterPath : "../output/bin/embedded-cluster" ,
154
154
})
@@ -192,7 +192,7 @@ func TestHostPreflight(t *testing.T) {
192
192
tc := cluster .NewTestCluster (& cluster.Input {
193
193
T : t ,
194
194
Nodes : 1 ,
195
- Image : "centos/8 -Stream" ,
195
+ Image : "centos/9 -Stream" ,
196
196
LicensePath : "license.yaml" ,
197
197
EmbeddedClusterPath : "../output/bin/embedded-cluster" ,
198
198
EmbeddedClusterReleaseBuilderPath : "../output/bin/embedded-cluster-release-builder" ,
You can’t perform that action at this time.
0 commit comments