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
open-source
logilab-common
Commits
10ed842e640f
Commit
2a76b9d6
authored
May 13, 2020
by
Laurent Peuch
Browse files
[tests] trigger all core projects builds from logilab-common if all other tests passed
parent
92414fad452f
Pipeline
#7450
passed with stages
in 12 minutes and 32 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
10ed842e
image
:
python
stages
:
-
tests
-
after-tests
before_script
:
-
pip install tox
flake8
:
script
:
tox -e flake8
py3
:
stage
:
tests
script
:
tox -e py3
flake8
:
stage
:
tests
script
:
tox -e flake8
check-manifest
:
stage
:
tests
script
:
tox -e check-manifest
black
:
stage
:
tests
script
:
tox -e black
mypy
:
stage
:
tests
script
:
tox -e mypy
trigger-other-pipelines
:
stage
:
after-tests
script
:
-
"
curl
-X
POST
-F
token=$CUBICWEB_PIPELINE_TRIGGER_TOKEN
-F
ref=branch/default
https://forge.extranet.logilab.fr/api/v4/projects/385/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$RQL_PIPELINE_TRIGGER_TOKEN
-F
ref=branch/default
https://forge.extranet.logilab.fr/api/v4/projects/300/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$YAMS_PIPELINE_TRIGGER_TOKEN
-F
ref=branch/default
https://forge.extranet.logilab.fr/api/v4/projects/352/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$LOGILAB_CONSTRAINT_PIPELINE_TRIGGER_TOKEN
-F
ref=branch/default
https://forge.extranet.logilab.fr/api/v4/projects/409/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$LOGILAB_MTCONVERTER_PIPELINE_TRIGGER_TOKEN
-F
ref=branch/default
https://forge.extranet.logilab.fr/api/v4/projects/410/trigger/pipeline"
-
"
curl
-X
POST
-F
token=$LOGILAB_DATABASE_PIPELINE_TRIGGER_TOKEN
-F
ref=branch/default
https://forge.extranet.logilab.fr/api/v4/projects/248/trigger/pipeline"
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