Skip to content

Commit

Permalink
Skip a job in Bazel downstream pipeline
Browse files Browse the repository at this point in the history
The lockfile could change due to lockfile format change implemented at Bazel HEAD.

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4117#0191df49-84b6-4f83-868f-d0abd7916518
  • Loading branch information
meteorcloudy authored and mostynb committed Sep 12, 2024
1 parent 9b7e449 commit fb13878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tasks:
- "bazel run //:gazelle"
- "bazel mod tidy"
- "git diff --exit-code" # If there is a diff, fail.
skip_in_bazel_downstream_pipeline: "Lockfile could change when building with Bazel@HEAD"
check_gofmt:
platform: ubuntu2004
name: "go fmt"
Expand Down

0 comments on commit fb13878

Please sign in to comment.