Skip to content

Commit

Permalink
Add auto retry for gitlab or signing service flakiness (open-telemetr…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk committed Jun 16, 2021
1 parent 1d2c919 commit 6cb1860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ compile:
variables:
- $CI_COMMIT_BRANCH == "main"
- $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+.*/
retry: 2
script:
- |
set -ex
Expand Down Expand Up @@ -108,6 +109,7 @@ build-image:
- $CI_COMMIT_BRANCH == "main"
- $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+.*/
stage: package
retry: 2
script:
- make docker-otelcol SKIP_COMPILE=true
after_script:
Expand Down

0 comments on commit 6cb1860

Please sign in to comment.