From a743628e439c6cec5df3ba1446e543912321cc84 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Fri, 6 Dec 2024 21:27:06 +0800 Subject: [PATCH] Use agent 0.2.6 (#2139) --- buildkite/bazelci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index ae36613419..c7e78c7abf 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -1609,7 +1609,7 @@ def download_bazelci_agent(dest_dir): repo = "bazelbuild/continuous-integration" if THIS_IS_TESTING and "BAZELCI_AGENT_REPO" in os.environ: repo = os.environ["BAZELCI_AGENT_REPO"] - version = "0.2.5" + version = "0.2.6" if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ: version = os.environ["BAZELCI_AGENT_VERSION"] postfix = ""