]> granicus.if.org Git - esp-idf/commitdiff
ci: Use new common host_test tag for host-side testing
authorAngus Gratton <angus@espressif.com>
Wed, 6 Jun 2018 07:20:44 +0000 (17:20 +1000)
committerAngus Gratton <gus@projectgus.com>
Wed, 6 Jun 2018 07:20:44 +0000 (17:20 +1000)
.gitlab-ci.yml

index 17feb07fbe3abc17645ea7aca109ea88cd53fe2a..1a9f7fb4cfea37dbce61c0ccbe2f47c785d7eb6e 100644 (file)
@@ -238,7 +238,7 @@ test_nvs_on_host:
   stage: test
   image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
   tags:
-    - nvs_host_test
+    - host_test
   dependencies: []
   script:
     - cd components/nvs_flash/test_nvs_host
@@ -248,7 +248,7 @@ test_nvs_coverage:
   stage: test
   image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
   tags:
-    - nvs_host_test
+    - host_test
   dependencies: []
   artifacts:
     paths:
@@ -276,7 +276,7 @@ test_wl_on_host:
   stage: test
   image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
   tags:
-    - wl_host_test
+    - host_test
   artifacts:
     paths:
       - components/wear_levelling/test_wl_host/coverage_report.zip
@@ -289,7 +289,7 @@ test_multi_heap_on_host:
   stage: test
   image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
   tags:
-    - wl_host_test
+    - host_test
   script:
     - cd components/heap/test_multi_heap_host
     - ./test_all_configs.sh
@@ -298,7 +298,7 @@ test_build_system:
   stage: test
   image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
   tags:
-    - build_test
+    - host_test
   dependencies: []
   script:
     - ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
@@ -366,7 +366,7 @@ test_esp_err_to_name_on_host:
   stage: test
   image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
   tags:
-    - build
+    - host_test
   dependencies: []
   script:
     - cd tools/