Merge branch 'ci/run_full_pipeline_while_testing_constraint_file' into 'master'

CI: run full pipeline while testing constraint file

See merge request espressif/esp-idf!29731
This commit is contained in:
Fu Hanxi
2024-03-19 20:17:31 +08:00

View File

@@ -166,6 +166,11 @@ pipeline_variables:
if echo "$CI_MERGE_REQUEST_LABELS" | egrep "(^|,)BUILD_AND_TEST_ALL_APPS(,|$)"; then
echo "BUILD_AND_TEST_ALL_APPS=1" >> pipeline.env
fi
# run full pipeline if testing constraint branch
- |
if [ -n "$CI_PYTHON_CONSTRAINT_BRANCH" ]; then
echo "BUILD_AND_TEST_ALL_APPS=1" >> pipeline.env
fi
- cat pipeline.env
- python tools/ci/artifacts_handler.py upload --type modified_files_and_components_report
artifacts: