Skip to content

Commit

Permalink
[release/4.x] Cherry pick: Switch to a backup pool (#5512) (#5558)
Browse files Browse the repository at this point in the history
Co-authored-by: Amaury Chamayou <[email protected]>
  • Loading branch information
ccf-bot and achamayou authored Aug 17, 2023
1 parent 2ccee47 commit 2d3b7a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines-templates/daily-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines-templates/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines-templates/stress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2d3b7a9

Please sign in to comment.