Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Wiebers <kwiebers@gitlab.com>2019-08-29 00:07:54 +0300
committerKyle Wiebers <kwiebers@gitlab.com>2019-09-05 16:58:59 +0300
commitbca0f6055f59b99f2578f31fa11c052224c86b21 (patch)
tree1f7d58fcb078935d9d6f38c8d17f1d322a2d034f /.gitlab-ci.yml
parent700bdfc77d503df28f4097c56bfc7ea9f1396e88 (diff)
Add DAG to setup-test-env jobs and review-cng-base to speed up pipeline
Add needs for all jobs which require setup-test-env and move review-build-cng to additional stage review-prepare to decrease wait time for jobs in pipeline
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b5527284d3..b3b6beb1068 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ stages:
- prepare
- quick-test
- test
+ - review-prepare
- review
- qa
- post-test