Skip to content
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

[8.12](backport #4276) Check if non-snapshot version is released before using for testing #4280

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Feb 19, 2024

This is an automatic backport of pull request #4276 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

…4276)

Currently, we don't check whether a version without the `-SNAPSHOT` suffix
is actually released and available on our public CDN.

The version is present on the artifact API once the first BC is built,
however, this does not mean the version is published on the CDN.

This leads to failing upgrade attempts by the agent in our integration tests.

(cherry picked from commit b425e4f)
@mergify mergify bot requested a review from a team as a code owner February 19, 2024 20:50
@mergify mergify bot added the backport label Feb 19, 2024
@mergify mergify bot requested review from michalpristas and pchila and removed request for a team February 19, 2024 20:50
@mergify mergify bot assigned rdner Feb 19, 2024
@rdner rdner requested review from rdner and removed request for michalpristas and pchila February 19, 2024 20:52
@rdner rdner enabled auto-merge (squash) February 19, 2024 20:52
Copy link

Quality Gate passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No Coverage information No data about Coverage
0.0% 0.0% Duplication on New Code

See analysis details on SonarQube

@pierrehilbert
Copy link
Contributor

Failure are related to an old binary (pre-8.11) that doesn't include a necessary fix to be green.
I'm force merging as this is not related to the PR itself.

@pierrehilbert pierrehilbert merged commit a7ac98e into 8.12 Feb 20, 2024
@pierrehilbert pierrehilbert deleted the mergify/bp/8.12/pr-4276 branch February 20, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants