From f2adb553587c33bdfb37e46fe8ae8efe24754be7 Mon Sep 17 00:00:00 2001 From: Wojtek Zieba Date: Tue, 4 Feb 2025 17:12:34 +0100 Subject: [PATCH] Bump a8c ci toolkit to fix durations in Buildkite output --- .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 e1be3e8f153..270d8cb5e0c 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#31ecbdccf0b22eeddb95a7670fb0c9a0aa88f7d7" +export CI_TOOLKIT="automattic/a8c-ci-toolkit#3.10.1" export TEST_COLLECTOR="test-collector#v1.10.1"