[Python-checkins] [3.6] Kill the AppVeyor file whitelist (GH-5122)

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


https://github.com/python/cpython/commit/157be7ca1de0d046a092e2d44d6d7200de6add8b
commit: 157be7ca1de0d046a092e2d44d6d7200de6add8b
branch: 3.6
author: Zachary Ware <zachary.ware at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-01-06T21:16:33-06:00
summary:

[3.6] Kill the AppVeyor file whitelist (GH-5122)

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 96674ce84d8..b8a01c313f6 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -17,20 +17,3 @@ environment:
 image:
 - Visual Studio 2015
 - Visual Studio 2017
-
-# 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