diff --git a/.azure-pipelines-templates/daily-matrix.yml b/.azure-pipelines-templates/daily-matrix.yml index f40d093cc2c8..d4e79b9195cb 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 391076c911e6..71fe0a34d0ab 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 21c239116f1f..19071e629dfa 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"