-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Stop CI testing Pkg for every PR #31774
Comments
ararslan
added
packages
Package management and loading
ci
Continuous integration
labels
Apr 20, 2019
Agree, should stop running Pkg tests on master. |
Triage is ok with this. |
Triage is still okay with this, 2 weeks later. |
I think I have a branch for this somewhere |
JeffBezanson
added a commit
that referenced
this issue
Jun 10, 2019
fredrikekre
pushed a commit
that referenced
this issue
Jun 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pkg has tests that semi-frequently fails due to connection issues and we are already running CI on Pkg on its own repo so double running it seems excessive. There is of course a risk that changes to Base breaks Pkg but we can either run the Pkg tests on the buildbots that create the nightlies so we do not upload a nightly with breaking Pkg or we can just fix it if Pkg happens to break (it will be quite obvious when that happens).
The text was updated successfully, but these errors were encountered: