Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
phosh
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sebastian Krzyszkowiak
phosh
Commits
15285313
Commit
15285313
authored
Jan 13, 2021
by
Sebastian Krzyszkowiak
Committed by
Guido Gunther
Jan 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: Use "needs" keyword instead of "dependencies" for test+docs stage
This allows for better paralelism in the pipeline.
parent
4d70d3d9
Pipeline
#63213
passed with stages
in 74 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.gitlab-ci.yml
.gitlab-ci.yml
+8
-8
No files found.
.gitlab-ci.yml
View file @
15285313
...
...
@@ -88,7 +88,7 @@ unit-test:native-debian-buster:
<<
:
*tags
stage
:
test+docs
image
:
debian:buster
dependencie
s
:
need
s
:
-
build:native-debian-buster
<<
:
*buster_vars
<<
:
*test_step
...
...
@@ -145,7 +145,7 @@ unit-test:native-debian-bullseye:
<<
:
*tags
stage
:
test+docs
image
:
debian:bullseye
dependencie
s
:
need
s
:
-
build:native-debian-bullseye
<<
:
*bullseye_vars
<<
:
*test_step
...
...
@@ -162,7 +162,7 @@ build-gtkdoc:
<<
:
*tags
image
:
debian:bullseye
stage
:
test+docs
dependencie
s
:
need
s
:
-
build:native-debian-bullseye
<<
:
*bullseye_vars
script
:
...
...
@@ -179,7 +179,7 @@ check-po:
<<
:
*tags
stage
:
test+docs
image
:
debian:bullseye
dependencie
s
:
need
s
:
-
build:native-debian-bullseye
before_script
:
-
apt-get -y update
...
...
@@ -199,7 +199,7 @@ check-license-headers:
<<
:
*tags
stage
:
test+docs
image
:
debian:bullseye
dependencie
s
:
need
s
:
-
build:native-debian-bullseye
<<
:
*bullseye_vars
script
:
...
...
@@ -234,7 +234,7 @@ unit-test:native-alpinelinux-edge:
stage
:
test+docs
image
:
alpine:edge
allow_failure
:
true
dependencie
s
:
need
s
:
-
build:native-alpinelinux-edge
before_script
:
-
echo "https://alpine.global.ssl.fastly.net/alpine/edge/testing" >> /etc/apk/repositories
...
...
@@ -255,7 +255,7 @@ test:smoke:one-output:
stage
:
test+docs
image
:
debian:buster
variables
:
*smoketest_vars
dependencie
s
:
need
s
:
-
build:native-debian-buster
script
:
-
export OUTDIR=output
...
...
@@ -277,7 +277,7 @@ test:smoke:two-outputs:
stage
:
test+docs
image
:
debian:buster
variables
:
*smoketest_vars
dependencie
s
:
need
s
:
-
build:native-debian-buster
script
:
-
export OUTDIR=output
...
...
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