16c292305f
This introduces a functional tests which runs on CentOS Stream 9. Currently we use docker-ce in this job, but the job may be later updated to use podman, which is part of the distribution packages. Change-Id: Ic93c1c7faf46f641aa5988c688ebbef4a6e32ab4
38 lines
877 B
YAML
38 lines
877 B
YAML
- project:
|
|
templates:
|
|
- openstack-python3-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- storlets-functional
|
|
- storlets-functional-centos-9-stream
|
|
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-jammy
|
|
timeout: 2400
|
|
irrelevant-files:
|
|
- ^api-ref/.*$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^.gitignore$
|
|
- ^.gitreview$
|
|
- ^.mailmap$
|
|
- ^AUTHORS$
|
|
- ^CHANGELOG$
|
|
- ^README.rst$
|
|
- ^tests/unit/.*$
|
|
|
|
- job:
|
|
name: storlets-functional-centos-9-stream
|
|
parent: storlets-functional
|
|
nodeset: centos-9-stream
|
|
voting: false
|