commit | a743628e439c6cec5df3ba1446e543912321cc84 | [log] [tgz] |
---|---|---|
author | Chi Wang <chiwang@google.com> | Fri Dec 06 21:27:06 2024 +0800 |
committer | GitHub <noreply@github.com> | Fri Dec 06 14:27:06 2024 +0100 |
tree | df43f4930b3a28afd939c0d859bc34c582e3bdf1 | |
parent | 5517407246121226c9ba37603b170a373928310b [diff] |
Use agent 0.2.6 (#2139)
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index ae36613..c7e78c7 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.5" + version = "0.2.6" if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ: version = os.environ["BAZELCI_AGENT_VERSION"] postfix = ""