Skip to content

Commit

Permalink
add retry: 2 to the .testrunner definition so everything inherits it
Browse files Browse the repository at this point in the history
  • Loading branch information
erikayasuda committed Feb 12, 2025
1 parent 0fcafa2 commit 933070b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitlab/testrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
- ulimit -c unlimited
- pyenv global 3.12 3.8 3.9 3.10 3.11 3.13
- export _CI_DD_AGENT_URL=http://${HOST_IP}:8126/
retry: 2
2 changes: 0 additions & 2 deletions .gitlab/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ include:
needs: []
parallel: 4
# DEV: This is the max retries that GitLab currently allows for
retry: 2
before_script:
- !reference [.testrunner, before_script]
- pip install riot==0.20.1
Expand Down Expand Up @@ -81,7 +80,6 @@ build_base_venvs:
services:
- !reference [.services, ddagent]
# DEV: This is the max retries that GitLab currently allows for
retry: 2
before_script:
- !reference [.testrunner, before_script]
- pip install riot==0.20.1
Expand Down

0 comments on commit 933070b

Please sign in to comment.