Skip to content

Commit

Permalink
Merge pull request #3093 from buildkite/pkg-7830-change-agent-pipelin…
Browse files Browse the repository at this point in the history
…e-to-soft-fail-on-packages-uploads

Soft fail upload of packages docker images
  • Loading branch information
tommeier authored Nov 15, 2024
2 parents 124cdac + b5c39a1 commit 0927fad
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 0927fad

Please # to comment.