Skip to content

Commit

Permalink
Merge pull request #3999 from wyike/gc_test
Browse files Browse the repository at this point in the history
Fixes for gc related tests
  • Loading branch information
k8s-ci-robot committed Jan 30, 2023
2 parents 1c81e66 + 331fe73 commit 4140e60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test/e2e/data/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ variables:
INIT_WITH_KUBERNETES_VERSION: "v1.25.0"
EXP_BOOTSTRAP_FORMAT_IGNITION: "true"
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
EXP_EXTERNAL_RESOURCE_GC: "true"
GC_WORKLOAD: "../../data/gcworkload.yaml"

intervals:
default/wait-cluster: ["30m", "10s"]
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/data/e2e_eks_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,10 @@ variables:
COREDNS_ADDON_VERSION: "v1.8.7-eksbuild.3"
KUBE_PROXY_ADDON_VERSION: "v1.24.7-eksbuild.2"
CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION: "1.24.4"
AUTO_CONTROLLER_IDENTITY_CREATOR: "false"
IP_FAMILY: "IPv4"
CAPA_LOGLEVEL: "4"
EXP_EXTERNAL_RESOURCE_GC: "true"
GC_WORKLOAD: "../../data/gcworkload.yaml"

intervals:
default/wait-cluster: ["40m", "10s"]
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/suites/gc_managed/gc_managed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var _ = ginkgo.Describe("[managed] [gc] EKS Cluster external resource GC tests",
cp := ms.GetControlPlaneByName(ctx, ms.GetControlPlaneByNameInput{
Getter: e2eCtx.Environment.BootstrapClusterProxy.GetClient(),
Namespace: cluster.Spec.InfrastructureRef.Namespace,
Name: cluster.Spec.InfrastructureRef.Name,
Name: cluster.Spec.ControlPlaneRef.Name,
})

ginkgo.By("Waiting for the machine pool to be running")
Expand Down

0 comments on commit 4140e60

Please sign in to comment.