File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
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 @@ -36,8 +36,8 @@ stages:
36
36
- template : .azure-pipelines/build-template.yml
37
37
parameters :
38
38
arch : armhf
39
- timeout : 180
40
- pool : sonicbld
39
+ timeout : 240
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
@@ -46,8 +46,8 @@ stages:
46
46
- template : .azure-pipelines/build-template.yml
47
47
parameters :
48
48
arch : arm64
49
- timeout : 180
50
- pool : sonicbld
49
+ timeout : 240
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