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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-09 14:36:11 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-09 14:36:11 +0300
commitbd29d36ac6a1337aecf41ed91616b3fab4a5fd92 (patch)
tree41e521aa11e44858d8ea53d56c8ad7a71676f095 /.gitlab-ci.yml
parente0edf6c7afbf103378c2e589212617df1510c55e (diff)
Add CI job that validates GitLab QA selectors
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f47d3f0171..908646ecd60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -623,6 +623,18 @@ qa:internal:
- bundle install
- bundle exec rspec
+qa:selectors:
+ <<: *dedicated-runner
+ <<: *except-docs
+ stage: test
+ variables:
+ SETUP_DB: "false"
+ services: []
+ script:
+ - cd qa/
+ - bundle install
+ - bin/qa Test::Sanity::Selectors
+
coverage:
<<: *dedicated-runner
<<: *except-docs-and-qa