From b17a53184108859cd363d943a87edd4a8c80c901 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Mon, 6 Dec 2021 13:33:10 +0800 Subject: [PATCH] ci: add EXAMPLE_WIFI_OTA job to run nightly run cases --- .gitlab/ci/target-test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab/ci/target-test.yml b/.gitlab/ci/target-test.yml index a74b8ce75c..ba84e6e852 100644 --- a/.gitlab/ci/target-test.yml +++ b/.gitlab/ci/target-test.yml @@ -182,6 +182,13 @@ example_test_protocols: - ESP32 - Example_WIFI_Protocols +# This job is only triggered by env var `NIGHTLY_RUN`, please do NOT remove +example_test_esp32_WIFI_OTA: + extends: .example_test_esp32_template + tags: + - ESP32 + - Example_WIFI_OTA + example_test_002: extends: .example_test_esp32_template image: $CI_DOCKER_REGISTRY/ubuntu-test-env$BOT_DOCKER_IMAGE_TAG