Skip to content

Commit

Permalink
Switch to a backup pool (microsoft#5512)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3dd2de9)

# Conflicts:
#	.azure-pipelines-templates/daily-matrix.yml
  • Loading branch information
achamayou committed Aug 17, 2023
1 parent cab5c12 commit 80ac537
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

build:
common:
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 80ac537

Please sign in to comment.