Merge branch 'ci/fix_build_clang_test' into 'master'

Ci/fix build clang test

See merge request espressif/esp-idf!28397
This commit is contained in:
Fu Hanxi
2024-01-11 16:34:41 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -299,6 +299,7 @@ build_child_pipeline:
stage: build
needs:
- job: fast_template_app
optional: true
artifacts: false
- pipeline_variables
- generate_build_child_pipeline

View File

@@ -152,8 +152,8 @@ pipeline_variables:
# for non MR pipeline, these are empty lists
- |
if [ $IS_MR_PIPELINE == "0" ]; then
echo "MR_MODIFIED_FILES=" >> pipeline.env
echo "MR_MODIFIED_COMPONENTS=" >> pipeline.env
echo "MR_MODIFIED_FILES=\"\"" >> pipeline.env
echo "MR_MODIFIED_COMPONENTS=\"\"" >> pipeline.env
else
MR_MODIFIED_FILES=$(echo "$GIT_DIFF_OUTPUT" | tr '\n' ';')
echo "MR_MODIFIED_FILES=\"$MR_MODIFIED_FILES\"" >> pipeline.env