Skip to content

Commit

Permalink
Skip minimal Bazel version support tasks in Bazel's downstream pipeli…
Browse files Browse the repository at this point in the history
…ne (#1044)
  • Loading branch information
meteorcloudy authored Apr 24, 2023
1 parent a8a4aed commit 362d02c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ tasks:
min_supported_version:
name: "Minimum Supported Version"
bazel: "4.0.0"
skip_in_bazel_downstream_pipeline: "Bazel 4 required"
platform: ubuntu1804
build_targets:
- "//..."
Expand All @@ -205,6 +206,7 @@ tasks:
min_supported_version_examples:
name: "Minimum Supported Version Examples"
bazel: "4.0.0"
skip_in_bazel_downstream_pipeline: "Bazel 4 required"
platform: ubuntu1804
working_directory: examples
min_supported_targets: &min_supported_targets
Expand Down

0 comments on commit 362d02c

Please sign in to comment.