gitlab-ci: use specific version of build container

This commit is contained in:
Ivan Grokhotkov 2017-09-18 18:26:27 +08:00
parent cf185846f5
commit 3062790128

View file

@ -41,7 +41,7 @@ before_script:
build_template_app:
stage: build
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- build
variables:
@ -69,7 +69,7 @@ build_template_app:
.build_template: &build_template
stage: build
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- build
variables:
@ -154,7 +154,7 @@ build_examples_04:
build_docs:
stage: build
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- build_docs
artifacts:
@ -171,7 +171,7 @@ build_docs:
test_nvs_on_host:
stage: test
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- nvs_host_test
dependencies: []
@ -181,7 +181,7 @@ test_nvs_on_host:
test_partition_table_on_host:
stage: test
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- build
dependencies: []
@ -191,7 +191,7 @@ test_partition_table_on_host:
test_wl_on_host:
stage: test
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- wl_host_test
artifacts:
@ -204,7 +204,7 @@ test_wl_on_host:
test_build_system:
stage: test
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- build_test
dependencies: []
@ -214,7 +214,7 @@ test_build_system:
test_report:
stage: test_report
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- report
only:
@ -269,7 +269,7 @@ push_master_to_github:
before_script:
- echo "Not setting up GitLab key, not fetching submodules"
stage: deploy
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- deploy
only:
@ -300,7 +300,7 @@ deploy_docs:
before_script:
- echo "Not setting up GitLab key, not fetching submodules"
stage: deploy
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- deploy
only:
@ -326,7 +326,7 @@ deploy_docs:
check_doc_links:
stage: test
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- check_doc_links
only:
@ -346,7 +346,7 @@ check_doc_links:
check_commit_msg:
stage: deploy
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- build
except:
@ -363,7 +363,7 @@ check_commit_msg:
check_submodule_sync:
stage: deploy
image: $CI_DOCKER_REGISTRY/esp32-ci-env
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
tags:
- build
except: