From 438c7eb606356a5e6a7664bfb79e5072a9db2473 Mon Sep 17 00:00:00 2001 From: Zuhayr Elahi Date: Mon, 29 Jul 2019 15:22:19 -0700 Subject: [PATCH] Added information regarding our new Jenkins ci on moby/moby Added link to header Signed-off-by: Zuhayr Elahi --- docs/contributing/test.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/contributing/test.md b/docs/contributing/test.md index ada9aa623b..3f146d1f90 100644 --- a/docs/contributing/test.md +++ b/docs/contributing/test.md @@ -238,6 +238,14 @@ run a Bash terminal on Windows. You can now choose to make changes to the Moby source or the tests. If you make any changes, just run these commands again. +## [Public CI infrastructure](ci.docker.com/public) + +The current infrastructure is maintained here: [Moby ci job](https://ci.docker.com/public/job/moby). The Jenkins infrastructure is for the Moby project is maintained and +managed by Docker Inc. All contributions against the Jenkinsfile are +appreciated and welcomed! However we might not be able to fully provide the +infrastructure to test against various architectures in our CI pipelines. All +jobs can be triggered and re-ran by the Moby maintainers + ## Where to go next Congratulations, you have successfully completed the basics you need to