Submitter | phabricator |
---|---|
Date | Jan. 12, 2021, 12:07 p.m. |
Message ID | <differential-rev-PHID-DREV-f2rmas5ha6lgrgnxsluz-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48036/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -23,7 +23,16 @@ script: - echo "python used, $PYTHON" - echo "$RUNTEST_ARGS" - - HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" tests/run-tests.py --color=always $RUNTEST_ARGS + - > + HGMODULEPOLICY="$TEST_HGMODULEPOLICY" + "$PYTHON" tests/run-tests.py + --outputdir ${CI_PROJECT_DIR} + --color=always + --xunit ${CI_PROJECT_DIR}/${CI_JOB_ID}.xml + $RUNTEST_ARGS + artifacts: + reports: + junit: ${CI_JOB_ID}.xml checks-py2: <<: *runtests