CI: Add CI options to use more attempts in some transfer situations

This commit is contained in:
Anton Maklakov 2017-06-12 15:22:09 +08:00
parent e334b7267e
commit 14125f3361
1 changed files with 9 additions and 1 deletions

View 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: