ci: check file existence before shuffling test apps

This commit is contained in:
Evgeny Torbin
2026-07-01 16:50:04 +02:00
parent 0daee142a3
commit bf95b231e4

View File

@@ -102,8 +102,8 @@ generate_build_child_pipeline:
-p examples
-p tools/test_apps
--modified-files $MR_MODIFIED_FILES
- shuf test_related_apps.txt -o test_related_apps.txt
- shuf non_test_related_apps.txt -o non_test_related_apps.txt
- '[ -f test_related_apps.txt ] && shuf test_related_apps.txt -o test_related_apps.txt || echo "test_related_apps.txt not found, skipping."'
- '[ -f non_test_related_apps.txt ] && shuf non_test_related_apps.txt -o non_test_related_apps.txt || echo "non_test_related_apps.txt not found, skipping."'
build_child_pipeline:
stage: build