Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
silkaj
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
matograine
silkaj
Commits
65a5729e
Commit
65a5729e
authored
Sep 08, 2019
by
Moul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[enh] #149: Distribute tests job load among runners:
- one runner takes 3.{5,6} jobs and the other takes 3.{7,8} jobs
parent
6aad8445
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.gitlab-ci.yml
.gitlab-ci.yml
+4
-0
No files found.
.gitlab-ci.yml
View file @
65a5729e
...
...
@@ -48,16 +48,19 @@ format:
tests-3.5
:
extends
:
.tests
tags
:
[
poetry-56
]
variables
:
PYTHON_VERSION
:
"
3.5"
tests-3.6
:
extends
:
.tests
tags
:
[
poetry-56
]
variables
:
PYTHON_VERSION
:
"
3.6"
tests-3.7-coverage
:
extends
:
.tests
tags
:
[
poetry-78
]
script
:
-
poetry install
-
poetry run pytest --cov silkaj --cov-report html:cov_html
...
...
@@ -68,6 +71,7 @@ tests-3.7-coverage:
tests-3.8
:
extends
:
.tests
tags
:
[
poetry-78
]
variables
:
PYTHON_VERSION
:
"
3.8"
...
...
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