File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ fetch-assets:
180
180
- if : ' $PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/'
181
181
- if : ' $PIPELINE_TYPE == "TRIGGER_CACHE_UPDATE_PIPELINE"'
182
182
- if : ' $PIPELINE_TYPE == "DURATION_PLOTTER_PIPELINE"'
183
+ retry : 2
183
184
184
185
generate-facts :
185
186
extends : .gems-cache
@@ -205,6 +206,7 @@ generate-facts:
205
206
- if : ' $PIPELINE_TYPE == "FORK_MR_PIPELINE"'
206
207
- when : never
207
208
needs : []
209
+ retry : 2
208
210
209
211
.notify :
210
212
before_script :
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ before_script:
56
56
- !reference [.common_install_scripts, script]
57
57
- apt install -y ${package_name_version_dist} || (echo "Failed to install ${package_name_version_dist}" && exit 1)
58
58
tags : !reference [.distribution-amd64-tags]
59
+ retry : 2
59
60
60
61
.yum-install : &yum-install
61
62
stage : package
@@ -65,6 +66,7 @@ before_script:
65
66
- !reference [.common_install_scripts, script]
66
67
- yum install -y ${package_name_version_dist} || (echo "Failed to install ${package_name_version_dist}" && exit 1)
67
68
tags : !reference [.distribution-amd64-tags]
69
+ retry : 2
68
70
69
71
.zypper-install : &zypper-install
70
72
stage : package
@@ -74,6 +76,7 @@ before_script:
74
76
- !reference [.common_install_scripts, script]
75
77
- zypper install -y ${package_name_version_dist} || (echo "Failed to install ${package_name_version_dist}" && exit 1)
76
78
tags : !reference [.distribution-amd64-tags]
79
+ retry : 2
77
80
78
81
.apt-arm-install : &apt-arm-install
79
82
extends : .apt-install
You can’t perform that action at this time.
0 commit comments