ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Report if an artifact is created per stage #208

Closed darvg closed 4 years ago

darvg commented 4 years ago

Description

Getting the number of artifacts (Docker images) created per stage allows us to see which stages contribute to the total storage footprint of the tool, and why certain artifacts may contribute more than others.

Related Issues

Part of #205

Completion Criteria

For each stage, log if an artifact is created and what its name is.

Implementation Notes / Suggestions

None

Testing Notes / Suggestions

For each stage, the accurate number of artifacts is output.

emersonknapp commented 4 years ago

Note from grooming - let's rewrite to mention specifically that we're reporting docker image creation and want to report their name.