From 618c90282151b412ff7d6b746246ca3fd6ce242e Mon Sep 17 00:00:00 2001 From: aram price Date: Mon, 29 Jun 2026 17:23:29 -0700 Subject: [PATCH] ci: set parallel spec multiplier to .6 for all integration specs --- ci/pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 8fe3f7c922a..66cf0e6a982 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -312,7 +312,7 @@ jobs: COVERAGE: false DB: postgresql RAKE_TASK: spec:integration - PARALLEL_TEST_MULTIPLY_PROCESSES: "0.5" + PARALLEL_TEST_MULTIPLY_PROCESSES: ¶llel_test_multiplier "0.6" - name: integration-postgres-hotswap public: true @@ -341,6 +341,7 @@ jobs: params: DB: postgresql RAKE_TASK: spec:integration + PARALLEL_TEST_MULTIPLY_PROCESSES: *parallel_test_multiplier UPDATE_VM_STRATEGY: create-swap-delete - name: integration-mysql @@ -371,6 +372,7 @@ jobs: COVERAGE: false DB: mysql RAKE_TASK: spec:integration + PARALLEL_TEST_MULTIPLY_PROCESSES: *parallel_test_multiplier - name: candidate-release plan: