Mercurial > evolve
comparison .gitlab-ci.yml @ 6112:a6e93dc6e570
ci: make windows-py3 not run automatically until runners are available
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 03 Jan 2022 19:40:01 +0300 |
parents | f196f76d8683 |
children |
comparison
equal
deleted
inserted
replaced
6111:9d46ec878977 | 6112:a6e93dc6e570 |
---|---|
117 - windows | 117 - windows |
118 variables: | 118 variables: |
119 PYTHON: py -3 | 119 PYTHON: py -3 |
120 RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt" | 120 RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt" |
121 TEST_HGMODULEPOLICY: "c" | 121 TEST_HGMODULEPOLICY: "c" |
122 when: manual |