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
- Point build-and-test, build-and-test-daily, and build-test-tidy-pr
(plus the reusable workflow default) at the core-devel-humble image
from the consolidated docker pipeline (autowarefoundation/autoware#7040),
replacing the tag-less core-devel / universe-devel images.
- Drop the stringly-typed container-suffix input on both reusable
workflows. CUDA state is now derived once at workflow-env scope via
contains(inputs.container, '-cuda'), removing two identical "Export
CUDA state" shell steps.
- Pin CCACHE_DIR=/root/.ccache in the workflows that dereference
${CCACHE_DIR} so it agrees with the /root/.ccache path used by
actions/cache (the image-baked /home/aw/.ccache was diverging).
- Add .github/actions/tune-dds-network composite action and apply it in
both build/test jobs (container uses --cap-add=NET_ADMIN). GitHub
Actions overrides the image entrypoint with tail -f /dev/null, so the
entrypoint's loopback multicast + DDS tweaks never run.
Mirrors the pattern from autowarefoundation/autoware_universe#12494.
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
0 commit comments