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