How to retrigger appveyor?
PRs https://github.com/python/cpython/pull/5775 and https://github.com/python/cpython/pull/5776 are 5 days old, but appveyor never started. Any other way to retrigger appveyor, other than closing and re-opening the PRs? Thanks. Mariatta Wijaya ᐧ
On Mon, Feb 26, 2018 at 4:30 AM, Mariatta Wijaya <mariatta.wijaya@gmail.com> wrote:
PRs https://github.com/python/cpython/pull/5775 and https://github.com/python/cpython/pull/5776 are 5 days old, but appveyor never started.
Any other way to retrigger appveyor, other than closing and re-opening the PRs?
Why "other than closing and re-opening the PR"? As far as I know, it's the only way. And it's easy and quick enough.
On Sun, Feb 25, 2018 at 6:57 PM, INADA Naoki <songofacandy@gmail.com> wrote:
On Mon, Feb 26, 2018 at 4:30 AM, Mariatta Wijaya < mariatta.wijaya@gmail.com> wrote:
PRs https://github.com/python/cpython/pull/5775 and https://github.com/python/cpython/pull/5776 are 5 days old, but appveyor never started.
Any other way to retrigger appveyor, other than closing and re-opening the PRs?
Why "other than closing and re-opening the PR"? As far as I know, it's the only way. And it's easy and quick enough.
If you have the right permissions on the AppVeyor project there are buttons to create a new build and to re-build a pr: https://www.dropbox.com/s/bm9zs21bn5af11b/Screenshot%202018-02-25%2019.13.47... -- --Guido van Rossum (python.org/~guido)
On Sun, 25 Feb 2018 11:30:17 -0800 Mariatta Wijaya <mariatta.wijaya@gmail.com> wrote:
PRs https://github.com/python/cpython/pull/5775 and https://github.com/python/cpython/pull/5776 are 5 days old, but appveyor never started.
Any other way to retrigger appveyor, other than closing and re-opening the PRs?
On AppVeyor, try to login using Github, and in the drop-down choose the "python" account (not your personal account). Then you should be able to cancel or re-start builds on CPython. Unfortunately this means you can have to disconnect to switch accounts if working on several projects that use AppVeyor. Regards Antoine.
participants (4)
-
Antoine Pitrou
-
Guido van Rossum
-
INADA Naoki
-
Mariatta Wijaya