diff --git a/tools/ci/config/build.yml b/tools/ci/config/build.yml index 200becc2c..3d56725bf 100644 --- a/tools/ci/config/build.yml +++ b/tools/ci/config/build.yml @@ -82,6 +82,8 @@ build_esp_idf_tests_cmake_esp32s2: artifacts: when: always expire_in: 4 days + variables: + SCAN_EXAMPLE_TEST_JSON: ${CI_PROJECT_DIR}/examples/test_configs/scan_${IDF_TARGET}_${EXAMPLE_TEST_BUILD_SYSTEM}.json only: # Here both 'variables' and 'refs' conditions are given. They are combined with "AND" logic. variables: @@ -110,7 +112,6 @@ build_examples_make: BUILD_PATH: "${CI_PROJECT_DIR}/build_examples_make" EXAMPLE_TEST_BUILD_SYSTEM: "make" IDF_TARGET: "esp32" # currently we only support esp32 - SCAN_EXAMPLE_TEST_JSON: ${CI_PROJECT_DIR}/examples/test_configs/scan_${IDF_TARGET}.json only: refs: - master @@ -142,7 +143,6 @@ build_examples_make: LOG_PATH: "${CI_PROJECT_DIR}/log_examples" BUILD_PATH: "${CI_PROJECT_DIR}/build_examples" EXAMPLE_TEST_BUILD_SYSTEM: "cmake" - SCAN_EXAMPLE_TEST_JSON: ${CI_PROJECT_DIR}/examples/test_configs/scan_${IDF_TARGET}.json build_examples_cmake_esp32: extends: .build_examples_cmake