Remove sequential and only use concurrent tests#40103
Draft
Conversation
Member
Author
|
/test |
32c246d to
c1f20ba
Compare
Member
Author
|
/test |
c1f20ba to
4a8c9c5
Compare
Member
Author
|
/test |
4a8c9c5 to
e215c84
Compare
Member
Author
|
/test |
6f2af59 to
eadc786
Compare
Member
Author
|
/test |
eadc786 to
980e419
Compare
Member
Author
|
/test |
980e419 to
10b82b5
Compare
Member
Author
|
/ci-ipsec-e2e |
10b82b5 to
08256d7
Compare
Member
Author
|
/test |
08256d7 to
9646bfd
Compare
Member
Author
|
/test |
conformance-ipsec-e2e.yaml in favor of upgrade workflow
Member
Author
|
/test |
Member
Author
|
Thank you @rastislavs it looks the bgp tests are fixed but now the egress tests are failing here 😭 /cc @tommyp1ckles |
01f0faf to
b14b550
Compare
|
This pull request has been automatically marked as stale because it |
|
This pull request has not seen any activity since it was marked stale. |
b14b550 to
09516d6
Compare
Member
Author
|
/test |
|
This pull request has been automatically marked as stale because it |
Contributor
|
/ci-e2e-upgrade |
Contributor
|
/test |
09516d6 to
2c41c9d
Compare
Member
Author
|
/test |
2c41c9d to
71ee692
Compare
Member
Author
|
/test |
2 similar comments
Member
Author
|
/test |
|
/test |
The sequential tests were introduced as they were causing the CI to be flaky. Since they have been removed, they are no longer flaky and we can run them in parallel again. Signed-off-by: André Martins <andre@cilium.io>
With the advent of concurrent e2e testing we no longer can have individual tests racing over setting up & tearing down static routes. Instead, we check if the first ct requires the static routes. If so, we enable them once and schedule the cleanup for later. Currently the sets of connection tests are simply duplicates of each other but running in different namespaces. Therefore we only check the first set for the requirement. Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
71ee692 to
48d7c4b
Compare
Member
Author
|
/test |
1 similar comment
|
/test |
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.
Remove sequential tests and only use concurrent tests.