Files
cb51a0a00bb353e4e1c2e106dd995d0675641847
swift /.zuul.yaml

131 lines
3.2 KiB
YAML
Raw Normal View History

name:swift-tox-base
parent:openstack-tox-py27
description:|
Base job for swift-tox jobs.
It sets TMPDIR to an XFS mount point created via
tools/test-setup.sh.
timeout:2400
vars:
tox_environment:
- job:
name:swift-tox-py27
parent:swift-tox-base
description:|
Run unit-tests for swift under cPython version 2.7.
Uses tox with the ``py27`` environment.
It sets TMPDIR to an XFS mount point created via
tools/test-setup.sh.
vars:
tox_envlist:py27
- job:
name:swift-tox-py27-centos-7
parent:swift-tox-py27
nodeset:centos-7
- job:
name:swift-tox-py35
parent:swift-tox-base
description:|
Run unit-tests for swift under cPython version 3.5.
Uses tox with the ``py35`` environment.
It sets TMPDIR to an XFS mount point created via
tools/test-setup.sh.
vars:
tox_envlist:py35
bindep_profile:test py35
- job:
name:swift-tox-func
parent:swift-tox-base
description:|
Run functional tests for swift under cPython version 2.7.
Uses tox with the ``func`` environment.
It sets TMPDIR to an XFS mount point created via
tools/test-setup.sh.
vars:
tox_envlist:func
- job:
name:swift-tox-func-centos-7
parent:swift-tox-func
nodeset:centos-7
- job:
name:swift-tox-func-encryption
parent:swift-tox-base
description:|
Run functional tests for swift under cPython version 2.7.
Uses tox with the ``func-encryption`` environment.
It sets TMPDIR to an XFS mount point created via
tools/test-setup.sh.
vars:
tox_envlist:func-encryption
- job:
name:swift-tox-func-encryption-centos-7
parent:swift-tox-func-encryption
nodeset:centos-7
- job:
name:swift-tox-func-ec
parent:swift-tox-base
description:|
Run functional tests for swift under cPython version 2.7.
Uses tox with the ``func-post-ec`` environment.
It sets TMPDIR to an XFS mount point created via
tools/test-setup.sh.
branches:^(?!stable/ocata).*$
vars:
tox_envlist:func-ec
- job:
name:swift-tox-func-ec-centos-7
parent:swift-tox-func-ec
nodeset:centos-7
name:swift-probetests-centos-7
parent:unittests
nodeset:centos-7
voting:false
description:|
Setup a SAIO dev environment and run Swift's probe tests
pre-run:
- playbooks/saio_single_node_setup/install_dependencies.yaml
- playbooks/saio_single_node_setup/setup_saio.yaml
- playbooks/saio_single_node_setup/make_rings.yaml
run:playbooks/probetests/run.yaml
check:
jobs:
- swift-tox-py27
- swift-tox-py35
- swift-tox-func
- swift-tox-func-encryption
- swift-tox-func-ec
jobs:
- swift-tox-py27
- swift-tox-py35
- swift-tox-func
- swift-tox-func-encryption
- swift-tox-func-ec
experimental:
jobs:
- swift-tox-py27-centos-7
- swift-tox-func-centos-7
- swift-tox-func-encryption-centos-7
- swift-tox-func-ec-centos-7