[Request] [+ ] D9792: heptapod-ci: allow testing with docker image other than :latest

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Fri Jan 15 20:22:43 UTC 2021


marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  The project have a default config of latest for this variable.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D9792

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
@@ -2,7 +2,7 @@
   - tests
   - phabricator
 
-image: registry.heptapod.net/mercurial/ci-images/mercurial-core
+image: registry.heptapod.net/mercurial/ci-images/mercurial-core:$HG_CI_IMAGE_TAG
 
 variables:
     PYTHON: python



To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210115/e51fceaf/attachment.html>


More information about the Mercurial-patches mailing list