ci: remove redundant test_apps and example_tests jobs

pull/9842/head
Mahavir Jain 2022-09-21 14:46:23 +05:30
rodzic cd5f621368
commit dc558a13cb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 99324EF4A00734E0
1 zmienionych plików z 0 dodań i 39 usunięć

Wyświetl plik

@ -630,7 +630,6 @@ example_test_001B_V3:
example_test_001C:
extends: .example_test_esp32_template
parallel: 2
tags:
- ESP32
- Example_GENERIC
@ -740,7 +739,6 @@ example_test_017:
example_test_C3_GENERIC:
extends: .example_test_esp32c3_template
parallel: 2
tags:
- ESP32C3
- Example_GENERIC
@ -817,43 +815,6 @@ test_app_test_eth:
- ESP32
- ethernet_router
test_app_test_004:
extends: .test_app_esp32s2_template
tags:
- ESP32S2
- Example_GENERIC
test_app_test_esp32c2_generic:
extends: .test_app_esp32c2_template
tags:
- ESP32C2
- Example_GENERIC
- xtal_40mhz
test_app_test_esp32c2_26mhz:
extends: .test_app_esp32c2_template
tags:
- ESP32C2
- xtal_26mhz
test_app_test_005:
extends: .test_app_esp32c3_template
tags:
- ESP32C3
- Example_GENERIC
test_app_test_006:
extends: .test_app_esp32s3_template
tags:
- ESP32S3
- Example_GENERIC
test_app_test_esp32_generic:
extends: .test_app_esp32_template
tags:
- ESP32
- Example_GENERIC
.unit_test_template:
extends: .target_test_job_template
needs: # the assign already needs all the build jobs