-
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
migrate ci-kubernetes-e2e-gci-gce-flaky #33063
Conversation
@@ -906,6 +907,13 @@ periodics: | |||
- --test_args=--ginkgo.focus=\[Flaky\] --ginkgo.skip=\[Driver:.gcepd\]|\[Feature:.+\] --minStartupPods=8 | |||
- --timeout=180m | |||
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240705-131cd74733-master | |||
resources: |
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.
(copied from the -flak-reboot job, we can iterate)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, michelle192837 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 |
@BenTheElder: 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. |
failing, but due to failing test cases https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-flaky/1815634399878713344 (and this is running tests tagged as flaky) |
Found this while inspecting the updates in #33062
We have other comparable jobs in this group migrated already (like
ci-kubernetes-e2e-gci-gce-flaky-repro
), this should just work ™️