[main][Automation] Update versions#15461
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.6.0-SNAPSHOT", "build_id": "9.6.0-606eef5e", "manifest_url": "https://snapshots.elastic.co/9.6.0-606eef5e/manifest-9.6.0-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.6.0-606eef5e/summary-9.6.0-SNAPSHOT.html", "core_version": "9.6.0", "stack_version": "9.6.0-SNAPSHOT", "stack_build_id": "9.6.0-606eef5e-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.6.0", "CurrentMajors": 1, "PreviousMajors": 2, "PreviousMinors": 2, "SnapshotBranches": [ "9.5", "9.4", "8.19" ] } ```
|
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
💔 Build Failed
Failed CI StepsHistory |
This comment has been minimized.
This comment has been minimized.
TL;DRThe failed Remediation
Investigation detailsRoot CauseThe job successfully downloaded the 9.6.0 artifacts and started The PR diff contains only Evidence
Verification
What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
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.6.0-SNAPSHOT", "build_id": "9.6.0-606eef5e", "manifest_url": "https://snapshots.elastic.co/9.6.0-606eef5e/manifest-9.6.0-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.6.0-606eef5e/summary-9.6.0-SNAPSHOT.html", "core_version": "9.6.0", "stack_version": "9.6.0-SNAPSHOT", "stack_build_id": "9.6.0-606eef5e-SNAPSHOT" }testing/integration/testdata/.upgrade-test-agent-versions.yml{ "UpgradeToVersion": "9.6.0", "CurrentMajors": 1, "PreviousMajors": 2, "PreviousMinors": 2, "SnapshotBranches": [ "9.5", "9.4", "8.19" ] }