mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Apply normal config for pipelines
This commit is contained in:
parent
393f012f99
commit
7fa29c657c
2 changed files with 11 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue