-
Notifications
You must be signed in to change notification settings - Fork 144
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
[main][Automation] Update versions #5552
Conversation
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Looks like now we have the 9.0 snapshot available but there are multiple unrelated failures:
cc @ycombinator |
Looking at how the
I think we should test this path, at least for now. Once specific tests start failing, say for a starting version X of Agent, we can revisit what to do — whether to skip those specific tests if the starting Agent version is >= X or whether to skip all upgrade tests entirely if the starting Agent version is >= X. Thoughts? |
@ycombinator yes, this is why I wrote:
in my original message. We can indeed use the previous 8.x as a previous minor but would it be fare to test 9.0 against 8.x in this case? |
@rdner Sorry, the formatting in my last comment (#5552 (comment)) got messed up but I tried to answer your question there. |
These files are used for picking agent versions in integration tests. The content is based on responses from https://www.elastic.co/api/product_versions and https://snapshots.elastic.co The current update is generated based on the following requirements: Package version: 9.0.0 ```json { "UpgradeToVersion": "9.0.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.x", "8.15", "7.17" ] } ```
77a3726
to
aae85ae
Compare
Quality Gate passedIssues Measures |
This pull request is now in conflicts. Could you fix it? 🙏
|
Due to the changes made in #5522, I'm going to close this PR unmerged and let automation re-create it. |
These files are used for picking agent versions in integration tests.
The content is based on responses from https://www.elastic.co/api/product_versions and https://snapshots.elastic.co
The current update is generated based on the following requirements:
Package version: 9.0.0