cyborg/.zuul.yaml
OpenStack Release Bot 88b57dcd0c Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I2b47cdb3ce6520f8c33b77a6440973b958f44727
2021-09-15 02:10:23 +00:00

39 lines
878 B
YAML

- project:
templates:
- openstack-cover-jobs
- check-requirements
- release-notes-jobs-python3
- openstack-python3-yoga-jobs
- publish-openstack-docs-pti
check:
jobs:
- cyborg-tempest
- cyborg-tempest-ipv6-only
- cyborg-tox-bandit
gate:
jobs:
- cyborg-tempest
- job:
name: cyborg-tox-bandit
parent: openstack-tox
timeout: 2400
vars:
tox_envlist: bandit
required-projects:
- openstack/requirements
irrelevant-files: &gate-irrelevant-files
- ^(test-|)requirements.txt$
- ^.*\.rst$
- ^api-ref/.*$
- ^cyborg/cmd/status\.py$
- ^cyborg/hacking/.*$
- ^cyborg/tests/functional.*$
- ^cyborg/tests/unit.*$
- ^doc/.*$
- ^etc/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$