[Updated] D11499: windows-ci: temporarily allow Windows jobs to fail
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Fri Oct 1 13:17:30 UTC 2021
Closed by commit rHG750920b18aaa: windows-ci: temporarily allow Windows jobs to fail (authored by Alphare).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
CHANGED PRIOR TO COMMIT
https://phab.mercurial-scm.org/D11499?vs=30439&id=30472#toc
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11499?vs=30439&id=30472
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11499/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11499
AFFECTED FILES
contrib/heptapod-ci.yml
CHANGE DETAILS
diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml
+++ b/contrib/heptapod-ci.yml
@@ -152,6 +152,7 @@
# 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'
To: Alphare, #hg-reviewers, marmoute
Cc: marmoute, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20211001/77042907/attachment.html>
More information about the Mercurial-patches
mailing list