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
There's a docker compose ci overlay.
Ensure the caching strategy applies to all images in the group, this should reduce the time it takes to run the github workflows.
This might be most extreme in the staging test where many minute are spent retrieving and setting up dependencies, for a test that takes seconds to run.
Extend docker-compose.ci.yml to add caching for all services in docker-compose.yml/
Use the overlay for all docker compose operations in .github/workflows/on_call_staging_test.yaml.