Skip to content

Retry Postgres dependent jobs

Pavlo Strokov requested to merge ps-retry-postgres-dependent into master

Tests that rely on PostgreSQL database pretty often fail with error: pq: canceling statement due to user request. The next run of the job fixes the problem. To reduce the noise created by this issue we change amount of retries for Postgres related jobs: cover, praefect_sql_test.

Part of:

Merge request reports