
... because Swift is finally removing its support for Python 2. Change-Id: I1913e7ceeaf06f7bd2ae1d69d5d1ecf8ddc71e35
24 lines
608 B
YAML
24 lines
608 B
YAML
- project:
|
|
templates:
|
|
- openstack-python3-zed-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/.*$
|