[Backport release-1.35] Tune OS test timeouts for e2e runs#7808
Merged
Conversation
This mostly applies to full conformance test runs that are called from the release workflow. In order to obtain the "Certified Kubernetes" badge, these cannot be run in parallel. They currently take around two hours to complete, close to the Ginkgo test timeout. Funnily enough, the 64-bit ARM VMs are slightly faster than the 64-bit x86_64 VMs, resulting in mostly successful arm64 runs and very unreliable amd64 runs. Moreover, Ginkgo/sonobuoy simply report any overall test timeouts as failures of the pending tests, with no indication that the tests did not even complete. This makes it very difficult to realize that this is a timeout issue rather than a flaky test. For an all-serial workflow step, use the following timeouts: * three hours for Ginkgo, * three and a half hours for Sonobuoy * and four hours for the workflow step. When the serial step follows a parallel step, use tighter timeouts because only the remaining serial tests should run: * thirty minutes for Ginkgo, * forty-five minutes for Sonobuoy, * and one hur for the workflow step. See: 71b3209 ("Use OS tests in release workflow") Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com> (cherry picked from commit 9746895) (cherry picked from commit a23c8cc)
ncopa
approved these changes
Jun 18, 2026
Contributor
Author
|
Successfully created backport PR for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated backport to
release-1.35, triggered by a label in #7806.See .