This is an archive of the discontinued Mercurial Phabricator instance.

heptapod-ci: add a basic file to be able to run tests with heptapod
ClosedPublic

Authored by marmoute on Jan 26 2020, 2:06 PM.

Details

Summary

Having this yaml file somewhere in the main mercurial repository makes it
trivial for contributors using heptapod to run CI on their in-progress work.
There are alot of different combination (python2/python3 pure/cext/rust/pypy)
to be tested and making sure all of them are covered manually is cumbersome.
Automatic CI runnig on draft really helps in that matters. We start small bu
later changesets will add more step testing more of the variants.

The series is targetted on stable to make it available to the widest amount of contribution possible.

The definition of the docker files used for this are available here:

https://dev.heptapod.net/octobus/ci-dockerfiles

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

marmoute created this revision.Jan 26 2020, 2:06 PM
pulkit accepted this revision.Jan 31 2020, 6:32 PM
This revision is now accepted and ready to land.Jan 31 2020, 6:32 PM

@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.

(Gentle Ping)