-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Split CI workflow into code checks, docbuild & web, and arraymanager #45097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Does this mean that if one fails we can re-run just that one? |
Yes where "one" is the entire workflow. e.g. If the arraymanager tests fail, the docbuld or code checks won't be re-run |
I think it might be worth waiting for github/roadmap#271. Of course we could also merge this now and revert when that is implemented. |
github/roadmap#271 would make this a lot nicer (as well as our other workflows). I have slight preference just splitting now to make re-running things more focused in the short term. Additionally I think the splitting here has a better separation of concerns IMO. |
thanks @mroeschke seems ok to do now |
ci.yml
split into:arraymanager.yml
code-checks.yml
(includespre-commit.yml
now)docbuild-and-upload.yml