37bc7a5854
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I6d35871757dc864d7fe6fad2fa9e62a9062a7575
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
- job:
|
|
name: glanceclient-dsvm-functional
|
|
parent: devstack-tox-functional
|
|
description: |
|
|
devstack-based functional tests for glanceclient
|
|
required-projects:
|
|
- openstack/python-glanceclient
|
|
timeout: 4200
|
|
vars:
|
|
devstack_localrc:
|
|
# TODO(rosmaita): remove when glanceclient tests no longer
|
|
# use the Images v1 API
|
|
GLANCE_V1_ENABLED: true
|
|
LIBS_FROM_GIT: python-glanceclient
|
|
devstack_services:
|
|
# turn off ceilometer
|
|
ceilometer-acentral: false
|
|
ceilometer-acompute: false
|
|
ceilometer-alarm-evaluator: false
|
|
ceilometer-alarm-notifier: false
|
|
ceilometer-anotification: false
|
|
ceilometer-api: false
|
|
ceilometer-collector: false
|
|
# turn on swift
|
|
s-account: true
|
|
s-container: true
|
|
s-object: true
|
|
s-proxy: true
|
|
# Hardcode glanceclient path so the job can be run on glance patches
|
|
zuul_work_dir: src/git.openstack.org/openstack/python-glanceclient
|
|
|
|
- job:
|
|
name: glanceclient-dsvm-functional-identity-v3-only
|
|
parent: glanceclient-dsvm-functional
|
|
vars:
|
|
devstack_localrc:
|
|
ENABLE_IDENTITY_V2: false
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- glanceclient-dsvm-functional
|
|
- glanceclient-dsvm-functional-identity-v3-only:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- glanceclient-dsvm-functional
|