Submitter | phabricator |
---|---|
Date | Jan. 26, 2020, 7:06 p.m. |
Message ID | <differential-rev-PHID-DREV-msc4h2deyb5ucsjp5fqf-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44674/ |
State | Superseded |
Headers | show |
Comments
pulkit added a comment. @marmoute wants the series to be pushed for stable so that the yaml files are present on that branch and heptapod can run tests for that too. That seems okay to me, however I will wait for 3-4 days to see if anyone has objections. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8011/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8011 To: marmoute, #hg-reviewers, pulkit Cc: mercurial-devel
marmoute added a comment. (Gentle Ping) REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8011/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8011 To: marmoute, #hg-reviewers, pulkit Cc: mercurial-devel
Patch
diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml new file mode 100644 --- /dev/null +++ b/contrib/heptapod-ci.yml @@ -0,0 +1,13 @@ +image: octobus/ci-mercurial-core + +# The runner made a clone as root. +# We make a new clone owned by user used to run the step. +before_script: + - hg clone . /tmp/mercurial-ci/ --noupdate + - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'` + - cd /tmp/mercurial-ci/ + +checks-py2: + script: + - cd tests/ + - python run-tests.py --time test-check-*.*