Skip to content

Commit

Permalink
reenable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jul 29, 2024
1 parent 841054a commit 5ca2a7e
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,51 +326,51 @@ jobs:
fail-fast: false
matrix:
test:
# - TestSingleNodeInstallation
# - TestSingleNodeInstallationAlmaLinux8
# - TestSingleNodeInstallationDebian11
# - TestSingleNodeInstallationDebian12
# - TestSingleNodeInstallationCentos9Stream
# - TestVersion
# - TestHostPreflightCustomSpec
# - TestHostPreflightInBuiltSpec
# - TestUnsupportedOverrides
# - TestMultiNodeInstallation
# - TestMultiNodeReset
# - TestCommandsRequireSudo
# - TestInstallWithoutEmbed
- TestSingleNodeInstallation
- TestSingleNodeInstallationAlmaLinux8
- TestSingleNodeInstallationDebian11
- TestSingleNodeInstallationDebian12
- TestSingleNodeInstallationCentos9Stream
- TestVersion
- TestHostPreflightCustomSpec
- TestHostPreflightInBuiltSpec
- TestUnsupportedOverrides
- TestMultiNodeInstallation
- TestMultiNodeReset
- TestCommandsRequireSudo
- TestInstallWithoutEmbed
- TestInstallFromReplicatedApp
- TestUpgradeFromReplicatedApp
# - TestResetAndReinstall
# - TestResetAndReinstallAirgap
# - TestCollectSupportBundle
# - TestOldVersionUpgrade
# - TestMaterialize
# - TestLocalArtifactMirror
- TestResetAndReinstall
- TestResetAndReinstallAirgap
- TestCollectSupportBundle
- TestOldVersionUpgrade
- TestMaterialize
- TestLocalArtifactMirror
- TestSingleNodeAirgapUpgrade
# - TestSingleNodeAirgapUpgradeCustomCIDR
# - TestInstallSnapshotFromReplicatedApp
# - TestMultiNodeAirgapUpgrade
# - TestSingleNodeDisasterRecovery
# - TestSingleNodeDisasterRecoveryWithProxy
# - TestSingleNodeResumeDisasterRecovery
# - TestProxiedEnvironment
# - TestMultiNodeHAInstallation
# - TestMultiNodeHADisasterRecovery
# - TestCustomCIDR
# - TestProxiedCustomCIDR
# - TestSingleNodeInstallationNoopUpgrade
# 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
- TestSingleNodeAirgapUpgradeCustomCIDR
- TestInstallSnapshotFromReplicatedApp
- TestMultiNodeAirgapUpgrade
- TestSingleNodeDisasterRecovery
- TestSingleNodeDisasterRecoveryWithProxy
- TestSingleNodeResumeDisasterRecovery
- TestProxiedEnvironment
- TestMultiNodeHAInstallation
- TestMultiNodeHADisasterRecovery
- TestCustomCIDR
- TestProxiedCustomCIDR
- TestSingleNodeInstallationNoopUpgrade
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
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5ca2a7e

Please sign in to comment.