From bec6e49d9e54b577fd552c856a7ead5e6ac91c59 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Tue, 8 Aug 2023 07:58:29 +0000 Subject: [PATCH] Switch to a backup pool --- .azure-pipelines-templates/daily-matrix.yml | 2 +- .azure-pipelines-templates/matrix.yml | 2 +- .azure-pipelines-templates/stress-matrix.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines-templates/daily-matrix.yml b/.azure-pipelines-templates/daily-matrix.yml index 497affa23498..6e110647d70c 100644 --- a/.azure-pipelines-templates/daily-matrix.yml +++ b/.azure-pipelines-templates/daily-matrix.yml @@ -5,7 +5,7 @@ parameters: pool: ado-virtual-ccf-sub SGX: container: sgx - pool: ado-sgx-ccf-sub + pool: ado-sgx-ccf-sub-backup SNPCC: container: snp pool: ado-virtual-ccf-sub diff --git a/.azure-pipelines-templates/matrix.yml b/.azure-pipelines-templates/matrix.yml index 088908e352b0..6b85bc2f7d86 100644 --- a/.azure-pipelines-templates/matrix.yml +++ b/.azure-pipelines-templates/matrix.yml @@ -11,7 +11,7 @@ parameters: pool: ado-virtual-ccf-sub SGX: container: sgx - pool: ado-sgx-ccf-sub + pool: ado-sgx-ccf-sub-backup SNPCC: container: snp pool: ado-virtual-ccf-sub diff --git a/.azure-pipelines-templates/stress-matrix.yml b/.azure-pipelines-templates/stress-matrix.yml index 017ec216516f..5ab5c5bf59e1 100644 --- a/.azure-pipelines-templates/stress-matrix.yml +++ b/.azure-pipelines-templates/stress-matrix.yml @@ -4,7 +4,7 @@ jobs: target: SGX env: container: sgx - pool: ado-sgx-ccf-sub + pool: ado-sgx-ccf-sub-backup cmake_args: "-DCOMPILE_TARGET=sgx" suffix: "StressTest" artifact_name: "StressTest"