-
Couldn't load subscription status.
- Fork 198
[9.2][Automation] Update versions #10841
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
Conversation
These files are used for picking the starting (pre-upgrade) or ending (post-upgrade) agent versions in upgrade 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` ```json { "version": "9.2.1-SNAPSHOT", "build_id": "9.2.1-a3524b72", "manifest_url": "https://snapshots.elastic.co/9.2.1-a3524b72/manifest-9.2.1-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.2.1-a3524b72/summary-9.2.1-SNAPSHOT.html", "core_version": "9.2.1", "stack_build_id": "9.2.1-a3524b72-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.2.1", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.2", "9.1", "8.19", "7.17" ] } ```
|
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this PR needs to be fused with #10845; in this PR agent version is bumped to 9.2.1 where in the other beats receiver agent version is bumped to 9.2.1. Thus the tests that check that these two report the same version won't be successful unless we merge the two PR under one. @ebeahan should I merge them?
👍 from my side. |
|
It should be resolved by #10851. |
💛 Build succeeded, but was flaky
Failed CI StepsHistory
|
|
This is an interesting failure mode... https://buildkite.com/elastic/elastic-agent/builds/29572#019a2f10-260e-4571-8f53-46a43665bd5c/4023-4361 |
These files are used for picking the starting (pre-upgrade) or ending (post-upgrade) agent versions in upgrade 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{ "version": "9.2.1-SNAPSHOT", "build_id": "9.2.1-a3524b72", "manifest_url": "https://snapshots.elastic.co/9.2.1-a3524b72/manifest-9.2.1-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.2.1-a3524b72/summary-9.2.1-SNAPSHOT.html", "core_version": "9.2.1", "stack_build_id": "9.2.1-a3524b72-SNAPSHOT" }testing/integration/testdata/.upgrade-test-agent-versions.yml{ "UpgradeToVersion": "9.2.1", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.2", "9.1", "8.19", "7.17" ] }