mirror of https://github.com/citusdata/citus.git
Fix flaky test detection (#7291)
PR #7289 broke flaky test detction. This fixes that.pg16_grant_inherit_set
parent
bdf0a4effe
commit
e205241634
|
@ -478,7 +478,7 @@ jobs:
|
|||
name: Test flakyness
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: ${{ needs.params.outputs.fail_test_image_name }}:${{ needs.params.outputs.pg16_version }}${{ 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
|
||||
env:
|
||||
runs: 8
|
||||
|
|
Loading…
Reference in New Issue