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

Soft fail upload of packages docker images #3093

Merged

Conversation

tommeier
Copy link
Contributor

@tommeier tommeier commented Nov 15, 2024

Description

Packages upload of docker images isn't on the critical path until we build custom domains, if any errors occur we shouldn't block agent deploys. When agents are served by buildkite packages soft_fail should be removed. Other steps are already soft fail but this needs an update on the docker to packages specific variation on the matrix.

When this build failed https://buildkite.com/buildkite/agent-release-stable/builds/149#01930ac6-f742-4aca-a10e-74aeb7456373 - it was on the upload to docker step for packages and actively blocked a critical release for Shopify.

CleanShot 2024-11-15 at 15 27 25@2x

Context

https://linear.app/buildkite/issue/PKG-7830/change-agent-pipeline-to-soft-fail-on-packages-uploads

Changes

Changes docker deploy step to make packages.buildkite.com step to be soft_fail

Pretty sure this is the right way to do it, but I've not done anything with matrix step before:

https://buildkite.com/docs/pipelines/build-matrix#adding-combinations-to-the-build-matrix

…build custom domains, if any errors occur we shouldn't block agent deploys. When agents are served by buildkite packages soft_fail should be removed
@tommeier tommeier requested a review from isaacsu November 15, 2024 04:26
Copy link
Contributor

@isaacsu isaacsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏 thanks @tommeier

@tommeier tommeier enabled auto-merge November 15, 2024 04:28
@tommeier tommeier merged commit 0927fad into main Nov 15, 2024
1 check passed
@tommeier tommeier deleted the pkg-7830-change-agent-pipeline-to-soft-fail-on-packages-uploads branch November 15, 2024 04:51
@DrJosh9000
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants