Skip to content

Commit efb1eb0

Browse files
gerekonAlexey Gerenkov
authored andcommitted
esp/ci: Run IDF app build tests using IDF master branch
1 parent c31ecd8 commit efb1eb0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

768767
test_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

0 commit comments

Comments
 (0)