From c7887baea223eb8a18f66a5d08165a36ee9a5f57 Mon Sep 17 00:00:00 2001 From: Wojtek Zieba Date: Wed, 7 Aug 2024 16:21:31 +0200 Subject: [PATCH] Update ci toolkit to `3.5.1` Tests with apostrophes, in case of failure, will be now annotated successfully by `annotate_test_failures` --- .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 2dbbc02e791..279aa805e58 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#3.4.2" + export CI_TOOLKIT="automattic/a8c-ci-toolkit#3.5.1" export TEST_COLLECTOR="test-collector#v1.10.1"