-
Notifications
You must be signed in to change notification settings - Fork 82
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
Revert "Skip tests that depend on 8.18.0-SNAPSHOT
artifacts being available"
#4152
Conversation
/test |
E2E tests are failing like so:
I'm not really sure why the package is not available for download, given that we have https://snapshots.elastic.co/8.18.0-4aa4b16c/summary-8.18.0-SNAPSHOT.html. @michel-laterman any thoughts? |
What the downloadAgent step does is do I can see the package name if I manually do the request. Maybe we should switch the download to GET |
bb5ad56
@michel-laterman Thanks for attempting to fix the test in this PR but it appears to be still failing. Would you mind taking another look when you get a chance? |
The failure is now:
Which is expected as far as failure-cases go, this is because the
|
Thanks @michel-laterman. @v1v Looks like https://github.com/elastic/fleet-server/actions/runs/12182478886 isn't running for the |
https://storage.googleapis.com/artifacts-api/snapshots/branches.json was not reporting https://github.com/elastic/fleet-server/actions/runs/12196799407 ran and #4184 has been created with the change from 8.17 to 8.18 |
…T is ava…" This reverts commit 317c5f2.
3d34487
to
6d9aeb4
Compare
Quality Gate passedIssues Measures |
Reverts #4133 as it's now possible to create
8.18.0-SNAPSHOT
deployments in the ESS production CFT region.