File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -688,10 +688,10 @@ sign_aarch64-apple-darwin:
688688 - pack_aarch64-apple-darwin
689689
690690.prepare_test_app_build : &prepare_test_app_build |
691+ pushd ${IDF_PATH}
691692 # Use custom idf in case custom branch is present
692693 if [ -n "${TEST_APP_IDF_CUSTOM_BRANCH:-}" ]; then
693694 echo "TEST_APP_IDF_CUSTOM_BRANCH=$TEST_APP_IDF_CUSTOM_BRANCH"
694- pushd $IDF_PATH
695695 git remote add gitlab https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/espressif/esp-idf.git
696696 git fetch gitlab ${TEST_APP_IDF_CUSTOM_BRANCH}:${TEST_APP_IDF_CUSTOM_BRANCH}
697697 git checkout ${TEST_APP_IDF_CUSTOM_BRANCH}
@@ -762,15 +762,13 @@ test_build_idf_hello_world:
762762 extends :
763763 - .test_build_idf_app_template
764764 variables :
765- TEST_APP_IDF_CUSTOM_BRANCH : upgrade_clang_21
766765 TEST_APP_PATH : examples/get-started/hello_world
767766
768767test_build_esp_dsp :
769768 extends :
770769 - .test_build_idf_app_template
771770 allow_failure : true
772771 variables :
773- TEST_APP_IDF_CUSTOM_BRANCH : upgrade_clang_21
774772 TEST_APP_PATH : components/esp-dsp/test_app
775773 TEST_APP_SUBMODULE_URL : https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/idf/esp-dsp.git
776774 TEST_APP_SUBMODULE_PATH : components/esp-dsp
You can’t perform that action at this time.
0 commit comments