-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[8.x](backport #6578) Fix selection of testing version #7028
base: 8.x
Are you sure you want to change the base?
Conversation
* mark and skip flaky TestOTelManager_Run * updated test version selection * Update testing/upgradetest/versions.go Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> * updated versions * pin 9.0 * pin 9.0 * removed version pin for 9.0 * Update magefile.go * updated branches * fix previousMinor for pinned 9.0 --------- Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> Co-authored-by: Panos Koutsovasilis <panos.koutsovasilis@elastic.co> (cherry picked from commit 2614cb5) # Conflicts: # testing/upgradetest/versions.go
Cherry-pick of 2614cb5 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
|
💔 Build Failed
Failed CI StepsHistory
|
@michalpristas this backport should happen right? 🙂 |
All CI failures are captured by Open issues thus I am retrying them 🙂 |
SLightly changing algorithm to select test versions
with config
these available versions
resolved to
before change:
after change:
as we wanted 1 previous major in case of target
9.0.0
it is8.x
and 2 previous minors so out of
8.x
we took latest patches for8.17
and8.16
as released onesThis is an automatic backport of pull request #6578 done by Mergify.