Skip to content

Commit

Permalink
Packages upload of docker images isn't on the critical path until we …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
tommeier committed Nov 15, 2024
1 parent 124cdac commit b5c39a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.release-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,6 @@ steps:
- docker.io
- ghcr.io
- packages.buildkite.com
adjustments:
- with: { registry: "packages.buildkite.com" }
soft_fail: true
3 changes: 3 additions & 0 deletions .buildkite/pipeline.release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ steps:
- docker.io
- ghcr.io
- packages.buildkite.com
adjustments:
- with: { registry: "packages.buildkite.com" }
soft_fail: true

- wait

Expand Down
3 changes: 3 additions & 0 deletions .buildkite/pipeline.release-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ steps:
- docker.io
- ghcr.io
- packages.buildkite.com
adjustments:
- with: { registry: "packages.buildkite.com" }
soft_fail: true

- wait

Expand Down

0 comments on commit b5c39a1

Please # to comment.