Addshore has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/375834 )
Change subject: DNM WIP idea contint-zuul-cloner ...................................................................... DNM WIP idea contint-zuul-cloner This could be used prior to running an image that does the actual tests. This allows the cloning logic to be removed from test images. This allows the test images to be used by users on their local code. bla bla bla. Change-Id: I1250f52b59e691cd25e584e8dee3e92c06c7a9ed --- A dockerfiles/contint-zuul-cloner/Dockerfile 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/config refs/changes/34/375834/1 diff --git a/dockerfiles/contint-zuul-cloner/Dockerfile b/dockerfiles/contint-zuul-cloner/Dockerfile new file mode 100644 index 0000000..4fe5798 --- /dev/null +++ b/dockerfiles/contint-zuul-cloner/Dockerfile @@ -0,0 +1,12 @@ +FROM docker-registry.wikimedia.org/wikimedia-jessie:latest + +RUN apt-get update && \ + apt-get install --yes --no-install-recommends \ + zuul \ + # Well duh, zuul needs to clone things + git \ + # pin python-pbr https://phabricator.wikimedia.org/T153877 + python-pbr=0.8.2-1 && \ + apt-get clean && rm -rf /var/lib/apt/lists/* + +ENTRYPOINT /bin/bash zuul-cloner --workspace=/root $ZUUL_URL $ZUUL_PROJECT -- To view, visit https://gerrit.wikimedia.org/r/375834 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1250f52b59e691cd25e584e8dee3e92c06c7a9ed Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Addshore <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
