af4bac31fa
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
60 lines
1.8 KiB
YAML
60 lines
1.8 KiB
YAML
- job:
|
|
name: swiftclient-swift-functional
|
|
parent: swift-dsvm-functional
|
|
description: |
|
|
Run swift's functional tests with python-swiftclient
|
|
installed from source instead as package from PyPI.
|
|
# Ensure that we install python-swiftclient from git and
|
|
# do not install from pypi. This is needed since the parent
|
|
# job sets zuul_work_dir to the swift directory and uses tox
|
|
# for installation.
|
|
required-projects:
|
|
- opendev.org/openstack/python-swiftclient
|
|
|
|
- job:
|
|
name: swiftclient-functional
|
|
parent: swift-dsvm-functional
|
|
description: |
|
|
Run functional tests of python-swiftclient with
|
|
python-swiftclient installed from source instead as package from
|
|
PyPI.
|
|
required-projects:
|
|
- opendev.org/openstack/python-swiftclient
|
|
vars:
|
|
# Override value from parent job to use swiftclient tests
|
|
zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/python-swiftclient'].src_dir }}"
|
|
|
|
- job:
|
|
name: swiftclient-functional-py2
|
|
parent: swiftclient-functional
|
|
description: |
|
|
Run functional tests of python-swiftclient under Python 2
|
|
vars:
|
|
tox_envlist: py2func
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-pypy-jobs-nonvoting
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
- openstack-python37-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- swiftclient-swift-functional
|
|
- swiftclient-functional
|
|
- swiftclient-functional-py2
|
|
gate:
|
|
jobs:
|
|
- swiftclient-swift-functional
|
|
- swiftclient-functional
|
|
- swiftclient-functional-py2
|
|
post:
|
|
jobs:
|
|
- openstack-tox-cover
|