Files
electron/vsts-arm32v7.yml
John Kleinschmidt c00f71513b ci: fix flaky test on arm (5-0-x) (#19806)
* ci: update docker options for arm testing
2019-08-16 16:36:59 -04:00

14 lines
309 B
YAML

resources:
containers:
- container: arm32v7-test-container
image: electronbuilds/arm32v7:0.0.2
options: --shm-size 128m
jobs:
- job: Test_Arm32v7
container: arm32v7-test-container
displayName: Test Arm on Arm32v7 hardware
timeoutInMinutes: 30
steps:
- template: vsts-arm-test-steps.yml