commit | cff8704e67dd6d97d9d04dadd6e61a5a082257b7 | [log] [tgz] |
---|---|---|
author | Chi Wang <chiwang@google.com> | Wed Feb 05 14:20:12 2025 +0100 |
committer | GitHub <noreply@github.com> | Wed Feb 05 14:20:12 2025 +0100 |
tree | 4c295dab463dc58f4e9fc55f2d27105b5f97db93 | |
parent | cf1bbdae6edbad073c0817baa176b2569a9d6040 [diff] |
Use agent 0.2.7. (#2172)
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 4606a64..808c056 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -1628,7 +1628,7 @@ repo = "bazelbuild/continuous-integration" if THIS_IS_TESTING and "BAZELCI_AGENT_REPO" in os.environ: repo = os.environ["BAZELCI_AGENT_REPO"] - version = "0.2.6" + version = "0.2.7" if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ: version = os.environ["BAZELCI_AGENT_VERSION"] postfix = ""