From 56f8b3078a88058d31a089c07f84115cf4e6fcd2 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 27 Aug 2026 16:17:55 +1000 Subject: [PATCH] AINFRA-3001: Use CI toolkit 6.3.0 Toolkit 6.1.0 made `restore_cache` try the on-premises Synology NAS before falling back to S3 on the macOS queue. Pinned at 5.3.1, every gem cache restore in this pipeline was paying billed S3 egress. The majors crossed (4.0.0, 5.0.0, 6.0.0) carry three breaking changes: `pr_changed_files` switching to exit codes, and two Windows-only script removals. This pipeline only calls `install_gems`, so none apply. The version stays inline here because this repo has no `.buildkite/shared-pipeline-vars`. --- Generated with the help of Claude Code, https://code.claude.com Co-Authored-By: Claude Code Opus 5 --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d5f0e32..65a1402 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -10,7 +10,7 @@ env: # Nodes with values to reuse in the pipeline. common_params: plugins: &common_plugins - - automattic/a8c-ci-toolkit#5.3.1 + - automattic/a8c-ci-toolkit#6.3.0 # This is the default pipeline – it will build and test the library steps: