From 1c0987814b73f954e5bd8027bc1990182f447019 Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Tue, 10 May 2022 15:01:03 +0530 Subject: [PATCH] target-test.yml: Add job for wifi runner --- .gitlab/ci/target-test.yml | 10 ++++++++++ pytest.ini | 1 + 2 files changed, 11 insertions(+) diff --git a/.gitlab/ci/target-test.yml b/.gitlab/ci/target-test.yml index ae09296711..cd2c6a0be7 100644 --- a/.gitlab/ci/target-test.yml +++ b/.gitlab/ci/target-test.yml @@ -91,6 +91,16 @@ example_test_pytest_esp32_ethernet_ota: TARGET: ESP32 ENV_MARKER: ethernet_ota +example_test_pytest_esp32_wifi: + extends: + - .pytest_examples_dir_template + - .rules:test:example_test-esp32 + needs: + - build_pytest_examples_esp32 + variables: + TARGET: ESP32 + ENV_MARKER: wifi + example_test_pytest_esp32_ethernet_ip101: extends: - .pytest_examples_dir_template diff --git a/pytest.ini b/pytest.ini index a386445b25..c8621c26f1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -34,6 +34,7 @@ markers = ethernet_ota: ethernet OTA runners flash_encryption: Flash Encryption runners ir_transceiver: runners with a pair of IR transmitter and receiver + wifi: wifi runner # log related log_cli = True