-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip sig-cloud-provider-gcp labelled tests after in-tree cloud provider removal #33222
Skip sig-cloud-provider-gcp labelled tests after in-tree cloud provider removal #33222
Conversation
…er removal Signed-off-by: Vyom-Yadav <[email protected]>
/assign @dims @mehabhalodiya |
There were some other changes after generating the config again. I'm assuming those were manually patched, so I reverted those. |
/lgtm Thanks |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, Vyom-Yadav The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Vyom-Yadav: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
diff --git a/releng/test_config.yaml b/releng/test_config.yaml
index 168651fb36..39ac27e557 100644
--- a/releng/test_config.yaml
+++ b/releng/test_config.yaml
@@ -53,7 +53,7 @@ jobs:
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
+ - --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
Fixes https://testgrid.k8s.io/sig-release-1.31-informing#gce-cos-k8sbeta-serial failure.
In-tree cloud provider extensions were removed. kubernetes/kubernetes#124519
These tests haven't been fixed yet and should be skipped.
k/k master branch issue: kubernetes/kubernetes#124748