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/memory.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/memory.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab/ci/memory.gitlab-ci.yml b/.gitlab/ci/memory.gitlab-ci.yml
index 1936933cca4..d990c7eefa2 100644
--- a/.gitlab/ci/memory.gitlab-ci.yml
+++ b/.gitlab/ci/memory.gitlab-ci.yml
@@ -1,10 +1,14 @@
-memory-static:
+.only-code-memory-job-base:
extends:
- .default-tags
- .default-retry
- .default-cache
+ - .default-only
- .default-before_script
- - .except-docs
+ - .only-code-changes
+
+memory-static:
+ extends: .only-code-memory-job-base
variables:
SETUP_DB: "false"
script:
@@ -31,12 +35,8 @@ memory-static:
# All tests are run without a webserver (directly using Rack::Mock by default).
memory-on-boot:
extends:
- - .default-tags
- - .default-retry
- - .default-cache
- - .default-before_script
+ - .only-code-memory-job-base
- .use-pg-10
- - .except-docs-qa
variables:
NODE_ENV: "production"
RAILS_ENV: "production"