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
1b398e344b9b
Commit
3a7bd2a1
authored
Dec 08, 2020
by
Laurent Peuch
Browse files
merge branch 3.28
parents
2787e4835f8a
6fb9a9341e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1b398e34
...
...
@@ -16,6 +16,9 @@ lint_py:
-
pip install tox
script
:
-
tox -e flake8
only
:
changes
:
-
"
*.py"
lint_manifest
:
except
:
...
...
@@ -36,8 +39,15 @@ lint_doc8:
-
pip install tox
script
:
-
tox -e doc8
only
:
changes
:
-
doc/**/*
lint_doc
:
only
:
changes
:
-
doc/**/*
-
"
*.py"
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
...
...
@@ -67,11 +77,17 @@ py3_server:
-
/builds/cubicweb/cubicweb/server.html
-
/builds/cubicweb/cubicweb/py3-server-deprecated-warnings.json
-
/reports/coverage-server.xml
only
:
changes
:
-
cubicweb/**/*
py3_web
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
only
:
changes
:
-
cubicweb/**/*
stage
:
tests
image
:
r.intra.logilab.fr/jenkins/jnlp:buster
before_script
:
...
...
@@ -88,6 +104,9 @@ py3_misc:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
only
:
changes
:
-
cubicweb/**/*
stage
:
tests
image
:
r.intra.logilab.fr/jenkins/jnlp:buster
before_script
:
...
...
@@ -101,20 +120,26 @@ py3_misc:
-
/reports/coverage-misc.xml
py3-from-forge-server
:
only
:
changes
:
-
cubicweb/**/*
stage
:
tests
image
:
r.intra.logilab.fr/jenkins/jnlp:buster
allow_failure
:
true
before_script
:
-
sudo apt update
-
sudo DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt-get install -y --assume-yes -qq -o=Dpkg::Use-Pty=0 slapd ldap-utils
script
:
-
tox -e py3-from-forge-server
artifacts
:
paths
:
-
/builds/cubicweb/cubicweb/from-forge-server.html
-
/builds/cubicweb/cubicweb/py3-from-forge-server-deprecated-warnings.json
script
:
-
tox -e py3-from-forge-server
py3-from-forge-web
:
only
:
changes
:
-
cubicweb/**/*
stage
:
tests
image
:
r.intra.logilab.fr/jenkins/jnlp:buster
allow_failure
:
true
...
...
@@ -128,6 +153,9 @@ py3-from-forge-web:
-
/builds/cubicweb/cubicweb/py3-from-forge-web-deprecated-warnings.json
py3-from-forge-misc
:
only
:
changes
:
-
cubicweb/**/*
stage
:
tests
image
:
r.intra.logilab.fr/jenkins/jnlp:buster
allow_failure
:
true
...
...
@@ -144,6 +172,9 @@ trigger-readthedocs:
only
:
refs
:
-
branch/default
changes
:
-
cubicweb/**/*
-
doc/**/*
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
...
...
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