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:
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 9d78fb102f9..22a6b3d4842 100644
--- a/.gitlab/ci/frontend.gitlab-ci.yml
+++ b/.gitlab/ci/frontend.gitlab-ci.yml
@@ -226,12 +226,6 @@ graphql-schema-dump:
- tmp/tests/graphql/gitlab_schema.graphql
- tmp/tests/graphql/gitlab_schema.json
-graphql-schema-dump as-if-foss:
- extends:
- - graphql-schema-dump
- - .frontend:rules:default-frontend-jobs-as-if-foss
- - .as-if-foss
-
.frontend-test-base:
extends:
- .default-retry
@@ -279,14 +273,6 @@ jest predictive:
script:
- if [[ -s "$RSPEC_CHANGED_FILES_PATH" ]] || [[ -s "$RSPEC_MATCHING_JS_FILES_PATH" ]]; then run_timed_command "yarn jest:ci:predictive"; fi
-jest as-if-foss:
- extends:
- - .jest-base
- - .frontend:rules:jest:as-if-foss
- - .as-if-foss
- needs: ["rspec-all frontend_fixture as-if-foss"]
- parallel: 10
-
jest predictive as-if-foss:
extends:
- .jest-base
@@ -434,12 +420,3 @@ compile-storybook:
when: always
paths:
- storybook/public
-
-compile-storybook as-if-foss:
- extends:
- - .compile-storybook-base
- - .as-if-foss
- - .frontend:rules:default-frontend-jobs-as-if-foss
- needs:
- - job: "graphql-schema-dump as-if-foss"
- - job: "rspec-all frontend_fixture as-if-foss"