Skip to content

Commit

Permalink
Skip min supported version tests in downstream pipeline
Browse files Browse the repository at this point in the history
This duplicates testing of other tests and isn't configured correctly to be run in the downstream pipeline so skip these targets.
  • Loading branch information
jsharpe authored Jan 28, 2024
1 parent 1ddd0ce commit d873cac
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 @@ -220,6 +220,7 @@ tasks:
min_supported_version:
name: "Minimum Supported Version"
bazel: "5.4.0"
skip_in_bazel_downstream_pipeline: "Duplicates tests in other targets"
platform: ubuntu1804
build_targets:
- "//..."
Expand All @@ -228,6 +229,7 @@ tasks:
min_supported_version_examples:
name: "Minimum Supported Version Examples"
bazel: "5.4.0"
skip_in_bazel_downstream_pipeline: "Duplicates tests in other targets"
platform: ubuntu1804
working_directory: examples
min_supported_targets: &min_supported_targets
Expand Down

0 comments on commit d873cac

Please sign in to comment.