From 877b00ab5f206a7456f29a10c6c97c6b66ff0f79 Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Fri, 22 Apr 2022 14:58:53 +0530 Subject: [PATCH] target-test.yml: Add job for tags related to ota tests --- .gitlab/ci/target-test.yml | 50 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/.gitlab/ci/target-test.yml b/.gitlab/ci/target-test.yml index 64a930afe4..501e036fc4 100644 --- a/.gitlab/ci/target-test.yml +++ b/.gitlab/ci/target-test.yml @@ -91,6 +91,56 @@ example_test_pytest_esp32_ethernet_ota: TARGET: ESP32 ENV_MARKER: ethernet_ota +example_test_pytest_esp32_wifi_ota: + extends: + - .pytest_examples_dir_template + - .rules:test:example_test-esp32 + needs: + - build_pytest_examples_esp32 + variables: + TARGET: ESP32 + ENV_MARKER: wifi_ota + +example_test_pytest_esp32_flash_encryption_ota: + extends: + - .pytest_examples_dir_template + - .rules:test:example_test-esp32 + needs: + - build_pytest_examples_esp32 + variables: + TARGET: ESP32 + ENV_MARKER: flash_encryption_ota + +example_test_pytest_esp32c3_flash_encryption_wifi_ota: + extends: + - .pytest_examples_dir_template + - .rules:test:example_test-esp32c3 + needs: + - build_pytest_examples_esp32c3 + variables: + TARGET: ESP32C3 + ENV_MARKER: flash_encryption_wifi_ota + +example_test_pytest_esp32_ethernet: + extends: + - .pytest_examples_dir_template + - .rules:test:example_test-esp32 + needs: + - build_pytest_examples_esp32 + variables: + TARGET: ESP32 + ENV_MARKER: ethernet + +example_test_pytest_esp32_8mb_flash: + extends: + - .pytest_examples_dir_template + - .rules:test:example_test-esp32 + needs: + - build_pytest_examples_esp32 + variables: + TARGET: ESP32 + ENV_MARKER: ethernet_flash_8m + example_test_pytest_esp32_wifi: extends: - .pytest_examples_dir_template