From 5dbe4b15fe0e0ae73f24e5265c347bb010bb6529 Mon Sep 17 00:00:00 2001 From: Mark Lapierre Date: Fri, 27 Jul 2018 14:20:13 +0000 Subject: [PATCH] Update README.md: Add links to CI/CD environments --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f4f082d..369830fa 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,9 @@ All the documentation can be found under [`docs/`](/docs/README.md). ## How do we use it -Currently we trigger test suite against GitLab Docker images created by Omnibus -nightly. +Currently we trigger the test suite against GitLab Docker images created by Omnibus +nightly. This happens in the [nightly](https://gitlab.com/gitlab-org/quality/nightly/pipelines) +and [staging](https://gitlab.com/gitlab-org/quality/staging/pipelines) project pipelines. We also trigger GitLab QA pipelines whenever someone clicks `package-and-qa` manual action in a merge request. -- GitLab