summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Wiebers <kwiebers@gitlab.com>2019-09-03 15:10:18 -0500
committerKyle Wiebers <kwiebers@gitlab.com>2019-09-04 09:57:37 -0500
commit54b74577158f2f25ad171d29ea2876ae5c05af58 (patch)
tree0677de19df6aad0e33f9711d6e1d71e5764a5f5f
parent39d52cfba232227fbec3ae99ddc0e782bad45645 (diff)
downloadgitlab-ce-dag-post-test.tar.gz
Experiment with DAG for all MR jobs in post-testdag-post-test
-rw-r--r--.gitlab/ci/rails.gitlab-ci.yml1
-rw-r--r--.gitlab/ci/test-metadata.gitlab-ci.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/rails.gitlab-ci.yml b/.gitlab/ci/rails.gitlab-ci.yml
index 2e8b197829b..1c4784d4733 100644
--- a/.gitlab/ci/rails.gitlab-ci.yml
+++ b/.gitlab/ci/rails.gitlab-ci.yml
@@ -286,6 +286,7 @@ coverage:
- .default-cache
- .default-before_script
- .except-docs-qa
+ needs: ["rspec unit pg", "rspec system pg", "rspec integration pg", "rspec-fast-spec-helper"]
cache:
policy: pull
variables:
diff --git a/.gitlab/ci/test-metadata.gitlab-ci.yml b/.gitlab/ci/test-metadata.gitlab-ci.yml
index b9dac64957e..7f27ced339f 100644
--- a/.gitlab/ci/test-metadata.gitlab-ci.yml
+++ b/.gitlab/ci/test-metadata.gitlab-ci.yml
@@ -63,6 +63,7 @@ flaky-examples-check:
variables:
NEW_FLAKY_SPECS_REPORT: rspec_flaky/report-new.json
allow_failure: true
+ needs: ["rspec unit pg", "rspec system pg", "rspec integration pg", "rspec-fast-spec-helper"]
only:
refs:
- branches