Skip to content

Commit

Permalink
disable most tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Sep 17, 2024
1 parent 95b484e commit 9479324
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,56 +519,56 @@ jobs:
matrix:
test:
- TestSingleNodeInstallation
- TestSingleNodeInstallationAlmaLinux8
- TestSingleNodeInstallationDebian11
- TestSingleNodeInstallationDebian12
- TestSingleNodeInstallationCentos9Stream
- TestVersion
- TestHostPreflightCustomSpec
- TestHostPreflightInBuiltSpec
- TestUnsupportedOverrides
- TestMultiNodeInstallation
- TestMultiNodeReset
- TestCommandsRequireSudo
- TestInstallWithoutEmbed
- TestInstallFromReplicatedApp
- TestUpgradeFromReplicatedApp
- TestUpgradeEC18FromReplicatedApp
- TestResetAndReinstall
- TestResetAndReinstallAirgap
- TestCollectSupportBundle
- TestOldVersionUpgrade
- TestMaterialize
- TestLocalArtifactMirror
- TestSingleNodeAirgapUpgrade
- TestSingleNodeAirgapUpgradeFromEC18
- TestSingleNodeAirgapUpgradeCustomCIDR
- TestInstallSnapshotFromReplicatedApp
- TestMultiNodeAirgapUpgrade
- TestSingleNodeDisasterRecovery
- TestSingleNodeDisasterRecoveryWithProxy
- TestSingleNodeResumeDisasterRecovery
# - TestSingleNodeInstallationAlmaLinux8
# - TestSingleNodeInstallationDebian11
# - TestSingleNodeInstallationDebian12
# - TestSingleNodeInstallationCentos9Stream
# - TestVersion
# - TestHostPreflightCustomSpec
# - TestHostPreflightInBuiltSpec
# - TestUnsupportedOverrides
# - TestMultiNodeInstallation
# - TestMultiNodeReset
# - TestCommandsRequireSudo
# - TestInstallWithoutEmbed
# - TestInstallFromReplicatedApp
# - TestUpgradeFromReplicatedApp
# - TestUpgradeEC18FromReplicatedApp
# - TestResetAndReinstall
# - TestResetAndReinstallAirgap
# - TestCollectSupportBundle
# - TestOldVersionUpgrade
# - TestMaterialize
# - TestLocalArtifactMirror
# - TestSingleNodeAirgapUpgrade
# - TestSingleNodeAirgapUpgradeFromEC18
# - TestSingleNodeAirgapUpgradeCustomCIDR
# - TestInstallSnapshotFromReplicatedApp
# - TestMultiNodeAirgapUpgrade
# - TestSingleNodeDisasterRecovery
# - TestSingleNodeDisasterRecoveryWithProxy
# - TestSingleNodeResumeDisasterRecovery
- TestProxiedEnvironment
- TestMultiNodeHAInstallation
- TestMultiNodeHADisasterRecovery
- TestCustomCIDR
# - TestMultiNodeHAInstallation
# - TestMultiNodeHADisasterRecovery
# - TestCustomCIDR
- TestProxiedCustomCIDR
- TestSingleNodeInstallationNoopUpgrade
- TestInstallWithPrivateCAs
- TestInstallWithMITMProxy
include:
- test: TestMultiNodeAirgapUpgrade
runner: embedded-cluster
- test: TestMultiNodeAirgapUpgradeSameK0s
runner: embedded-cluster
- test: TestSingleNodeAirgapDisasterRecovery
runner: embedded-cluster
- test: TestMultiNodeAirgapHAInstallation
runner: embedded-cluster
- test: TestMultiNodeAirgapHADisasterRecovery
runner: embedded-cluster
- test: TestFiveNodesAirgapUpgrade
runner: embedded-cluster
# - TestSingleNodeInstallationNoopUpgrade
# - TestInstallWithPrivateCAs
# - TestInstallWithMITMProxy
# include:
# - test: TestMultiNodeAirgapUpgrade
# runner: embedded-cluster
# - test: TestMultiNodeAirgapUpgradeSameK0s
# runner: embedded-cluster
# - test: TestSingleNodeAirgapDisasterRecovery
# runner: embedded-cluster
# - test: TestMultiNodeAirgapHAInstallation
# runner: embedded-cluster
# - test: TestMultiNodeAirgapHADisasterRecovery
# runner: embedded-cluster
# - test: TestFiveNodesAirgapUpgrade
# runner: embedded-cluster
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 9479324

Please sign in to comment.