From 3c8a2a099ad4fe4edc7e3be74c7eb7e02cc06fd2 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Tue, 27 Nov 2018 16:31:37 +0800 Subject: [PATCH] ci: Fix the choice of runner for the CMake verification, and change .check_job_template tag to host_test --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81d5280be..b778bed88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -385,9 +385,17 @@ build_docs: - make html - ../check_doc_warnings.sh -verify_cmake_style: - stage: build +.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 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: