ci: add EXAMPLE_WIFI_OTA job to run nightly run cases

This commit is contained in:
Fu Hanxi
2021-12-06 13:33:10 +08:00
parent 9f303290d8
commit b17a531841

View File

@@ -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