]> granicus.if.org Git - esp-idf/commitdiff
CI: Add CI options to use more attempts in some transfer situations
authorAnton Maklakov <anton@espressif.com>
Mon, 12 Jun 2017 07:22:09 +0000 (15:22 +0800)
committerAnton Maklakov <anton@espressif.com>
Mon, 19 Jun 2017 06:09:48 +0000 (14:09 +0800)
.gitlab-ci.yml

index 0760e41a79ccaa4f22c92d54dc45ceb15eb6ab7d..03c34057f0f841785260b1723dd9826f9b76d777 100644 (file)
@@ -7,11 +7,19 @@ stages:
   - deploy
 
 variables:
-# system environment
+# System environment
+
   # Common parameters for the 'make' during CI tests
   MAKEFLAGS: "-j5 --no-keep-going"
 
+# GitLab-CI environment
+
+  # more attempts for more robust
+  GET_SOURCES_ATTEMPTS: "10"
+  ARTIFACT_DOWNLOAD_ATTEMPTS: "10"
+
 # IDF environment
+
   IDF_PATH: "$CI_PROJECT_DIR"
 
 before_script: