This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for antelope. Also, updating the template name to generic one. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I843494b1f7dfeffc038039b6784182dab503915a
24 lines
604 B
YAML
24 lines
604 B
YAML
- project:
|
|
templates:
|
|
- openstack-python3-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- storlets-functional
|
|
gate:
|
|
jobs:
|
|
- storlets-functional
|
|
|
|
- job:
|
|
name: storlets-functional
|
|
pre-run: playbooks/storlets-functional/pre.yaml
|
|
run: playbooks/storlets-functional/run.yaml
|
|
post-run: playbooks/storlets-functional/post.yaml
|
|
nodeset: ubuntu-focal
|
|
timeout: 2400
|
|
irrelevant-files:
|
|
- ^(api-ref|doc|releasenotes)/.*$
|
|
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
|
|
- ^tests/unit/.*$
|