ci: Add USB Host CDC and MSC pytests to pipeline

This commit is contained in:
Tomas Rezucha
2022-02-10 11:16:53 +01:00
parent 7d950a63cc
commit 6206302787
7 changed files with 132 additions and 8 deletions
+10
View File
@@ -196,6 +196,16 @@ test_app_test_pytest_esp32c3_generic:
TARGET: ESP32C3
ENV_MARKER: generic
test_app_test_pytest_esp32s2_usb_host:
extends:
- .pytest_test_apps_dir_template
- .rules:test:custom_test-esp32s2
needs:
- build_pytest_test_apps_esp32s2
variables:
TARGET: ESP32S2
ENV_MARKER: usb_host
# for parallel jobs, CI_JOB_NAME will be "job_name index/total" (for example, "IT_001 1/2")
# we need to convert to pattern "job_name_index.yml"
.define_config_file_name: &define_config_file_name |