OpenStack Release Bot
4fac92a2e1
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Icee2a36b1e2bd0c006deaf6915b20e0ebfdc134c
39 lines
878 B
YAML
39 lines
878 B
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- openstack-python3-xena-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$
|