Skip to content

Commit

Permalink
fix airgap docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
cxbrowne1207 committed Dec 13, 2023
1 parent e320005 commit 1b8aa61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/airgap.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ func runDockerAirgapUpgradeFromReleaseFlow(test *framework.ClusterE2ETest, lates
test.DownloadArtifacts(framework.ExecuteWithEksaRelease(latestRelease))
test.ExtractDownloadedArtifacts(framework.ExecuteWithEksaRelease(latestRelease))
test.DownloadImages(framework.ExecuteWithEksaRelease(latestRelease))
// test.ChangeInstanceSecurityGroup(os.Getenv(framework.RegistryMirrorAirgappedSecurityGroup))
test.ImportImages(framework.ExecuteWithEksaRelease(latestRelease))
test.CreateCluster(framework.ExecuteWithEksaRelease(latestRelease), framework.WithBundlesOverride(bundleReleasePathFromArtifacts))

Expand All @@ -214,7 +213,7 @@ func runDockerAirgapUpgradeFromReleaseFlow(test *framework.ClusterE2ETest, lates
test.DownloadArtifacts()
test.ExtractDownloadedArtifacts()
test.DownloadImages()
// test.ChangeInstanceSecurityGroup(os.Getenv(framework.RegistryMirrorAirgappedSecurityGroup))
test.ChangeInstanceSecurityGroup(os.Getenv(framework.RegistryMirrorAirgappedSecurityGroup))
test.ImportImages()

test.UpgradeClusterWithNewConfig(clusterOpts, framework.WithBundlesOverride(bundleReleasePathFromArtifacts))
Expand Down

0 comments on commit 1b8aa61

Please sign in to comment.