Reduce number of flaky test runs

pull/7348/head
naisila 2023-11-17 18:41:57 +03:00
parent f6c845ce0c
commit dc80387fcb
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ jobs:
image: ${{ needs.params.outputs.fail_test_image_name }}:${{ fromJson(needs.params.outputs.pg16_version).full }}${{ needs.params.outputs.image_suffix }} image: ${{ needs.params.outputs.fail_test_image_name }}:${{ fromJson(needs.params.outputs.pg16_version).full }}${{ needs.params.outputs.image_suffix }}
options: --user root options: --user root
env: env:
runs: 20 runs: 8
needs: needs:
- params - params
- build - build