Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[MRG] enable appveyor fast_finish mode #9509

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

Merged
merged 1 commit into from
Aug 8, 2017

Conversation

ogrisel
Copy link
Member

@ogrisel ogrisel commented Aug 8, 2017

Because we only have a single worker, we don't want to waste precious appveyor CI time and make other PRs wait for repeated failures in a failing PR. The following option cancels pending jobs in a given PR after the first job failure in that specific PR.

Note that once we switch the appveyor tests to pytest we could also enable the -x=5 flag to fail the job as soon as we get 5 failed tests in a given job and furthermore enable the pytest-timeout plugin to --timeout=30 to fail any indiviual test that takes more than 30 second to execute.

@ogrisel ogrisel changed the title MAINT enable appveyor fast_finish mode [MRG] enable appveyor fast_finish mode Aug 8, 2017
@jnothman
Copy link
Member

jnothman commented Aug 8, 2017

Sounds good!

@lesteve
Copy link
Member

lesteve commented Aug 8, 2017

Looks good. I checked https://ci.appveyor.com/tools/validate-yaml and the yaml seems fine. I'll merge this one without waiting for AppVeyor since we have quite a long queue at the moment.

@lesteve lesteve merged commit afb3ee7 into scikit-learn:master Aug 8, 2017
@ogrisel ogrisel deleted the appveyor-fast-finish branch August 8, 2017 13:58
paulha pushed a commit to paulha/scikit-learn that referenced this pull request Aug 19, 2017
AishwaryaRK pushed a commit to AishwaryaRK/scikit-learn that referenced this pull request Aug 29, 2017
maskani-moh pushed a commit to maskani-moh/scikit-learn that referenced this pull request Nov 15, 2017
jwjohnson314 pushed a commit to jwjohnson314/scikit-learn that referenced this pull request Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants