summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-07-26 11:46:41 +1000
committerMark Lapierre <mlapierre@gitlab.com>2019-07-29 16:49:01 +1000
commit7b3b1b0aaba0a702c4f675ef576d38c7df67c385 (patch)
treea6ac4dc2e1ed7ae37472c3b39e7d6e15be66d382
parent946f7c0687760ec49aca582a329d0ec3c7ac3037 (diff)
downloadgitlab-ce-qa-ml-test-review-qa-all.tar.gz
Add non-parallel review-qa-all jobqa-ml-test-review-qa-all
So I can an accurate, up-to-date test duration to compare with the parallel tests.
-rw-r--r--.gitlab/ci/review.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab/ci/review.gitlab-ci.yml b/.gitlab/ci/review.gitlab-ci.yml
index 41d52c4e095..0dff87e4631 100644
--- a/.gitlab/ci/review.gitlab-ci.yml
+++ b/.gitlab/ci/review.gitlab-ci.yml
@@ -176,6 +176,13 @@ review-qa-all:
- export KNAPSACK_TEST_FILE_PATTERN=qa/specs/features/**/*_spec.rb
- gitlab-qa Test::Instance::Any "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}" -- --format RspecJunitFormatter --out tmp/rspec-${CI_JOB_ID}.xml --format html --out tmp/rspec.htm --color --format documentation
+review-qa-all-not-parallel:
+ <<: *review-qa-base
+ allow_failure: true
+ when: manual
+ script:
+ - gitlab-qa Test::Instance::Any "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}" -- --format RspecJunitFormatter --out tmp/rspec-${CI_JOB_ID}.xml --format html --out tmp/rspec.htm --color --format documentation
+
parallel-spec-reports:
extends: .dedicated-runner
dependencies: