From a086a7a3240d11cc288b310e953cca91b1a3a99e Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Wed, 27 Nov 2024 19:17:55 +0800 Subject: [PATCH] Upgrade agent to 0.2.3 (#2124) Refer #2121 for the changelog. --- buildkite/bazelci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 038946a44b..cbcffcceaf 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.2" + version = "0.2.3" if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ: version = os.environ["BAZELCI_AGENT_VERSION"] postfix = ""