This PR:
Consolidates all CI jobs.
Frees up resources allocated to Cirrus permanent workers.
This PR:
Consolidates all CI jobs.
Frees up resources allocated to Cirrus permanent workers.
ACK 004f57fcd86de3ea8cb0e6a16f5bb665db9d1ed4
Hm, this adds another ~1.6 GB to the cache, which has a 10 GB limit. I think it's fine, but we need to check if we run into cache trashing, e.g., if we have PRs changing the Dockerfile. @hebasto What do you think?
Hm, this adds another ~1.6 GB to the cache, which has a 10 GB limit. I think it's fine, but we need to check if we run into cache trashing, e.g., if we have PRs changing the Dockerfile. @hebasto What do you think?
I've considered this implication while working on this PR. Given that PRs changing the Dockerfile are rare, I do believe this is acceptable.