From dc19e01d135683143a67ba903f00f2334202cc8e Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 24 Mar 2021 10:18:36 -0700 Subject: [PATCH] run arm tests --- .azure-pipelines/nightly.yml | 4 ++-- .../templates/jobs/packaging-jobs.yml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.azure-pipelines/nightly.yml b/.azure-pipelines/nightly.yml index dd2930c41..d6eb3bbc3 100644 --- a/.azure-pipelines/nightly.yml +++ b/.azure-pipelines/nightly.yml @@ -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 diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 28255919f..c12d5fddc 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.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