swift3/.zuul.yaml
James E. Blair 520b888834 Zuul: Remove project name
Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.

Change-Id: I810ca29398f3879521a42932f23b5dda79fb79df
2018-02-05 13:38:18 -08:00

56 lines
1.2 KiB
YAML

- project:
check:
jobs:
- swift3-tox-keystone
- swift3-tox-s3acl
- swift3-tox-tempauth
- swift3-tox-s3tests_keystone:
voting: false
- swift3-tox-s3tests_tempauth:
voting: false
gate:
jobs:
- swift3-tox-keystone
- swift3-tox-s3acl
- swift3-tox-tempauth
- job:
name: swift3-tox-keystone
parent: openstack-tox-py27
description: |
Run tests using ``keystone`` environment.
vars:
tox_envlist: keystone
- job:
name: swift3-tox-s3acl
parent: openstack-tox-py27
description: |
Run tests using ``s3acl`` environment.
vars:
tox_envlist: s3acl
- job:
name: swift3-tox-tempauth
parent: openstack-tox-py27
description: |
Run tests using ``tempauth`` environment.
vars:
tox_envlist: tempauth
- job:
name: swift3-tox-s3tests_keystone
parent: openstack-tox-py27
description: |
Run tests using ``s3tests_keystone`` environment.
vars:
tox_envlist: s3tests_keystone
- job:
name: swift3-tox-s3tests_tempauth
parent: openstack-tox-py27
description: |
Run tests using ``s3tests_tempauth`` environment.
vars:
tox_envlist: s3tests_tempauth