Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oetzit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
commul
oetzit
Commits
0de3c49e
Commit
0de3c49e
authored
3 years ago
by
Paolo.Brasolin
Browse files
Options
Downloads
Patches
Plain Diff
ci: try smaller jobs
parent
eebdae6c
No related branches found
No related tags found
No related merge requests found
Pipeline
#23204
failed
3 years ago
Stage: setup
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-3
19 additions, 3 deletions
.gitlab-ci.yml
with
19 additions
and
3 deletions
.gitlab-ci.yml
+
19
−
3
View file @
0de3c49e
...
...
@@ -13,7 +13,7 @@ stages:
.fe-node-job
:
image
:
node:16-alpine
tags
:
-
commul
-
shared
cache
:
key
:
files
:
...
...
@@ -58,13 +58,21 @@ be-cache-node-job:
#==[ Frontend checks ]==========================================================
fe-format-node-job
:
extends
:
.fe-node-job
stage
:
check
needs
:
-
fe-cache-node-job
script
:
-
npm run format:check
fe-lint-node-job
:
extends
:
.fe-node-job
stage
:
check
needs
:
-
fe-cache-node-job
script
:
-
npm run
style
:check
-
npm run
lint
:check
fe-test-node-job
:
extends
:
.fe-node-job
...
...
@@ -74,13 +82,21 @@ fe-test-node-job:
script
:
-
npm run test
be-format-node-job
:
extends
:
.be-node-job
stage
:
check
needs
:
-
be-cache-node-job
script
:
-
npm run format:check
be-lint-node-job
:
extends
:
.be-node-job
stage
:
check
needs
:
-
be-cache-node-job
script
:
-
npm run
style
:check
-
npm run
lint
:check
be-test-node-job
:
extends
:
.be-node-job
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment