We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8154b4 commit 6107946Copy full SHA for 6107946
1 file changed
.Pipelines/template-pipeline-stages.yml
@@ -131,7 +131,6 @@ stages:
131
jobs:
132
- job: Test
133
displayName: 'Run unit tests'
134
- retries: 3
135
pool:
136
vmImage: ubuntu-latest
137
strategy:
@@ -198,6 +197,7 @@ stages:
198
197
set -o pipefail
199
pytest -vv --junitxml=test-results/junit.xml 2>&1 | tee test-results/pytest.log
200
displayName: 'Run tests'
+ retryCountOnTaskFailure: 3
201
env:
202
LAB_APP_CLIENT_CERT_PFX_PATH: $(LAB_APP_CLIENT_CERT_PFX_PATH)
203
0 commit comments