Should I be using moon ci if I'm using remote caching? #1814
Unanswered
artsiommiksiuk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, my issue is that using moon ci, as I guess with any commit based compare algorithms, if I do commit, push, my action failed, then I commit, push, and now running the fix, it will basically skip whole required rebuild, as it the compare base commit is now after failed build.
Solution 1. I can squash commits.
Solution 2. Rebuild all.
Using solution 2 basically calls for good remote cache (otherwise it will be too long builds for me). Switching to build all + cache, seems like means that I don't need moon ci in this case. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions