[Updated] D11254: windows-ci: clean up the Heptapod CI file now that the baseline is solid
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Thu Aug 5 16:50:27 UTC 2021
Closed by commit rHGd5d46dcd356b: windows-ci: clean up the Heptapod CI file now that the baseline is solid (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".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11254?vs=29802&id=29808
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11254/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11254
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
@@ -147,9 +147,7 @@
.window_runtests_template: &windows_runtests
stage: tests
before_script:
- # Temporary until this is adjusted in the environment
- - $Env:TEMP="C:/Temp"
- - $Env:TMP="C:/Temp"
+ - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && ls -1 tests/test-check-*.* > C:/Temp/check-tests.txt'
# TODO: find/install cvs, bzr, perforce, gpg, sqlite3
script:
@@ -158,6 +156,8 @@
- Invoke-Expression "$Env:PYTHON -V"
- Invoke-Expression "$Env:PYTHON -m black --version"
- echo "$Env:RUNTEST_ARGS"
+ - echo "$Env:TMP"
+ - echo "$Env:TEMP"
- C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && HGTESTS_ALLOW_NETIO="$TEST_HGTESTS_ALLOW_NETIO" HGMODULEPOLICY="$TEST_HGMODULEPOLICY" $PYTHON tests/run-tests.py --color=always $RUNTEST_ARGS'
@@ -166,8 +166,7 @@
when: manual
tags:
- windows
- timeout: 2h
variables:
TEST_HGMODULEPOLICY: "c"
- RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
+ RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt"
PYTHON: py -3
To: Alphare, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210805/3cb0fa8f/attachment-0002.html>
More information about the Mercurial-patches
mailing list