Make determine_changes step run on ubuntu-slim#7790
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughCI workflow configuration updated: the ChangesCI Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
I like this change, let's see how it playes out for a while.
I was debating it tbh, but I've decided against it because we have some env that we would need to keep synced (CARGO_EXCLUDE, CARGO_ARG and other cargo), once you start separating the workflows too much it becomes a hell to manage:/ |
Since the
ubuntu-slimimage contains thegitexecutable by default, we can use this image and thus improve our actions parallelism.Ideally, we should consider extracting the
cargo_checkstep into a separate GitHub Actions.yamlfile, possibly obviating the need for thedetermine_changesstep.cc @ShaharNaveh
Summary by CodeRabbit