From 9b9dc42fa881a4f5d1530ac9b8f30f655fe59e54 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Thu, 28 Nov 2024 06:11:26 +0800 Subject: [PATCH] Revert "Upgrade agent to 0.2.3 (#2124)" (#2125) This reverts commit a086a7a3240d11cc288b310e953cca91b1a3a99e. Bad release: https://github.com/bazelbuild/continuous-integration/pull/2117#issuecomment-2504300375 --- buildkite/bazelci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index cbcffcceaf..038946a44b 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.3" + version = "0.2.2" if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ: version = os.environ["BAZELCI_AGENT_VERSION"] postfix = ""