commit | 0f0f1981df5536810836e68266a4d5377ff083dd | [log] [tgz] |
---|---|---|
author | Chi Wang <chiwang@google.com> | Mon Dec 02 22:38:27 2024 +0800 |
committer | GitHub <noreply@github.com> | Mon Dec 02 15:38:27 2024 +0100 |
tree | 75bc4030dc725ec8315cf54aa56b09b41eb0f630 | |
parent | db0d626530004414289cb3281a478364a5de4c97 [diff] |
Use agent 0.2.5 (#2134)
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index d0a41d1..ae36613 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -1609,7 +1609,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.4" + version = "0.2.5" if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ: version = os.environ["BAZELCI_AGENT_VERSION"] postfix = ""