check if m1 became more stable (#18476)

This commit is contained in:
Gary Verhaegen 2024-02-15 12:00:15 +01:00 committed by GitHub
parent 09d09b0761
commit b9b3c16fbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,11 +54,7 @@ steps:
p="_${{parameters.name}}"
a="_$(Build.BuildNumber)_$(System.JobAttempt)"
t="${{parameters.test_mode}}"
if [ "$p" == "_m1" ]; then
./build.sh $p $a $t || ./build.sh $p $a $t || ./build.sh $p $a $t || ./build.sh $p $a $t
else
./build.sh $p $a $t
fi
./build.sh $p $a $t
displayName: 'Build'
env:
DAML_SDK_RELEASE_VERSION: ${{parameters.release_tag}}