Split example_tests with Example_WIFI tag group into Example_OTA and Example_Protocols

This commit is contained in:
Shubham Kulkarni
2021-03-25 15:20:30 +05:30
committed by bot
parent d14661eaa3
commit 0a395134d4
30 changed files with 53 additions and 41 deletions

View File

@@ -89,7 +89,6 @@ test_weekend_network:
example_test_001A:
extends: .example_test_esp32_template
parallel: 4
tags:
- ESP32
- Example_WIFI
@@ -119,6 +118,19 @@ example_test_001D:
- ESP32
- Example_8Mflash_Ethernet
example_test_OTA:
extends: .example_test_esp32_template
tags:
- ESP32
- Example_WIFI_OTA
example_test_protocols:
extends: .example_test_esp32_template
parallel: 2
tags:
- ESP32
- Example_WIFI_Protocols
example_test_002:
extends: .example_test_esp32_template
image: $CI_DOCKER_REGISTRY/ubuntu-test-env$BOT_DOCKER_IMAGE_TAG