![James E. Blair](/assets/img/avatar_default.png)
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I810ca29398f3879521a42932f23b5dda79fb79df
56 lines
1.2 KiB
YAML
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
|