-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ci] Fix check for pre-emption failure #191325
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it a good idea to check both for spot=true
and preemptible=true
as Spot VMs are the latest version of preemptible VMs?
I don't follow entirely, can you help me understand? |
buildkite test this |
We just chatted offline about this. We are going to check if this metadata fields are static and internal populated or being redirected from whatever gcp has |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
(cherry picked from commit 03ba36a)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.15`: - [[ci] Fix check for pre-emption failure (#191325)](#191325) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2024-08-27T21:08:45Z","message":"[ci] Fix check for pre-emption failure (#191325)","sha":"03ba36a0287f72fa6ebf50e26675183c575bcd15","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v8.16.0"],"title":"[ci] Fix check for pre-emption failure","number":191325,"url":"https://github.com/elastic/kibana/pull/191325","mergeCommit":{"message":"[ci] Fix check for pre-emption failure (#191325)","sha":"03ba36a0287f72fa6ebf50e26675183c575bcd15"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/191325","number":191325,"mergeCommit":{"message":"[ci] Fix check for pre-emption failure (#191325)","sha":"03ba36a0287f72fa6ebf50e26675183c575bcd15"}}]}] BACKPORT--> Co-authored-by: Jon <jon@elastic.co>
null