Takashi Kajinami 39fc5939aa Switch functional tests to Ubuntu Jammy
Because Jammy will be the default test runtime for Antelope release.

This also removes minor version from default python version so that
we can use the default version in that OS version.

[1] https://governance.openstack.org/tc/reference/runtimes/2023.1.html

Change-Id: Ieba8053fd1f5f40c00783b6d11fd84ab759e03c0
2023-02-17 02:54:34 +00:00

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-jammy
timeout: 2400
irrelevant-files:
- ^(api-ref|doc|releasenotes)/.*$
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
- ^tests/unit/.*$