Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
RQL
Commits
d08b445466a0
Commit
1afed34d
authored
Aug 17, 2021
by
Laurent Peuch
Browse files
ci: make jobs interruptibles
parent
c5fb30b4a17b
Pipeline
#76222
failed with stages
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d08b4454
...
...
@@ -19,6 +19,7 @@ before_script:
-
pip install tox
py3
:
interruptible
:
true
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
...
...
@@ -29,6 +30,7 @@ py3:
-
py3-deprecated-warnings.json
py3-from-forge
:
interruptible
:
true
stage
:
tests
script
:
tox -e py3-from-forge
artifacts
:
...
...
@@ -36,6 +38,7 @@ py3-from-forge:
-
py3-deprecated-warnings.json
flake8
:
interruptible
:
true
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
...
...
@@ -43,6 +46,7 @@ flake8:
script
:
tox -e flake8
black
:
interruptible
:
true
stage
:
tests
rules
:
-
changes
:
...
...
@@ -50,6 +54,7 @@ black:
script
:
tox -e black
mypy
:
interruptible
:
true
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
...
...
@@ -57,6 +62,7 @@ mypy:
script
:
tox -e mypy
check-manifest
:
interruptible
:
true
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
...
...
@@ -88,6 +94,7 @@ trigger-readthedocs:
-
curl -X POST -d "token=${READTHEDOCS_TOKEN}" https://readthedocs.org/api/v2/webhook/rql/109441/ -w "\nhttp code:"\ "%{http_code}\n" -f
yamllint
:
interruptible
:
true
stage
:
lint
rules
:
-
changes
:
...
...
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