You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the migration to rattler-build/recipe v1, and adding tests in vinca, we are now bundling tests with packages itself, so it should be possible not only to run them while a package is built, but also post-deployment after the package was uploaded (see https://rattler.build/latest/testing/). This would permit to easily catch ABI regression such as RoboStack/ros-humble#274 .
Download those packages, and run tests on them (not sure if rattler-build test has some facility for that). As part of this, we should make sure that the dependencies used are the latest one, and not some kind of locked dependencies
Since the migration to rattler-build/recipe v1, and adding tests in vinca, we are now bundling tests with packages itself, so it should be possible not only to run them while a package is built, but also post-deployment after the package was uploaded (see https://rattler.build/latest/testing/). This would permit to easily catch ABI regression such as RoboStack/ros-humble#274 .
The basic logic could be something:
rattler-build test
has some facility for that). As part of this, we should make sure that the dependencies used are the latest one, and not some kind of locked dependenciesThe text was updated successfully, but these errors were encountered: