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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-10 21:06:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-10 21:06:00 +0300
commit7c862041c66833ebf49d9964f1797d93b1829690 (patch)
tree684a6603c6913e2c59c9bc7147d825ef35fc1b63 /.gitlab/ci/frontend.gitlab-ci.yml
parentd96abbee0b394ac40eb67253214fb9c41a31bd41 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/frontend.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/frontend.gitlab-ci.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml
index 16b85696727..adbfe2b4675 100644
--- a/.gitlab/ci/frontend.gitlab-ci.yml
+++ b/.gitlab/ci/frontend.gitlab-ci.yml
@@ -188,29 +188,6 @@ jest-foss:
cache:
policy: pull
-.qa-job-base:
- extends:
- - .default-tags
- - .default-retry
- - .default-cache
- - .default-only
- - .only-code-qa-changes
- dependencies: []
- stage: test
- before_script:
- - cd qa/
- - bundle install
-
-qa:internal:
- extends: .qa-job-base
- script:
- - bundle exec rspec
-
-qa:selectors:
- extends: .qa-job-base
- script:
- - bundle exec bin/qa Test::Sanity::Selectors
-
.qa-frontend-node:
extends:
- .default-tags