File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ parameters:
11
11
type : string
12
12
values :
13
13
- sonicbld
14
+ - sonicbld-armhf
15
+ - sonicbld-arm64
14
16
- default
15
17
default : default
16
18
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ stages:
32
32
parameters :
33
33
arch : armhf
34
34
timeout : 240
35
- pool : sonicbld
35
+ pool : sonicbld-armhf
36
36
sonic_slave : sonic-slave-buster-armhf
37
37
buildimage_artifact_name : sonic-buildimage.marvell-armhf
38
38
buildimage_pipeline : 141
@@ -45,7 +45,7 @@ stages:
45
45
parameters :
46
46
arch : arm64
47
47
timeout : 240
48
- pool : sonicbld
48
+ pool : sonicbld-arm64
49
49
sonic_slave : sonic-slave-buster-arm64
50
50
swss_common_artifact_name : sonic-swss-common.arm64
51
51
buildimage_artifact_name : sonic-buildimage.centec-arm64
You can’t perform that action at this time.
0 commit comments