From 8383c032e740b8cbc0ee2cabfcf97ce8b9aa1d0d Mon Sep 17 00:00:00 2001 From: carzh Date: Tue, 4 Feb 2025 14:52:27 -0800 Subject: [PATCH] test 10 times --- tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml index 1ab4fd2a8e..9a30d9d4f1 100644 --- a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml +++ b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml @@ -125,6 +125,8 @@ stages: pool: vmImage: 'macOS-13' timeoutInMinutes: 300 + strategy: + parallel: 10 steps: - template: set-version-number-variables-step.yml