mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
add some retries
This commit is contained in:
parent
7610dea65e
commit
55e465ba5c
1 changed files with 2 additions and 0 deletions
|
|
@ -288,6 +288,7 @@ clustertests:
|
|||
stage: integration
|
||||
tags:
|
||||
- shell
|
||||
retry: 1
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"'
|
||||
script:
|
||||
|
|
@ -302,6 +303,7 @@ authclustertests:
|
|||
variables:
|
||||
PROJECT: authclustertests_${CI_CONCURRENT_ID}
|
||||
stage: integration
|
||||
retry: 1
|
||||
tags:
|
||||
- shell
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue