[FIPS] Only consider versions available in ECH region for TestUpgradeIntegrationsServer#9266
Conversation
|
This pull request does not have a backport label. Could you fix it @ycombinator? 🙏
|
|
CI is green while running the |
|
This pull request is now in conflicts. Could you fix it? 🙏 |
3820a0b to
3a42695
Compare
|
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
💚 Build Succeeded
History
cc @ycombinator |
pkoutsovasilis
left a comment
There was a problem hiding this comment.
I can see that the issue we faced on the PR on main is no longer here and the code checks out, thus, LGTM





What does this PR do?
This PR restricts the versions used as start versions in
TestUpgradeIntegrationsServerto those actually available in the ECH region where the integrations server is being run.Why is it important?
The test should not attempt to use a start version that doesn't actually exist in the ECH region where the integrations server deployment will be created.
Checklist
I have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksI have added an entry in./changelog/fragmentsusing the changelog toolI have added an integration test or an E2E testDisruptive User Impact
None; this PR modifies an integration test.
Related issues
Follow up to #9207 (comment)
Questions to ask yourself