From 9256735ad53773438c412d61aa72e10094d2fd9b Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Wed, 22 Apr 2020 02:47:03 -0700 Subject: [PATCH] WIP --- scripts/azure-pipelines/azure-pipelines.yml | 4 ++-- scripts/azure-pipelines/windows/azure-pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/azure-pipelines/azure-pipelines.yml b/scripts/azure-pipelines/azure-pipelines.yml index c6c8a49f0..c5aefb60a 100644 --- a/scripts/azure-pipelines/azure-pipelines.yml +++ b/scripts/azure-pipelines/azure-pipelines.yml @@ -7,11 +7,11 @@ variables: stages: - stage: Clean_Tombstones displayName: 'Clean Tombstones' - pool: - name: PrWin-2020-04-21-1 jobs: - job: displayName: 'Clean Tombstones' + pool: + name: PrWin-2020-04-22 condition: eq(variables['clean-tombstones'], 'true') timeoutInMinutes: 10 steps: diff --git a/scripts/azure-pipelines/windows/azure-pipelines.yml b/scripts/azure-pipelines/windows/azure-pipelines.yml index 1913f0c9b..9a7f01e7b 100644 --- a/scripts/azure-pipelines/windows/azure-pipelines.yml +++ b/scripts/azure-pipelines/windows/azure-pipelines.yml @@ -5,7 +5,7 @@ jobs: - job: ${{ parameters.jobName }} pool: - name: PrWin-2020-04-21-1 + name: PrWin-2020-04-22 variables: triplet: '${{ parameters.triplet }}'