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
84b80ff2
Commit
84b80ff2
authored
Apr 10, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Optimize the 'webpack-dev-server' job
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
3455e77e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+12
-3
No files found.
.gitlab/ci/frontend.gitlab-ci.yml
View file @
84b80ff2
...
@@ -286,15 +286,24 @@ qa-frontend-node:latest:
...
@@ -286,15 +286,24 @@ qa-frontend-node:latest:
webpack-dev-server
:
webpack-dev-server
:
extends
:
extends
:
-
.default-retry
-
.default-retry
-
.default-cache
-
.frontend:rules:default-frontend-jobs
-
.frontend:rules:default-frontend-jobs
stage
:
test
stage
:
test
needs
:
[
"
setup-test-env
pg11"
,
"
compile-assets
pull-cache"
]
needs
:
[]
variables
:
variables
:
WEBPACK_MEMORY_TEST
:
"
true"
WEBPACK_MEMORY_TEST
:
"
true"
WEBPACK_VENDOR_DLL
:
"
true"
WEBPACK_VENDOR_DLL
:
"
true"
cache
:
key
:
files
:
-
yarn.lock
-
config/webpack.vendor.config.js
prefix
:
"
v2"
paths
:
-
node_modules/
script
:
script
:
-
yarn webpack-vendor
-
source scripts/utils.sh
-
retry yarn install --frozen-lockfile
-
retry yarn webpack-vendor
-
node --expose-gc node_modules/.bin/webpack-dev-server --config config/webpack.config.js
-
node --expose-gc node_modules/.bin/webpack-dev-server --config config/webpack.config.js
artifacts
:
artifacts
:
name
:
webpack-dev-server
name
:
webpack-dev-server
...
...
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