Skip to content

Commit

Permalink
Merge pull request #295 from kubevirt-bot/cherry-pick-269-to-release-1.2
Browse files Browse the repository at this point in the history
[release-1.2] Remove the deprecated `centos.7` and `centos.stream8` preferences
  • Loading branch information
kubevirt-bot authored Dec 9, 2024
2 parents b6ea271 + 6736374 commit fa1d15d
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 200 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,8 @@ provided by this project:
Name | Guest OS
-----|---------
alpine | Alpine
centos.7 | CentOS 7
centos.7.desktop | CentOS 7
centos.stream10 | CentOS Stream 10
centos.stream10.desktop | CentOS Stream 10
centos.stream8 | CentOS Stream 8
centos.stream8.desktop | CentOS Stream 8
centos.stream8.dpdk | CentOS Stream 8
centos.stream9 | CentOS Stream 9
centos.stream9.desktop | CentOS Stream 9
centos.stream9.dpdk | CentOS Stream 9
Expand Down
13 changes: 0 additions & 13 deletions preferences/centos/7/kustomization.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions preferences/centos/7/metadata/kustomization.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions preferences/centos/7/metadata/metadata.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions preferences/centos/7/requirements/kustomization.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions preferences/centos/7/requirements/requirements.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions preferences/centos/7_desktop/kustomization.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/centos/8_stream/kustomization.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions preferences/centos/8_stream/metadata/kustomization.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions preferences/centos/8_stream/metadata/metadata.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions preferences/centos/8_stream/requirements/kustomization.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions preferences/centos/8_stream/requirements/requirements.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions preferences/centos/8_stream_desktop/kustomization.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions preferences/centos/8_stream_dpdk/kustomization.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions preferences/centos/8_stream_dpdk/metadata/kustomization.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions preferences/centos/8_stream_dpdk/metadata/metadata.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions preferences/centos/8_stream_dpdk/requirements/kustomization.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions preferences/centos/8_stream_dpdk/requirements/requirements.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions preferences/centos/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,3 @@ resources:
- ./9_stream_desktop
- ./9_stream_dpdk
- ./9_stream
- ./8_stream_desktop
- ./8_stream_dpdk
- ./8_stream
- ./7_desktop
- ./7
5 changes: 0 additions & 5 deletions tests/functests/instancetype_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ var _ = Describe("Common instance types func tests", func() {

It("[test_id:10737] can be created when enough resources are provided", func() {
preferenceInstancetypeMap := map[string]string{
"centos.stream8.dpdk": "u1.2xlarge",
"centos.stream9.dpdk": "u1.2xlarge",
"rhel.8.dpdk": "u1.2xlarge",
"rhel.9.dpdk": "u1.2xlarge",
Expand Down Expand Up @@ -163,10 +162,6 @@ var _ = Describe("Common instance types func tests", func() {
},
Entry("[test_id:10738] Fedora", fedoraContainerDisk, map[string]string{"amd64": "fedora", "arm64": "fedora.arm64"},
[]testFn{expectGuestAgentToBeConnected, expectSSHToRunCommandOnLinux("fedora")}),
Entry("[test_id:10740] CentOS 7", centos7ContainerDisk, map[string]string{"amd64": "centos.7"},
[]testFn{expectGuestAgentToBeConnected, expectSSHToRunCommandOnLinux("centos")}),
Entry("[test_id:10744] CentOS Stream 8", centosStream8ContainerDisk, map[string]string{"amd64": "centos.stream8"},
[]testFn{expectGuestAgentToBeConnected, expectSSHToRunCommandOnLinux("centos")}),
Entry("[test_id:10745] CentOS Stream 9", centosStream9ContainerDisk,
map[string]string{"amd64": "centos.stream9", "arm64": "centos.stream9"},
[]testFn{expectGuestAgentToBeConnected, expectSSHToRunCommandOnLinux("cloud-user")}),
Expand Down

0 comments on commit fa1d15d

Please sign in to comment.