metal/.zuul.yaml
Al Bailey c0e97fcb36 Turn off devstack as a zuul job
devstack is failing, most likely because StarlingX
uses postgres, and postgres was dropped in devstack by:
cf1c847191

I am not removing the devstack job declaration, or the devstack files
because in the future StarlingX could convert from postgres to
another DB backend, at which point we might want to revisit
using devstack.

Change-Id: I02e92cd2d17207b5e09a082647d4da0f5e7ed426
Partial-Bug: 1848557
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2019-10-17 12:58:08 -05:00

55 lines
1.4 KiB
YAML

---
- project:
templates:
- stx-api-ref-jobs
- publish-stx-docs
- stx-release-notes-jobs
check:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
gate:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- job:
name: flock-devstack-metal
parent: flock-devstack-base-min
required-projects:
- openstack/barbican
- openstack/python-barbicanclient
- starlingx/fault
- starlingx/integ
- starlingx/nfv
- starlingx/update
- starlingx/utilities
vars:
tox_envlist: functional
devstack_services:
# StarlingX services
fm-common: true
# fm-api: true
# mtce: true
mtce-compute: true
mtce-control: true
mtce-storage: true
inventory-api: true
inventory-conductor: true
inventory-agent: true
inventory-client: true
fsmon: true
hbs: true
hwmon: true
mtcalarm: true
mtclog: true
pmon: true
rmon: true
devstack_plugins:
barbican: https://opendev.org/openstack/barbican
fault: https:://opendev.org/starlingx/fault
integ: https://opendev.org/starlingx/integ
metal: https:://opendev.org/starlingx/metal
# nfv: https:://opendev.org/starlingx/nfv
update: https:://opendev.org/starlingx/update