Mercurial > hg-stable
changeset 48326:e74c15bd58ee stable
heptapod-ci: re-introduce Windows CI
We have Windows runners for now, and we're trying to find more, so let's share
the joy of flaky tests with everyone.
Differential Revision: https://phab.mercurial-scm.org/D11765
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 16 Nov 2021 16:38:37 +0100 |
parents | 3620ab28882d |
children | e35807332598 8b927b33310a |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml Mon Nov 15 19:53:01 2021 -0800 +++ b/contrib/heptapod-ci.yml Tue Nov 16 16:38:37 2021 +0100 @@ -152,7 +152,6 @@ # that satisfies the various shebang lines and delegates to `py -3`. .window_runtests_template: &windows_runtests <<: *all - when: manual # we don't have any Windows runners anymore at the moment stage: tests before_script: - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && ls -1 tests/test-check-*.* > C:/Temp/check-tests.txt'