Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
ed56c49acd92
Commit
40eabfe7
authored
Apr 07, 2021
by
Laurent Peuch
Browse files
ci: rename jobs names to match global conventions
parent
d98b2001d09b
Pipeline
#49823
passed with stage
in 8 minutes and 43 seconds
Changes
1
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ed56c49a
...
...
@@ -17,7 +17,7 @@ stages:
-
qa
-
deploy
lint_py
:
flake8
:
rules
:
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
when
:
never
...
...
@@ -29,7 +29,7 @@ lint_py:
script
:
-
tox -e flake8
lint_
manifest
:
check-
manifest
:
rules
:
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
when
:
never
...
...
@@ -40,7 +40,7 @@ lint_manifest:
script
:
-
tox -e check-manifest
lint_
doc8
:
doc8
:
rules
:
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
when
:
never
...
...
@@ -52,7 +52,7 @@ lint_doc8:
script
:
-
tox -e doc8
lint_
yaml
:
yaml
lint
:
rules
:
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
when
:
never
...
...
@@ -83,7 +83,7 @@ build_doc:
expire_in
:
2 weeks
allow_failure
:
true
# XXX fix me
py3
_
server
:
py3
-
server
:
rules
:
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
when
:
never
...
...
@@ -106,7 +106,7 @@ py3_server:
-
/reports/coverage-server.xml
expire_in
:
2 weeks
py3
_
web
:
py3
-
web
:
rules
:
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
when
:
never
...
...
@@ -128,7 +128,7 @@ py3_web:
-
/reports/coverage-web.xml
expire_in
:
2 weeks
py3
_
misc
:
py3
-
misc
:
rules
:
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
when
:
never
...
...
Write
Preview
Supports
Markdown
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