Commit eba6a1b 1 parent 04793b1 commit eba6a1b Copy full SHA for eba6a1b
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ parameters:
10
10
type : string
11
11
values :
12
12
- sonicbld
13
+ - sonicbld-arm64
14
+ - sonicbld-armhf
13
15
- default
14
16
default : default
15
17
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ stages:
37
37
parameters :
38
38
arch : armhf
39
39
timeout : 240
40
- pool : sonicbld
40
+ pool : sonicbld-armhf
41
41
sonic_slave : sonic-slave-buster-armhf
42
42
swss_common_artifact_name : sonic-swss-common.armhf
43
43
artifact_name : sonic-sairedis.armhf
@@ -47,7 +47,7 @@ stages:
47
47
parameters :
48
48
arch : arm64
49
49
timeout : 240
50
- pool : sonicbld
50
+ pool : sonicbld-arm64
51
51
sonic_slave : sonic-slave-buster-arm64
52
52
swss_common_artifact_name : sonic-swss-common.arm64
53
53
artifact_name : sonic-sairedis.arm64
You can’t perform that action at this time.
0 commit comments