From cd7e66bd6011587cb9e19c3fb9a278623232192f Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Tue, 14 Jan 2025 13:20:18 +0200 Subject: [PATCH] CI: Update a8c-ci-toolkit to pr-sha commit (dependency cache) FYI: This change is done for testing purposes and until the below 'A8C CI Toolkit' #135 PR gets merged to 'trunk'. When that's done, the 'a8c-ci-toolkit' will be updated to '3.9.0' instead. A8C CI Toolkit PR: [Dependency Updates] [Dependency Cache] Dependency Cache on CI per Project [without GRADLE_RO_DEP_CACHE] #135 - https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/pull/135 --- .buildkite/shared-pipeline-vars | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/shared-pipeline-vars b/.buildkite/shared-pipeline-vars index 307dd62e628..96a409dc9e3 100644 --- a/.buildkite/shared-pipeline-vars +++ b/.buildkite/shared-pipeline-vars @@ -3,6 +3,5 @@ # This file is `source`'d before calling `buildkite-agent pipeline upload`, and can be used # to set up some variables that will be interpolated in the `.yml` pipeline before uploading it. -export CI_TOOLKIT="automattic/a8c-ci-toolkit#3.7.1" +export CI_TOOLKIT="automattic/a8c-ci-toolkit#94d9f7a3829cd21d9f31b5ee962178c26606c71e" export TEST_COLLECTOR="test-collector#v1.10.1" -