Skip to content

Commit 9dcce8e

Browse files
authored
Remove duplicate unnecessary tests - second pass (#3144)
1 parent a4d538f commit 9dcce8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+44
-1921
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -761,12 +761,6 @@ jobs:
761761
export RELEASE_YAML_DIR=e2e/kots-release-install
762762
./scripts/ci-release-app.sh
763763
764-
# then install a version with alternate unsupported overrides
765-
export EC_VERSION="${{ needs.output-vars.outputs.ec_version }}"
766-
export APP_VERSION="appver-${SHORT_SHA}-unsupported-overrides"
767-
export RELEASE_YAML_DIR=e2e/kots-release-unsupported-overrides
768-
./scripts/ci-release-app.sh
769-
770764
# promote a release with improved dr support
771765
export EC_VERSION="${{ needs.output-vars.outputs.ec_version }}"
772766
export APP_VERSION="appver-${SHORT_SHA}-legacydr"
@@ -880,25 +874,17 @@ jobs:
880874
test:
881875
- TestPreflights
882876
- TestPreflightsNoexec
883-
- TestMaterialize
884877
- TestSingleNodeInstallation
885-
- TestSingleNodeInstallationAlmaLinux8
886-
- TestSingleNodeInstallationDebian11
887-
- TestSingleNodeInstallationDebian12
888-
- TestSingleNodeInstallationCentos9Stream
889878
- TestSingleNodeUpgradePreviousStable
890879
- TestUpgradeFromReplicatedAppPreviousK0s
891-
- TestResetAndReinstall
892880
- TestMultiNodeInstallation
893881
- TestMultiNodeHAInstallation
894882
- TestSingleNodeDisasterRecovery
895883
- TestSingleNodeLegacyDisasterRecovery
896884
- TestSingleNodeResumeDisasterRecovery
897885
- TestMultiNodeHADisasterRecovery
898886
- TestSingleNodeInstallationNoopUpgrade
899-
- TestLocalArtifactMirror
900887
- TestCollectSupportBundle
901-
- TestUnsupportedOverrides
902888
- TestHostCollectSupportBundleInCluster
903889
- TestInstallWithConfigValues
904890
steps:
@@ -964,7 +950,6 @@ jobs:
964950
fail-fast: false
965951
matrix:
966952
test:
967-
- TestResetAndReinstallAirgap
968953
- TestSingleNodeAirgapUpgrade
969954
- TestSingleNodeAirgapUpgradeSelinux
970955
- TestSingleNodeAirgapUpgradeConfigValues

.github/workflows/release-prod.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,6 @@ jobs:
341341
export APP_VERSION="appver-${{ github.ref_name }}"
342342
export RELEASE_YAML_DIR=e2e/kots-release-install
343343
./scripts/ci-release-app.sh
344-
345-
# then install a version with alternate unsupported overrides
346-
export EC_VERSION="${{ github.ref_name }}"
347-
export APP_VERSION="appver-${{ github.ref_name }}-unsupported-overrides"
348-
export RELEASE_YAML_DIR=e2e/kots-release-unsupported-overrides
349-
./scripts/ci-release-app.sh
350344
351345
# then a noop upgrade
352346
export EC_VERSION="${{ github.ref_name }}"
@@ -496,24 +490,15 @@ jobs:
496490
test:
497491
- TestPreflights
498492
- TestPreflightsNoexec
499-
- TestMaterialize
500493
- TestSingleNodeInstallation
501-
- TestSingleNodeInstallationAlmaLinux8
502-
- TestSingleNodeInstallationDebian11
503-
- TestSingleNodeInstallationDebian12
504-
- TestSingleNodeInstallationCentos9Stream
505494
- TestSingleNodeUpgradePreviousStable
506-
- TestUpgradeFromReplicatedApp
507-
- TestResetAndReinstall
508495
- TestMultiNodeInstallation
509496
- TestMultiNodeHAInstallation
510497
- TestSingleNodeDisasterRecovery
511498
- TestSingleNodeResumeDisasterRecovery
512499
- TestMultiNodeHADisasterRecovery
513500
- TestSingleNodeInstallationNoopUpgrade
514-
- TestLocalArtifactMirror
515501
- TestCollectSupportBundle
516-
- TestUnsupportedOverrides
517502
- TestHostCollectSupportBundleInCluster
518503
- TestInstallWithConfigValues
519504
steps:
@@ -579,7 +564,6 @@ jobs:
579564
fail-fast: false
580565
matrix:
581566
test:
582-
- TestResetAndReinstallAirgap
583567
- TestSingleNodeAirgapUpgrade
584568
- TestSingleNodeAirgapUpgradeSelinux
585569
- TestSingleNodeAirgapUpgradeConfigValues

0 commit comments

Comments
 (0)