remove gke from e2e

This commit is contained in:
carlory
2025-01-20 21:50:46 +08:00
parent ab54e442c6
commit aaac13fc6a
29 changed files with 42 additions and 154 deletions

View File

@@ -35,7 +35,7 @@ var _ = SIGDescribe("crictl", func() {
ginkgo.BeforeEach(func() {
// `crictl` is not available on all cloud providers.
e2eskipper.SkipUnlessProviderIs("gce", "gke")
e2eskipper.SkipUnlessProviderIs("gce")
})
ginkgo.It("should be able to run crictl on the node", func(ctx context.Context) {

View File

@@ -56,7 +56,7 @@ var _ = SIGDescribe("NodeProblemDetector", nodefeature.NodeProblemDetector, feat
ginkgo.BeforeEach(func(ctx context.Context) {
e2eskipper.SkipUnlessSSHKeyPresent()
e2eskipper.SkipUnlessProviderIs(framework.ProvidersWithSSH...)
e2eskipper.SkipUnlessProviderIs("gce", "gke")
e2eskipper.SkipUnlessProviderIs("gce")
e2eskipper.SkipUnlessNodeOSDistroIs("gci", "ubuntu")
e2enode.WaitForTotalHealthy(ctx, f.ClientSet, time.Minute)
})