Skip to content

Commit

Permalink
feat: add retrying to vhd build step
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonB319 committed Mar 26, 2024
1 parent 23705a3 commit 73fc710
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pipelines/templates/.builder-release-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ steps:
-e PRIVATE_PACKAGES_URL="${PRIVATE_PACKAGES_URL}" \
-e LINUX_MSI_RESOURCE_ID=${AZURE_MSI_RESOURCE_ID} \
${CONTAINER_IMAGE} make -f packer.mk test-building-vhd
retry:
maxAttempts: 3
delay: exponential
displayName: Run VHD Tests
- task: PublishPipelineArtifact@0
inputs:
Expand Down

0 comments on commit 73fc710

Please sign in to comment.