chore(actions): chill out on docker builds#26695
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #26695 +/- ##
==========================================
- Coverage 69.49% 69.49% -0.01%
==========================================
Files 1892 1892
Lines 74092 74092
Branches 8243 8243
==========================================
- Hits 51488 51487 -1
- Misses 20535 20536 +1
Partials 2069 2069
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@rusackas I think the ephemeral environments need these docker builds. If we disable this for PRs, then I fear we won't be able to use eph envs anymore. Maybe introduce a new tag that tells CI to build docker images, or something similar? |
|
Also, removing them from PRs will make it impossible to test any docker changes before merging. |
|
Fair enough... killing this idea 🗡️ |
|
@craig-rueda @villebro if you can, please take a look at this then, so hopefully we can get these slow builds to be less of a blocker. |
SUMMARY
This needs discussion!
Does anyone see a need for docker builds on every PR? The only purpose seems to be as a canary for docker builds on master. Now that this takes about 75 minutes of build time for every PR, I think we should just stop it, and bring back a more optimized/parallelized version if someone wants to invest in that. People keep an eye on builds on master pretty regularly, so let's just revert anything that breaks this if/when we need to.
Hopefully, this will save a lot of coal out there somewhere in the world.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION