commit | 5242a5978f9a5219620813e0c540fb37444153ab | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Thu May 04 19:19:28 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu May 04 19:19:28 2023 +0200 |
tree | cc9d6c8b84279fcb951cad520e2b6e722612342f | |
parent | 7012a529f21417b146b7ed6e50bec02cfe66ba95 [diff] [blame] |
[Experimental] Use cquery before bazel-diff (#1626) Progress towards #1605
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index c6925ac..ff40285 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -2154,7 +2154,7 @@ + [ "--nosystem_rc", "--nohome_rc", - "query", + "cquery" if os.getenv("EXP_USE_CQUERY") else "query", get_test_query(test_targets, test_flags), ], print_output=False,