3cbee7c788
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.
120 lines
2.9 KiB
YAML
120 lines
2.9 KiB
YAML
---
|
|
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- build-openstack-releasenotes
|
|
- flock-devstack-integ
|
|
- openstack-tox-pep8
|
|
- openstack-tox-linters
|
|
- stx-integ-pylint
|
|
gate:
|
|
jobs:
|
|
- build-openstack-releasenotes
|
|
- flock-devstack-integ
|
|
- openstack-tox-pep8
|
|
- openstack-tox-linters
|
|
- stx-integ-pylint
|
|
post:
|
|
jobs:
|
|
- publish-stx-tox
|
|
- publish-stx-releasenotes
|
|
|
|
|
|
# This is the common base job definition for StarlingX flock services
|
|
- job:
|
|
name: flock-devstack-base
|
|
parent: devstack
|
|
description: |
|
|
Base job for StarlingX Flock components DevStack tests
|
|
nodeset: openstack-single-node-bionic
|
|
roles:
|
|
- zuul: openstack-infra/devstack
|
|
timeout: 9000
|
|
required-projects:
|
|
- name: openstack/devstack
|
|
- name: openstack/keystone
|
|
- name: openstack/requirements
|
|
vars:
|
|
devstack_services:
|
|
ceilometer-acentral: false
|
|
ceilometer-acompute: false
|
|
ceilometer-alarm-evaluator: false
|
|
ceilometer-alarm-notifier: false
|
|
ceilometer-anotification: false
|
|
ceilometer-api: false
|
|
ceilometer-collector: false
|
|
horizon: false
|
|
# Swift services
|
|
s-account: false
|
|
s-container: false
|
|
s-object: false
|
|
s-proxy: false
|
|
tempest: false
|
|
# Database
|
|
mysql: false
|
|
postgresql: true
|
|
devstack_localrc:
|
|
# LIBS_FROM_GIT: keystone
|
|
FORCE: yes
|
|
|
|
# A minimal base job that eliminates most OpenStack services
|
|
# Leave Celiometer, Horizon and Swift in the base since none
|
|
# of our jobs need them.
|
|
- job:
|
|
name: flock-devstack-base-min
|
|
parent: flock-devstack-base
|
|
timeout: 7800
|
|
vars:
|
|
devstack_services:
|
|
# Cinder services
|
|
c-api: false
|
|
c-bak: false
|
|
c-sch: false
|
|
c-vol: false
|
|
cinder: false
|
|
# Glance services
|
|
g-api: false
|
|
g-reg: false
|
|
# Nova services
|
|
n-api: false
|
|
n-api-meta: false
|
|
n-cauth: false
|
|
n-cond: false
|
|
n-cpu: false
|
|
n-novnc: false
|
|
n-obj: false
|
|
n-sch: false
|
|
placement-api: false
|
|
# Neutron services
|
|
q-agt: true
|
|
q-dhcp: false
|
|
q-l3: false
|
|
q-meta: false
|
|
q-metering: false
|
|
q-svc: false
|
|
|
|
- job:
|
|
name: flock-devstack-integ
|
|
parent: flock-devstack-base-min
|
|
timeout: 7800
|
|
required-projects:
|
|
- starlingx/update
|
|
vars:
|
|
tox_envlist: functional
|
|
devstack_services:
|
|
# StarlingX services
|
|
platform-util: true
|
|
devstack_plugins:
|
|
stx-integ: https://git.starlingx.io/stx-integ
|
|
stx-update: https://git.starlingx.io/stx-update
|
|
|
|
- job:
|
|
name: stx-integ-pylint
|
|
parent: openstack-tox-pylint
|
|
required-projects:
|
|
- starlingx/config
|
|
- starlingx/fault
|
|
- starlingx/update
|