From: Anton Maklakov Date: Tue, 27 Nov 2018 08:31:37 +0000 (+0800) Subject: ci: Fix the choice of runner for the CMake verification, and change .check_job_templa... X-Git-Tag: v3.3-beta1~10^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c8a2a099ad4fe4edc7e3be74c7eb7e02cc06fd2;p=esp-idf ci: Fix the choice of runner for the CMake verification, and change .check_job_template tag to host_test --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81d5280bed..b778bed88d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -385,9 +385,17 @@ build_docs: - make html - ../check_doc_warnings.sh +.check_job_template: &check_job_template + stage: check + image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG + tags: + - host_test + dependencies: [] + before_script: *do_nothing_before_no_filter + verify_cmake_style: + <<: *check_job_template stage: build - image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG only: variables: - $BOT_TRIGGER_WITH_LABEL == null @@ -685,14 +693,6 @@ check_doc_links: - cd docs - make linkcheck -.check_job_template: &check_job_template - stage: check - image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG - tags: - - build - dependencies: [] - before_script: *do_nothing_before_no_filter - check_line_endings: <<: *check_job_template script: