File tree 4 files changed +12
-8
lines changed
4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,14 @@ resources:
14
14
type : git
15
15
name : internal.wiki
16
16
17
+ variables :
18
+ - template : ${{ variables.Pipeline.Workspace }}/.azure-pipelines/templates/variables.yml
19
+
17
20
jobs :
18
21
- job : UpdateYaml
19
22
displayName : Update resourceManagement.yml
20
- pool : pool-windows-2019
23
+ pool :
24
+ name : ${{ variables.windows_pool }}
21
25
uses :
22
26
repositories :
23
27
- ServiceContactList
Original file line number Diff line number Diff line change 1
1
variables :
2
- ubuntu_pool : ' pool-ubuntu-2004 '
3
- ubuntu_multi_core_pool : ' pool-ubuntu-2004 -multi-core'
2
+ ubuntu_pool : ' pool-ubuntu-2204 '
3
+ ubuntu_multi_core_pool : ' pool-ubuntu-latest -multi-core'
4
4
windows_pool : ' pool-windows-2019'
5
- ubuntu_arm64_pool : ' ubuntu-arm64-2004-pool '
5
+ ubuntu_arm64_pool : ' pool- ubuntu-latest-arm64 '
6
6
macos_pool : ' macOS-14'
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ parameters:
27
27
default :
28
28
- name : AMD64
29
29
value : amd64
30
- pool : pool-ubuntu-2004 -multi-core
30
+ pool : pool-ubuntu-latest -multi-core
31
31
- name : ARM64
32
32
value : arm64
33
- pool : ubuntu-arm64-2004-pool
33
+ pool : pool- ubuntu-latest-arm64
34
34
35
35
jobs :
36
36
- job : CheckPullRequest
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ variables:
25
25
stages :
26
26
# Azure DevOps limits the number of jobs to 256, so it must be split according to the platform and placed in different stages.
27
27
- stage : TestUbuntu
28
- displayName : Live Test on Ubuntu 2004
28
+ displayName : Live Test on Ubuntu latest
29
29
condition : succeededOrFailed()
30
30
jobs :
31
31
- job : LiveTest
@@ -455,7 +455,7 @@ stages:
455
455
if [[ "$(USER_TARGET)" =~ "$(Target)" || ("$(USER_TARGET)" == "main" && ! "$(Target)" =~ ^ext-.*) || ("$(USER_TARGET)" == "extensions" && "$(Target)" =~ ^ext-.*) || ("$(USER_TARGET)" == "ALL" || "$(USER_TARGET)" == "all" || "$(USER_TARGET)" == "") ]]; then
456
456
echo "Match!"
457
457
echo "##vso[task.setvariable variable=Match]1"
458
- echo "##vso[task.setvariable variable=platform]ubuntu2004 "
458
+ echo "##vso[task.setvariable variable=platform]ubuntulatest "
459
459
else
460
460
echo "Not match!"
461
461
echo "##vso[task.setvariable variable=Match]0"
You can’t perform that action at this time.
0 commit comments