Skip to content

Commit 7f7f726

Browse files
[ci] Upgrade build agent to ubuntu 24.04 (#24003)
Why I did it Upgrade pipeline agent to ubuntu 24.04 signed-off-by: [email protected]
1 parent 02d605d commit 7f7f726

17 files changed

+35
-34
lines changed

.azure-pipelines/azure-pipelines-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ schedules:
1414
- 202012
1515
always: true
1616

17-
pool: sonicbld-1es
17+
pool: sonicso1ES-amd64
1818

1919
stages:
2020
- stage: Build

.azure-pipelines/azure-pipelines-UpgrateVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resources:
2626
ref: master
2727
endpoint: sonic-net
2828

29-
pool: sonicbld-1es
29+
pool: sonicso1ES-amd64
3030

3131
parameters:
3232
- name: 'jobFilters'

.azure-pipelines/azure-pipelines-build-vs-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ parameters:
9393

9494
stages:
9595
- stage: BuildVS
96-
pool: sonicbld-1es
96+
pool: sonicso1ES-amd64
9797
jobs:
9898
- template: azure-pipelines-build.yml
9999
parameters:

.azure-pipelines/azure-pipelines-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ jobs:
7878

7979
- name: marvell-prestera-armhf
8080
${{ if not(parameters.qemuOrCrossBuild) }}:
81-
pool: sonicbld-armhf
81+
pool: sonicso1ES-armhf
8282
variables:
8383
PLATFORM_NAME: marvell-prestera
8484
PLATFORM_ARCH: armhf
8585

8686
- name: marvell-prestera-arm64
8787
${{ if not(parameters.qemuOrCrossBuild) }}:
88-
pool: sonicbld-arm64
88+
pool: sonicso1ES-arm64
8989
variables:
9090
PLATFORM_NAME: marvell-prestera
9191
PLATFORM_ARCH: arm64
@@ -106,12 +106,12 @@ jobs:
106106
platform_rpc: nephos
107107

108108
- name: pensando
109-
pool: sonicbld-arm64
109+
pool: sonicso1ES-arm64
110110
variables:
111111
PLATFORM_ARCH: arm64
112112

113113
- name: nvidia-bluefield
114-
pool: sonicbld-arm64
114+
pool: sonicso1ES-arm64
115115
variables:
116116
PLATFORM_ARCH: arm64
117117

.azure-pipelines/azure-pipelines-image-template.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,13 @@ jobs:
6161
displayName: 'Checkout commit'
6262
- script: |
6363
set -x
64+
pwd
65+
realpath $(pwd)
66+
realpath /mnt/vss
6467
sudo setfacl -R -b $(Agent.BuildDirectory)
6568
displayName: 'setfacl'
6669
- script: |
70+
set -ex
6771
BRANCH_NAME=$(Build.SourceBranchName)
6872
[ -n "$SYSTEM_PULLREQUEST_PULLREQUESTID" ] && BRANCH_NAME="$SYSTEM_PULLREQUEST_TARGETBRANCH-$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER"
6973
git checkout -b $BRANCH_NAME

.azure-pipelines/baseline_test/baseline.test.buildimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ variables:
5959

6060
stages:
6161
- stage: BuildVS
62-
pool: sonicbld-1es
62+
pool: sonicso1ES-amd64
6363
jobs:
6464
- template: ../azure-pipelines-build.yml
6565
parameters:

.azure-pipelines/build-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ parameters:
3535
- name: pool
3636
type: string
3737
values:
38-
- sonicbld-1es
38+
- sonicso1ES-amd64
3939
- sonicbld_8c
40-
default: sonicbld-1es
40+
default: sonicso1ES-amd64
4141

4242
- name: dbg_image
4343
type: boolean

.azure-pipelines/docker-sonic-mgmt-mixed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ stages:
4040
- stage: Build
4141
jobs:
4242
- job: Build
43-
pool: sonicbld-1es
43+
pool: sonicso1ES-amd64
4444
timeoutInMinutes: 360
4545
steps:
4646
- template: cleanup.yml
@@ -70,7 +70,7 @@ stages:
7070
displayName: "Archive docker image sonic-mgmt"
7171

7272
- job: validate_docker_image_and_upload
73-
pool: sonicbld-1es
73+
pool: sonicso1ES-amd64
7474
timeoutInMinutes: 360
7575
dependsOn: Build
7676
steps:

.azure-pipelines/docker-sonic-mgmt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ stages:
4040
- stage: Build
4141
jobs:
4242
- job: Build
43-
pool: sonicbld-1es
43+
pool: sonicso1ES-amd64
4444
timeoutInMinutes: 360
4545
steps:
4646
- template: cleanup.yml
@@ -69,7 +69,7 @@ stages:
6969
displayName: "Archive docker image sonic-mgmt"
7070

7171
- job: validate_docker_image_and_upload
72-
pool: sonicbld-1es
72+
pool: sonicso1ES-amd64
7373
timeoutInMinutes: 360
7474
dependsOn: Build
7575
steps:

.azure-pipelines/docker-sonic-slave-template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ parameters:
3030
default: sonicdev
3131
- name: pool
3232
type: string
33-
default: sonicbld-1es
33+
default: sonicso1ES-amd64
3434
values:
35-
- sonicbld-1es
36-
- sonicbld-arm64
37-
- sonicbld-armhf
35+
- sonicso1ES-amd64
36+
- sonicso1ES-arm64
37+
- sonicso1ES-armhf
3838

3939
jobs:
4040
- job: sonic_slave_${{ parameters.dist }}${{ parameters.march }}

0 commit comments

Comments
 (0)