-
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
[bk/flaky] fix env var for reusing artifacts #127503
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
💚 Build SucceededMetrics [docs]
To update your PR or re-run it, just comment with: |
(cherry picked from commit 62f8e58)
(cherry picked from commit 62f8e58)
(cherry picked from commit 62f8e58)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
(cherry picked from commit 62f8e58)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
I'm guessing that
BUILD_ID_FOR_ARTIFACTS
is an old env var that we don't use anymore, butKIBANA_BUILD_ID
is the env var expected by.buildkite/scripts/download_build_artifacts.sh
so we should also gate the build step on this environment var.