-
Notifications
You must be signed in to change notification settings - Fork 2.8k
kind-alpha-beta-features: serial experiment #35609
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
Conversation
1e85b85
to
21706a7
Compare
Because of kubernetes/sig-release#2888 I decided to not modify the existing job and instead added another one. |
…slow) The experiment is meant to determine whether running serial tests in the same job as the parallel tests works, how much slower it becomes, and how stable the job is (hence periodic). Slow, deprecated and disruptive tests are also allowed. The goal is full coverage.
21706a7
to
ef9be07
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, pohly 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 |
@pohly: 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. |
The experiment is meant to determine whether running serial tests in the same job as the parallel tests works and how much slower it becomes.
Even long term the job probably shouldn't be release informing because the alpha tests can break it at any time, without affecting the release. What needs to become release informing instead are the kind-alpha-beta-enabled and/or kind-alpha-beta-enabled-conformance jobs (to be determined after we are done with setting everything up and they proof to be stable).
/assign @aojea
/cc @BenTheElder
From Slack:
[...]So that part should work. But you are right, we haven't really exercised that much. [...] Looking at my list I don't see any canaries for ci jobs. [...] Modifying ci-kubernetes-e2e-kind-alpha-beta-features instead of creating a new periodic seems safe enough.