mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
run arm tests
This commit is contained in:
parent
20a11c5d5b
commit
dc19e01d13
2 changed files with 11 additions and 11 deletions
|
|
@ -14,5 +14,5 @@ variables:
|
|||
|
||||
stages:
|
||||
- template: templates/stages/test-and-package-stage.yml
|
||||
- template: templates/stages/deploy-stage.yml
|
||||
- template: templates/stages/notify-failure-stage.yml
|
||||
# - template: templates/stages/deploy-stage.yml
|
||||
# - template: templates/stages/notify-failure-stage.yml
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ jobs:
|
|||
amd64:
|
||||
DOCKER_ARCH: amd64
|
||||
# Do not run the heavy non-amd64 builds for test branches
|
||||
${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
|
||||
arm32v6:
|
||||
DOCKER_ARCH: arm32v6
|
||||
arm64v8:
|
||||
DOCKER_ARCH: arm64v8
|
||||
# ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
|
||||
arm32v6:
|
||||
DOCKER_ARCH: arm32v6
|
||||
arm64v8:
|
||||
DOCKER_ARCH: arm64v8
|
||||
steps:
|
||||
- bash: set -e && tools/docker/build.sh $(dockerTag) $DOCKER_ARCH
|
||||
displayName: Build the Docker images
|
||||
|
|
@ -119,10 +119,10 @@ jobs:
|
|||
timeoutInMinutes: 0
|
||||
variables:
|
||||
# Do not run the heavy non-amd64 builds for test branches
|
||||
${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
|
||||
ARCHS: amd64 arm64 armhf
|
||||
${{ if startsWith(variables['Build.SourceBranchName'], 'test-') }}:
|
||||
ARCHS: amd64
|
||||
# ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
|
||||
ARCHS: amd64 arm64 armhf
|
||||
# ${{ if startsWith(variables['Build.SourceBranchName'], 'test-') }}:
|
||||
# ARCHS: amd64
|
||||
steps:
|
||||
- script: |
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in a new issue