Skip to content

Commit

Permalink
Merge pull request #33222 from Vyom-Yadav/skip-cloud-provider-gcp-tests
Browse files Browse the repository at this point in the history
Skip sig-cloud-provider-gcp labelled tests after in-tree cloud provider removal
  • Loading branch information
k8s-ci-robot authored Aug 5, 2024
2 parents 46d447d + b5bcc50 commit 252143c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/generated/generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ periodics:
- --extract=ci/latest-1.31
- --extract-ci-bucket=k8s-release-dev
- --timeout=660m
- --test_args=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --ginkgo-parallel=1
- --test_args=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]\[sig-cloud-provider-gcp\] --minStartupPods=8
env:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
resources:
Expand Down
2 changes: 2 additions & 0 deletions releng/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
sigOwners: [sig-cloud-provider-gcp]
releaseBlocking: true
ci-kubernetes-e2e-gce-cos-k8sbeta-serial:
args:
- --test_args=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]\[sig-cloud-provider-gcp\] --minStartupPods=8
interval: 1h
sigOwners: [sig-cloud-provider-gcp]
releaseInforming: true
Expand Down

0 comments on commit 252143c

Please sign in to comment.