Focus on packaging jobs, all archs

This commit is contained in:
Adrien Ferrand 2020-09-02 17:41:03 +02:00
parent be6deafaae
commit 8e82833abf
2 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@ jobs:
${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
ARCHS: amd64 arm64 armhf
${{ if startsWith(variables['Build.SourceBranchName'], 'test-') }}:
ARCHS: amd64
ARCHS: amd64 arm64 armhf
steps:
- script: |
sudo apt-get update

View file

@ -1,6 +1,6 @@
stages:
- stage: TestAndPackage
jobs:
- template: ../jobs/standard-tests-jobs.yml
- template: ../jobs/extended-tests-jobs.yml
# - template: ../jobs/standard-tests-jobs.yml
# - template: ../jobs/extended-tests-jobs.yml
- template: ../jobs/packaging-jobs.yml