Skip to content

Commit

Permalink
Add rally-tox-cover job
Browse files Browse the repository at this point in the history
Depends-On: I43f98bd80ceb8e8c7bd5e0423d202bfb14823b04
Change-Id: Idb9d2a8e86f0cbd5605736885fe01f2e3d2fe399
  • Loading branch information
andreykurilin committed Mar 24, 2020
1 parent 29097cc commit 1332ad7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .zuul.d/python-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@
vars:
tox_env: py38

- job:
name: rally-tox-cover
parent: tox-cover
description: |
Run test for rally project.
Uses tox with the ``cover`` environment.
vars:
coverage_output_src: '{{ zuul.project.src_dir }}/cover/'
zuul_executor_dest: '{{ zuul.executor.log_root }}/coverage/'

# TODO(andreykurilin): Remove these jobs definitions as soon as
# rally-openstack project stops using them
- job:
Expand Down
2 changes: 2 additions & 0 deletions .zuul.d/zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
rtd_webhook_id: "52691"
check:
jobs:
- rally-tox-cover
- rally-tox-docs
- rally-tox-pep8
- rally-tox-py36
Expand All @@ -99,6 +100,7 @@
docker_image_version: latest
gate:
jobs:
- rally-tox-cover
- rally-tox-docs
- rally-tox-pep8
- rally-tox-py36
Expand Down

0 comments on commit 1332ad7

Please sign in to comment.