Skip to content
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

fix bug in e2e tests and update its dependencies #3421

Merged
merged 4 commits into from
Feb 19, 2025
Merged

Conversation

mtardy
Copy link
Member

@mtardy mtardy commented Feb 19, 2025

Commit d9c30c0 will reduce the time for skeleton e2e tests by 4x.

The rest is deps updates and renovate config changes.

@mtardy mtardy added the release-note/ci This PR makes changes to the CI. label Feb 19, 2025
@mtardy mtardy changed the title fix e2e tests and update its dependencies fix bug in e2e tests and update its dependencies Feb 19, 2025
mtardy and others added 4 commits February 19, 2025 18:50
In some tests, like the skeleton test, we deploy a Job, this Job thus
deploy a Pod that succeed and is then completed. Before this patch we
were waiting for this Pod to be Running while it was already completed,
so the test was waiting until timeout effectively. This reduces the
execution time of this test from ~400s to less than 100s.

Signed-off-by: Mahe Tardy <[email protected]>
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
Also update the versions along.

Signed-off-by: Mahe Tardy <[email protected]>
@mtardy mtardy force-pushed the pr/mtardy/e2e-tests branch from cbc5be8 to 622af84 Compare February 19, 2025 17:50
@mtardy mtardy marked this pull request as ready for review February 19, 2025 18:01
@mtardy mtardy requested a review from a team as a code owner February 19, 2025 18:01
@mtardy mtardy requested review from jrfastab and will-isovalent and removed request for jrfastab February 19, 2025 18:01
@mtardy mtardy merged commit 8806c88 into main Feb 19, 2025
43 checks passed
@mtardy mtardy deleted the pr/mtardy/e2e-tests branch February 19, 2025 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants