-
Notifications
You must be signed in to change notification settings - Fork 143
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 #5820
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: 9.0.0 ```json { "UpgradeToVersion": "9.0.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.15", "8.x", "7.17" ] } ```
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
@jsoriano @mrodm Most of the tests failing in CI on this PR have this error:
Could it be because the version of the |
What configuration has the kibana instance used for these tests? It should have this option:
|
@ycombinator there are still some issues with running APM. |
Thanks for the ping @rdner. Looks like the test calls a Kibana API, |
Ruh roh: {
"statusCode":400,
"error":"Bad Request",
"message":"uri [/internal/apm/fleet/agents] with method [get] exists but is not available with the current configuration"
} The same API call does work with an {
"cloudStandaloneSetup":{
"apmServerUrl":"https://d7f64754cf774113b9d196a5fd20ce2d.apm.us-west2.gcp.elastic-cloud.com:443",
"secretToken":"XXXXXXXXXX"
},
"isFleetEnabled":true,
"fleetAgents":[
{
"id":"policy-elastic-agent-on-cloud",
"name":"Elastic Cloud agent policy",
"apmServerUrl":"https://d7f64754cf774113b9d196a5fd20ce2d.apm.us-west2.gcp.elastic-cloud.com:443",
"secretToken":"XXXXXXXXXX"
}
]
} I'll follow up with the APM Server team on how to proceed here. |
@inge4pres helped me out — thank you! — and I am trying out his suggestion in 2af748b. |
Quality Gate passedIssues Measures |
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: 9.0.0