commit | b3c65c26359c522a9ef5e3a7f118775470b29277 | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Mon Dec 11 12:02:12 2023 +0100 |
committer | GitHub <noreply@github.com> | Mon Dec 11 12:02:12 2023 +0100 |
tree | 02c92d5da6a44d702dfe98c0902ddfad0bdde546 | |
parent | 07afd38ac45ee19f4d73cd3e44fd3370fb9f5463 [diff] [blame] |
Skip config validation job in downstream pipeline (#1835)
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 9bfcef3..c5d5c83 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -2925,7 +2925,7 @@ ) ) - if "validate_config" in configs: + if "validate_config" in configs and not is_downstream_pipeline(): pipeline_steps += create_config_validation_steps( git_commit or os.getenv("BUILDKITE_COMMIT") )