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
pull/13431/head
Fu Hanxi 2024-03-19 20:17:31 +08:00
commit 129eb33dd8
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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: