awslabs / autonomous-driving-data-framework

ADDF is a collection of modules, deployed using the SeedFarmer orchestration tool. ADDF modules enable users to quickly bootstrap environments for the process and analysis of autonomous driving data.
Apache License 2.0
112 stars 44 forks source link

Run CI on all changed modules, not just the first one. #571

Closed clokep closed 3 months ago

clokep commented 3 months ago

Issue #, if available: N/A, regressed in #568, port of awslabs/idf-modules#281

Description of changes: Ensure tests for all changed modules run, not just the first one.

$ALL_CHANGED_FILES contains a space-separated list of changed files, when piped into cut this resulted in only returning the results of the first changed file.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

clokep commented 3 months ago

Check out https://github.com/awslabs/autonomous-driving-data-framework/actions/runs/10408983026/job/28827749779?pr=571 for a passing run of all modules unit tests/lint.