From c11e3e028850457ea56af91ef94341065d5445c2 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 10 Mar 2017 23:22:36 -0600 Subject: [PATCH 1/3] Only trigger AppVeyor on code or config changes --- .github/appveyor.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/appveyor.yml b/.github/appveyor.yml index c348c536158c2b..45d8ffd80cf16c 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -4,3 +4,20 @@ build_script: - cmd: PCbuild\build.bat -e test_script: - cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0 + +# 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/ From 6ca204e923db009706e1601d312489b8edd761b8 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 10 Mar 2017 23:44:21 -0600 Subject: [PATCH 2/3] Bogus commit to test AppVeyor's response to no code changes I'm not sure that this will actually work since there are appveyor.yml changes in the PR, but we'll find out. --- Doc/about.rst | 4 ++++ Mac/README | 8 +++++++- README.rst | 4 ++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Doc/about.rst b/Doc/about.rst index 3ea311fa629dd2..5d7cce90e74076 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -12,6 +12,10 @@ document processor specifically written for the Python documentation. .. In the online version of these documents, you can submit comments and suggest changes directly on the documentation pages. +This is some bogus text. I'm going to revert it in a couple minutes, this is +just to see what AppVeyor does when nothing matches its whitelist. After +reversion, this will just get squashed away when the PR is merged. + Development of the documentation and its toolchain is an entirely volunteer effort, just like Python itself. If you want to contribute, please take a look at the :ref:`reporting-bugs` page for information on how to do so. New diff --git a/Mac/README b/Mac/README index 07f09fa8366528..27997f65410509 100644 --- a/Mac/README +++ b/Mac/README @@ -7,6 +7,12 @@ Python on Mac OS X README Ronald Oussoren (2010-04), Ned Deily (2012-06) +This is some bogus text. I'm going to revert it in a couple minutes, this is +just to see what AppVeyor does when nothing matches its whitelist. After +reversion, this will just get squashed away when the PR is merged. + +This -------v looks out of date, though. + :Version: 3.4.0 This document provides a quick overview of some Mac OS X specific features in @@ -355,4 +361,4 @@ Resources * http://www.python.org/community/sigs/current/pythonmac-sig/ - * http://docs.python.org/devguide/ \ No newline at end of file + * http://docs.python.org/devguide/ diff --git a/README.rst b/README.rst index 9c95815d9e9d91..a20bbc574e7b68 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,10 @@ This is Python version 3.7.0 alpha 1 :alt: CPython code coverage on Codecov :target: https://codecov.io/gh/python/cpython +This is some bogus text. I'm going to revert it in a couple minutes, this is +just to see what AppVeyor does when nothing matches its whitelist. After +reversion, this will just get squashed away when the PR is merged. + Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights reserved. From 57fd009340173a7b340da949f6a066200cd2dcad Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sat, 11 Mar 2017 00:15:53 -0600 Subject: [PATCH 3/3] Revert "Bogus commit to test AppVeyor's response to no code changes" This reverts commit 6ca204e923db009706e1601d312489b8edd761b8. --- Doc/about.rst | 4 ---- Mac/README | 8 +------- README.rst | 4 ---- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/Doc/about.rst b/Doc/about.rst index 5d7cce90e74076..3ea311fa629dd2 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -12,10 +12,6 @@ document processor specifically written for the Python documentation. .. In the online version of these documents, you can submit comments and suggest changes directly on the documentation pages. -This is some bogus text. I'm going to revert it in a couple minutes, this is -just to see what AppVeyor does when nothing matches its whitelist. After -reversion, this will just get squashed away when the PR is merged. - Development of the documentation and its toolchain is an entirely volunteer effort, just like Python itself. If you want to contribute, please take a look at the :ref:`reporting-bugs` page for information on how to do so. New diff --git a/Mac/README b/Mac/README index 27997f65410509..07f09fa8366528 100644 --- a/Mac/README +++ b/Mac/README @@ -7,12 +7,6 @@ Python on Mac OS X README Ronald Oussoren (2010-04), Ned Deily (2012-06) -This is some bogus text. I'm going to revert it in a couple minutes, this is -just to see what AppVeyor does when nothing matches its whitelist. After -reversion, this will just get squashed away when the PR is merged. - -This -------v looks out of date, though. - :Version: 3.4.0 This document provides a quick overview of some Mac OS X specific features in @@ -361,4 +355,4 @@ Resources * http://www.python.org/community/sigs/current/pythonmac-sig/ - * http://docs.python.org/devguide/ + * http://docs.python.org/devguide/ \ No newline at end of file diff --git a/README.rst b/README.rst index a20bbc574e7b68..9c95815d9e9d91 100644 --- a/README.rst +++ b/README.rst @@ -13,10 +13,6 @@ This is Python version 3.7.0 alpha 1 :alt: CPython code coverage on Codecov :target: https://codecov.io/gh/python/cpython -This is some bogus text. I'm going to revert it in a couple minutes, this is -just to see what AppVeyor does when nothing matches its whitelist. After -reversion, this will just get squashed away when the PR is merged. - Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights reserved.