Skip to content

Commit

Permalink
{AKS} Replace default pool used by test pipelines (Azure#6271)
Browse files Browse the repository at this point in the history
* move pool

* update pool name

* fix

* Trigger Build
  • Loading branch information
FumingZhang authored May 8, 2023
1 parent 8970e1b commit 0194f58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: $(Date:yyyyMMdd)$(Rev:.r-)-CleanUp
trigger: none

pool:
name: 1ES-AKS-Elastic-DevInfra-Auto-TearDown-Pool
name: $(1ES_DevInfra_Auto_TearDown_Pool_Name)

variables:
- group: azcli-aks-tool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: $(Date:yyyyMMdd)$(Rev:.r)_Python$(PYTHON_VERSION)_Coverage-$(COVERAGE)_Mod
trigger: none

pool:
name: 1ES-AKS-Elastic-DevInfra-Auto-TearDown-Pool
name: $(1ES_DevInfra_Auto_TearDown_Pool_Name)

pr:
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: $(Date:yyyyMMdd)$(Rev:.r)_Python$(PYTHON_VERSION)_Coverage-$(COVERAGE)_Mod
trigger: none

pool:
name: 1ES-AKS-Elastic-DevInfra-Auto-TearDown-Pool
name: $(1ES_DevInfra_Auto_TearDown_Pool_Name)

pr:
branches:
Expand Down

0 comments on commit 0194f58

Please sign in to comment.