Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c31bd991
Commit
c31bd991
authored
Feb 20, 2020
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply needs for memory related jobs, running earlier
parent
93470b33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.gitlab/ci/memory.gitlab-ci.yml
.gitlab/ci/memory.gitlab-ci.yml
+10
-0
No files found.
.gitlab/ci/memory.gitlab-ci.yml
View file @
c31bd991
...
...
@@ -8,6 +8,10 @@
memory-static
:
extends
:
.only-code-memory-job-base
stage
:
test
needs
:
-
job
:
setup-test-env
artifacts
:
true
variables
:
SETUP_DB
:
"
false"
script
:
...
...
@@ -36,6 +40,12 @@ memory-on-boot:
extends
:
-
.only-code-memory-job-base
-
.use-pg10
stage
:
test
needs
:
-
job
:
setup-test-env
artifacts
:
true
-
job
:
compile-assets pull-cache
artifacts
:
true
variables
:
NODE_ENV
:
"
production"
RAILS_ENV
:
"
production"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment