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:
180180 - if : ' $PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/'
181181 - if : ' $PIPELINE_TYPE == "TRIGGER_CACHE_UPDATE_PIPELINE"'
182182 - if : ' $PIPELINE_TYPE == "DURATION_PLOTTER_PIPELINE"'
183+ retry : 2
183184
184185generate-facts :
185186 extends : .gems-cache
@@ -205,6 +206,7 @@ generate-facts:
205206 - if : ' $PIPELINE_TYPE == "FORK_MR_PIPELINE"'
206207 - when : never
207208 needs : []
209+ retry : 2
208210
209211.notify :
210212 before_script :
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ before_script:
5656 - !reference [.common_install_scripts, script]
5757 - apt install -y ${package_name_version_dist} || (echo "Failed to install ${package_name_version_dist}" && exit 1)
5858 tags : !reference [.distribution-amd64-tags]
59+ retry : 2
5960
6061.yum-install : &yum-install
6162 stage : package
@@ -65,6 +66,7 @@ before_script:
6566 - !reference [.common_install_scripts, script]
6667 - yum install -y ${package_name_version_dist} || (echo "Failed to install ${package_name_version_dist}" && exit 1)
6768 tags : !reference [.distribution-amd64-tags]
69+ retry : 2
6870
6971.zypper-install : &zypper-install
7072 stage : package
@@ -74,6 +76,7 @@ before_script:
7476 - !reference [.common_install_scripts, script]
7577 - zypper install -y ${package_name_version_dist} || (echo "Failed to install ${package_name_version_dist}" && exit 1)
7678 tags : !reference [.distribution-amd64-tags]
79+ retry : 2
7780
7881.apt-arm-install : &apt-arm-install
7982 extends : .apt-install
You can’t perform that action at this time.
0 commit comments