commit | ca51d31b830088915518c6bb29fd268bd4f776f2 | [log] [tgz] |
---|---|---|
author | Chi Wang <chiwang@google.com> | Fri Nov 29 01:01:29 2024 +0800 |
committer | GitHub <noreply@github.com> | Thu Nov 28 18:01:29 2024 +0100 |
tree | 71be4d491aa6aaac2e9ecce4b6f6dd59c4d5cfe1 | |
parent | 4628984d9b5c918a7227e48b61a5691e30404ab6 [diff] |
Use agent 0.2.4 (#2129)
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 038946a..d0a41d1 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.2" + version = "0.2.4" if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ: version = os.environ["BAZELCI_AGENT_VERSION"] postfix = ""