From 313defa0311855af71697b33532372bc811c4ef9 Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Fri, 10 Jan 2025 14:07:55 +0200 Subject: [PATCH] CI: Trigger a test build using the latest update from a8c-ci-toolkit PR: https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/ pull/135 --- .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 f9d30a4a8918..37b8904850b1 100644 --- a/.buildkite/shared-pipeline-vars +++ b/.buildkite/shared-pipeline-vars @@ -3,5 +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#1d7a5b2b01d925e0c38d15b924c132763f715a48" +export CI_TOOLKIT="automattic/a8c-ci-toolkit#94d9f7a3829cd21d9f31b5ee962178c26606c71e" export TEST_COLLECTOR="test-collector#v1.10.1"