Skip to content
Snippets Groups Projects
Commit f99f60a9 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Add retry option to the ci-job tests

parent a29ee3d9
Branches
No related tags found
No related merge requests found
...@@ -158,6 +158,7 @@ test:gcc8:opt: ...@@ -158,6 +158,7 @@ test:gcc8:opt:
- ${TESTS_REPORT} - ${TESTS_REPORT}
when: always when: always
expire_in: 1 week expire_in: 1 week
retry: 2
test:gcc9:opt: test:gcc9:opt:
stage: test stage: test
...@@ -175,6 +176,7 @@ test:gcc9:opt: ...@@ -175,6 +176,7 @@ test:gcc9:opt:
- ${TESTS_REPORT} - ${TESTS_REPORT}
when: always when: always
expire_in: 1 week expire_in: 1 week
retry: 2
test:gcc9:dbg: test:gcc9:dbg:
stage: test stage: test
...@@ -192,6 +194,7 @@ test:gcc9:dbg: ...@@ -192,6 +194,7 @@ test:gcc9:dbg:
- ${TESTS_REPORT} - ${TESTS_REPORT}
when: always when: always
expire_in: 1 week expire_in: 1 week
retry: 2
test:gcc9:opt:python3: test:gcc9:opt:python3:
stage: test stage: test
...@@ -209,6 +212,7 @@ test:gcc9:opt:python3: ...@@ -209,6 +212,7 @@ test:gcc9:opt:python3:
- ${TESTS_REPORT} - ${TESTS_REPORT}
when: always when: always
expire_in: 1 week expire_in: 1 week
retry: 2
test_public_headers_build: test_public_headers_build:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment