Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ stages:
platform_rpc: mlnx
- name: marvell-arm64
pool: sonicbld-arm64
condition: ne(variables['SKIP_MARVELL_ARM64'], 'y')
variables:
PLATFORM_ARCH: arm64
- name: marvell-armhf
pool: sonicbld-armhf
timeoutInMinutes: 1200
condition: ne(variables['SKIP_MARVELL_ARMHF'], 'y')
variables:
PLATFORM_ARCH: armhf

Expand Down Expand Up @@ -227,6 +229,7 @@ stages:
displayName: "kvmtest-t0-sonic by Elastictest"
pool: ubuntu-20.04
timeoutInMinutes: 240
condition: ne(variables['SKIP_VSONIC'], 'y')
continueOnError: false
steps:
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
Expand Down