diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index 86a54e4ba0..95969a7199 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -1874,19 +1874,6 @@ when: never - <<: *if-label-unit_test_esp32c2 -.rules:test:unit_test-esp32c2-spi_multi: - rules: - - <<: *if-revert-branch - when: never - - <<: *if-protected - - <<: *if-label-build-only - when: never - - <<: *if-label-target_test - - <<: *if-label-unit_test - - <<: *if-label-unit_test_esp32c2 - - <<: *if-dev-push - changes: *patterns-unit_test-spi_multi - .rules:test:unit_test-esp32c3: rules: - <<: *if-revert-branch diff --git a/.gitlab/ci/target-test.yml b/.gitlab/ci/target-test.yml index 151dd9f542..b8224a96f0 100644 --- a/.gitlab/ci/target-test.yml +++ b/.gitlab/ci/target-test.yml @@ -983,13 +983,6 @@ UT_018: - UT_T1_1 - 8Mpsram -UT_020: - extends: .unit_test_esp32_template - tags: - - ESP32_IDF - - Example_SPI_Multi_device - - psram - UT_022: extends: .unit_test_esp32_template tags: @@ -1068,37 +1061,6 @@ UT_045: - UT_SDIO - psram -UT_S2_SPI_DUAL: - extends: .unit_test_esp32s2_template - tags: - - ESP32S2_IDF - - Example_SPI_Multi_device - -UT_S2_SPI_QUAD: - extends: .unit_test_esp32s2_template - tags: - - ESP32S2_IDF - - Example_SPI_Quad_Multi_device - -UT_S3_SPI_QUAD: - extends: .unit_test_esp32s3_template - tags: - - ESP32S3_IDF - - Example_SPI_Quad_Multi_device - -UT_C2_SPI_QUAD: - extends: .unit_test_esp32c2_template - tags: - - ESP32C2_IDF - - Example_SPI_Quad_Multi_device - - xtal_40mhz - -UT_C3_SPI_QUAD: - extends: .unit_test_esp32c3_template - tags: - - ESP32C3_IDF - - Example_SPI_Quad_Multi_device - UT_S2_SDSPI: extends: .unit_test_esp32s2_template tags: @@ -1113,15 +1075,6 @@ UT_C2: - UT_T1_1 - xtal_40mhz -UT_C2_SPI_DUAL: - extends: - - .unit_test_esp32c2_template - - .rules:test:unit_test-esp32c2-spi_multi - tags: - - ESP32C2_IDF - - Example_SPI_Multi_device - - xtal_40mhz - UT_C2_26M: extends: .unit_test_esp32c2_template tags: @@ -1150,12 +1103,6 @@ UT_C3_FLASH: - ESP32C3_IDF - UT_T1_ESP_FLASH -UT_C3_SPI_DUAL: - extends: .unit_test_esp32c3_template - tags: - - ESP32C3_IDF - - Example_SPI_Multi_device - UT_C3_I2C: extends: .unit_test_esp32c3_template tags: @@ -1189,12 +1136,6 @@ UT_S3_QUAD_PSRAM: - UT_T1_1 - quad_psram -UT_S3_SPI_DUAL: - extends: .unit_test_esp32s3_template - tags: - - ESP32S3_IDF - - Example_SPI_Multi_device - UT_S3_FLASH: extends: .unit_test_esp32s3_template tags: