Skip to content
Snippets Groups Projects
Commit df419fd7 authored by Geoffrey Arthaud's avatar Geoffrey Arthaud
Browse files

Ajout de retries au jobs d'analyse

parent c06872f6
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ crawl:
- if: $SCHEDULE
tags:
- buildonly
retry: 2
analysis:
stage: analysis
......@@ -53,6 +54,7 @@ analysis:
- if: $SCHEDULE
tags:
- buildonly
retry: 2
analysis_polpublique1:
stage: analysis
......@@ -72,6 +74,7 @@ analysis_polpublique1:
- if: $SCHEDULE
tags:
- buildonly
retry: 2
analysis_polpublique2:
stage: analysis
......@@ -91,6 +94,7 @@ analysis_polpublique2:
- if: $SCHEDULE
tags:
- buildonly
retry: 2
analysis_polpublique3:
stage: analysis
......@@ -110,6 +114,7 @@ analysis_polpublique3:
- if: $SCHEDULE
tags:
- buildonly
retry: 2
analysis_polpublique4:
stage: analysis
......@@ -129,7 +134,8 @@ analysis_polpublique4:
- if: $SCHEDULE
tags:
- buildonly
retry: 2
update_stats:
stage: stats
image: python:3.11.6-bookworm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment