Update end-to-end-tests.yaml

This commit is contained in:
Michael Telatynski 2025-01-14 14:06:54 +00:00 committed by GitHub
parent 0b07420b0e
commit 28459f8183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,7 +171,7 @@ jobs:
--shard "${{ matrix.runner }}/${{ needs.build.outputs.num-runners }}" \
--project="${{ matrix.project }}" \
${{ (github.event_name == 'pull_request' && matrix.runAllTests == false ) && '--grep-invert @mergequeue' || '' }} \
${{ contains(github.event.pull_request.labels.*.name, 'Z-Flaky-Test') && '--repeat-each=5 --trace=on' || '' }}
${{ contains(github.event.pull_request.labels.*.name, 'Z-Flaky-Test') && '--repeat-each=3 --trace=on' || '' }}
- name: Upload blob report to GitHub Actions Artifacts
if: always()