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 @@ -185,6 +185,7 @@ fetch-assets:
185
185
- if : ' $PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/'
186
186
- if : ' $PIPELINE_TYPE == "TRIGGER_CACHE_UPDATE_PIPELINE"'
187
187
- if : ' $PIPELINE_TYPE == "DURATION_PLOTTER_PIPELINE"'
188
+ retry : 2
188
189
189
190
generate-facts :
190
191
extends : .gems-cache
@@ -210,6 +211,7 @@ generate-facts:
210
211
- if : ' $PIPELINE_TYPE == "FORK_MR_PIPELINE"'
211
212
- when : never
212
213
needs : []
214
+ retry : 2
213
215
214
216
.notify :
215
217
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