From d0552a01e326cceb96ebb603450e2473ac810d2e Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Thu, 21 Nov 2024 14:45:59 +0100 Subject: [PATCH] Run checkpart 4 with configuration cache enabled --- .buildkite/pipelines/pull-request/part-4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipelines/pull-request/part-4.yml b/.buildkite/pipelines/pull-request/part-4.yml index af11f08953d07..120fe948f92e6 100644 --- a/.buildkite/pipelines/pull-request/part-4.yml +++ b/.buildkite/pipelines/pull-request/part-4.yml @@ -2,7 +2,7 @@ config: skip-target-branches: "7.17" steps: - label: part-4 - command: .ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart4 + command: .ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart4 --configuration-cache timeout_in_minutes: 300 agents: provider: gcp