Apply normal config for pipelines

This commit is contained in:
Adrien Ferrand 2020-07-06 23:38:37 +02:00
parent 393f012f99
commit 7fa29c657c
2 changed files with 11 additions and 12 deletions

View file

@ -4,5 +4,4 @@ pr:
- '*.x'
jobs:
# TODO: revert to templates/jobs/standard-tests-jobs.yml
- template: templates/jobs/packaging-jobs.yml
- template: templates/jobs/standard-tests-jobs.yml

View file

@ -64,11 +64,11 @@ jobs:
amd64:
ARCH: amd64
# Do not run the QEMU jobs for the full-test-suite pipeline
# ${{ if ne(variables['System.DefinitionId'], 4 )}}:
# arm64:
# ARCH: arm64
# armhf:
# ARCH: armhf
${{ if ne(variables['System.DefinitionId'], 4 )}}:
arm64:
ARCH: arm64
armhf:
ARCH: armhf
pool:
vmImage: ubuntu-18.04
steps:
@ -87,11 +87,11 @@ jobs:
amd64:
ARCH: amd64
# Do not run the QEMU jobs for the full-test-suite pipeline
# ${{ if ne(variables['System.DefinitionId'], 4 )}}:
# arm64:
# ARCH: arm64
# armhf:
# ARCH: armhf
${{ if ne(variables['System.DefinitionId'], 4 )}}:
arm64:
ARCH: arm64
armhf:
ARCH: armhf
pool:
vmImage: ubuntu-18.04
steps: