Skip to content

Split AppVeyor test runs in multiple jobs to avoid timeout issues #1700

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
Jul 5, 2016

Conversation

nicoddemus
Copy link
Member

Some of our builds have been timing out (over 1 hour) on AppVeyor

Some of our builds have been timing out (over 1 hour),
on AppVeyor
@coveralls
Copy link

coveralls commented Jul 5, 2016

Coverage Status

Coverage remained the same at 92.29% when pulling 10c5e6f on nicoddemus:split-appveyor into f74dd85 on pytest-dev:master.

@coveralls
Copy link

coveralls commented Jul 5, 2016

Coverage Status

Coverage remained the same at 92.29% when pulling 10c5e6f on nicoddemus:split-appveyor into f74dd85 on pytest-dev:master.

@coveralls
Copy link

coveralls commented Jul 5, 2016

Coverage Status

Coverage remained the same at 92.29% when pulling 10c5e6f on nicoddemus:split-appveyor into f74dd85 on pytest-dev:master.

@coveralls
Copy link

coveralls commented Jul 5, 2016

Coverage Status

Coverage remained the same at 92.29% when pulling 723f571 on nicoddemus:split-appveyor into f74dd85 on pytest-dev:master.

@The-Compiler
Copy link
Member

Oh! I thought the time limit was per build, but looking at the docs it seems it's indeed per job, so that'd help?

All plans have 60 minutes quota per build job.

Thanks!

@The-Compiler The-Compiler merged commit 067e044 into pytest-dev:master Jul 5, 2016
@nicoddemus nicoddemus deleted the split-appveyor branch July 5, 2016 12:52
@nicoddemus
Copy link
Member Author

so that'd help?

Sorry, what do you mean? 😁

@The-Compiler
Copy link
Member

I thought about this solution, but thought it wouldn't help because I was under the impression the limit on AppVeyor was per build (i.e. build fails when you have two jobs each taking 30min).

If I'm reading the docs correctly, that limit is per job however, so your change hopefully helps.

@nicoddemus
Copy link
Member Author

OK, now I see. 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants