[Python-checkins] [2.7] Kill the AppVeyor file whitelist (GH-5123)

Zachary Ware webhook-mailer at python.org
Sat Jan 6 22:16:59 EST 2018


https://github.com/python/cpython/commit/cd02003b9e1479ac250d6dec4ce75a2ec3d12a71
commit: cd02003b9e1479ac250d6dec4ce75a2ec3d12a71
branch: 2.7
author: Zachary Ware <zachary.ware at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018年01月06日T21:16:56-06:00
summary:
[2.7] Kill the AppVeyor file whitelist (GH-5123)
It's more trouble than it's worth, since AppVeyor only checks the HEAD commit of a PR rather than the full diff against the base branch to decide which files changed.
(cherry picked from commit 7f7de371f947dc38e67505601927e9bc58fa268a)
files:
M .github/appveyor.yml
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index 2cd9a42feb8..43bd7ed9665 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -14,20 +14,3 @@ test_script:
 - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2
 environment:
 HOST_PYTHON: C:\Python36\python.exe
-
-# Only trigger AppVeyor if actual code or its configuration changes
-only_commits:
- files:
- - .github/appveyor.yml
- - .gitattributes
- - Grammar/
- - Include/
- - Lib/
- - Modules/
- - Objects/
- - PC/
- - PCBuild/
- - Parser/
- - Programs/
- - Python/
- - Tools/


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /