From b6f5e1d0c6ee6e338cb735574de0cadb7f4d06e9 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 27 Aug 2026 16:17:48 +1000 Subject: [PATCH] AINFRA-3000: 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 6.0.0, every gem and SPM 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. --- Generated with the help of Claude Code, https://code.claude.com Co-Authored-By: Claude Code Opus 5 --- .buildkite/shared-pipeline-vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/shared-pipeline-vars b/.buildkite/shared-pipeline-vars index c5234e0e..a887803d 100644 --- a/.buildkite/shared-pipeline-vars +++ b/.buildkite/shared-pipeline-vars @@ -4,7 +4,7 @@ # to set up some variables that will be interpolated in the `.yml` pipeline before uploading it. XCODE_VERSION=$(sed -E 's/^~> ?//' .xcode-version) -CI_TOOLKIT_PLUGIN_VERSION="6.0.0" +CI_TOOLKIT_PLUGIN_VERSION="6.3.0" export IMAGE_ID="xcode-$XCODE_VERSION" export CI_TOOLKIT_PLUGIN="automattic/a8c-ci-toolkit#$CI_TOOLKIT_PLUGIN_VERSION"