-
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
[artifacts] Merge docker context verification #129399
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
Do you think this needs to run on every build? What if we only ran with changes to |
I think we should run it for every "release"/BC build, but we could shut it off for snapshots? Timing would initially be daily vs every commit. This will only run on tracked branches though, so I don't think we have a |
Ah, ok - didn't realize it was the assets pipeline. |
💚 Build SucceededMetrics [docs]
To update your PR or re-run it, just comment with: |
* [artifacts] Merge docker context verification * add to pipeline * n2-2 (cherry picked from commit b2b961e)
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* [artifacts] Merge docker context verification * add to pipeline * n2-2
* [artifacts] Merge docker context verification * add to pipeline * n2-2 (cherry picked from commit b2b961e) Co-authored-by: Jonathan Budzenski <[email protected]>
This adds the docker context verification steps to our artifacts pipeline, with the intention of testing final artifacts before they're released. The current pipeline will be shut off when this pipeline is enabled