8000 bpo-30417: Disable `cpu` resource on AppVeyor by zware · Pull Request #1951 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

bpo-30417: Disable cpu resource on AppVeyor #1951

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 4 commits into from
Jun 10, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bpo-30417: Disable cpu resource on AppVeyor
  • Loading branch information
zware authored Jun 4, 2017
commit 6bc7dfa2219f6c057cfff6ad04671010e25ec13d
2 changes: 1 addition & 1 deletion .github/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branches:
build_script:
- cmd: PCbuild\build.bat -e
test_script:
- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0
- cmd: PCbuild\rt.bat -q -uall,-cpu -rwW --slowest --timeout=1200 -j0

# Only trigger AppVeyor if actual code or its configuration changes
only_commits:
Expand Down
0