Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 1.29 CloudStack E2E tests #7549

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/QUICK_TESTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ quick_tests:
- TestVSphereKubernetes127BottlerocketTo128Upgrade
- TestVSphereKubernetes127BottlerocketTo128StackedEtcdUpgrade
# CloudStack
- TestCloudStackKubernetes127To128RedhatMultipleFieldsUpgrade
- TestCloudStackKubernetes128To129RedhatMultipleFieldsUpgrade
# Nutanix
- TestNutanixKubernetes128to129RedHat9Upgrade
- TestNutanixKubernetes128to129RedHat8Upgrade
Expand Down
35 changes: 9 additions & 26 deletions test/e2e/SKIPPED_TESTS.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
skipped_tests:
# CloudStack
#Airgapped tests
- TestCloudStackKubernetes123RedhatAirgappedRegistryMirror
- TestCloudStackKubernetes125RedhatAirgappedRegistryMirror
- TestCloudStackKubernetes126RedhatAirgappedRegistryMirror
# This test will fail until we the latest minor release version is 15.x as there is a preflight for 1.24
- TestCloudStackKubernetes123RedhatProxyConfig
- TestCloudStackKubernetes123RedhatProxyConfigAPI
- TestCloudStackKubernetes123AddRemoveAz
- TestCloudStackKubernetes123MultiEndpointSimpleFlow
- TestCloudStackKubernetes125MultiEndpointSimpleFlow
- TestCloudStackKubernetes126MultiEndpointSimpleFlow
- TestCloudStackKubernetes127MultiEndpointSimpleFlow
- TestCloudStackKubernetes128MultiEndpointSimpleFlow

# These tests will fail until there is a new latest minor release version as 16.2 has a preflight check to prevent k8s version > 1.24
- TestCloudStackKubernetes125WithOIDCManagementClusterUpgradeFromLatestSideEffects
- TestCloudStackKubernetes126WithOIDCManagementClusterUpgradeFromLatestSideEffects
- TestCloudStackKubernetes127WithOIDCManagementClusterUpgradeFromLatestSideEffects
- TestCloudStackKubernetes128WithOIDCManagementClusterUpgradeFromLatestSideEffects

# Proxy tests
- TestCloudStackKubernetes123RedhatProxyConfigAPI
- TestCloudStackKubernetes125RedhatProxyConfigAPI
- TestCloudStackKubernetes126RedhatProxyConfigAPI
- TestCloudStackKubernetes127RedhatProxyConfigAPI
Expand Down Expand Up @@ -97,16 +80,16 @@ skipped_tests:
# Conformance
- TestSnowKubernetes123ThreeWorkersConformanceFlow

# 127to128FromLatestMinorRelease will fail until there is a new patch release using a newer packages controller
# Remove these once v0.17.4 is out
- TestDockerKubernetes127to128UpgradeFromLatestMinorRelease
- TestDockerKubernetes127to128GithubFluxEnabledUpgradeFromLatestMinorRelease
- TestDockerKubernetes127to128UpgradeFromLatestMinorReleaseAPI
- TestVSphereKubernetes127To128UbuntuUpgradeFromLatestMinorRelease
- TestVSphereKubernetes127To128RedhatUpgradeFromLatestMinorRelease
- TestVSphereKubernetes127to128UpgradeFromLatestMinorReleaseBottleRocketAPI

# Skipping 1.29 curated packages tests until we add support
- TestCloudStackKubernetes129RedhatCuratedPackagesSimpleFlow
- TestCloudStackKubernetes129RedhatCuratedPackagesAdotSimpleFlow
- TestCloudStackKubernetes129RedhatCuratedPackagesAdotUpdateFlow
- TestCloudStackKubernetes129RedhatCuratedPackagesCertManagerSimpleFlow
- TestCloudStackKubernetes129RedHatCuratedPackagesClusterAutoscalerSimpleFlow
- TestCloudStackKubernetes129RedhatWorkloadClusterCuratedPackagesEmissarySimpleFlow
- TestCloudStackKubernetes129RedhatCuratedPackagesEmissarySimpleFlow
- TestCloudStackKubernetes129RedhatCuratedPackagesHarborSimpleFlow
- TestCloudStackKubernetes129RedhatCuratedPackagesPrometheusSimpleFlow
- TestDockerKubernetes129CuratedPackagesSimpleFlow
- TestDockerKubernetes129CuratedPackagesAdotSimpleFlow
- TestDockerKubernetes129CuratedPackagesEmissarySimpleFlow
Expand Down
Loading
Loading