fault/.zuul.yaml

59 lines
1.4 KiB
YAML

---
- project:
templates:
- build-openstack-docs-pti
check:
jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- flock-devstack-fault
- openstack-tox-linters
- openstack-tox-pep8
- stx-fault-build
gate:
jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- flock-devstack-fault
- openstack-tox-linters
- openstack-tox-pep8
post:
jobs:
- publish-stx-api-ref
- publish-stx-tox
- publish-stx-releasenotes
# Perform just a build
- job:
name: stx-fault-build
parent: tox
description: Run build for fault
irrelevant-files:
- api-ref/*
- docs/*
- releasenotes/*
vars:
tox_envlist: build
- job:
name: flock-devstack-fault
parent: flock-devstack-base-min
required-projects:
- name: openstack/stx-config
- name: openstack/stx-integ
- name: openstack/stx-update
vars:
tox_envlist: functional
devstack_services:
cgtsclient: true
fm-common: true
fm-api: true
fm-rest-api: true
fm-mgr: true
devstack_plugins:
stx-config: https://git.starlingx.io/stx-config
stx-fault: https://git.starlingx.io/stx-fault
stx-integ: https://git.starlingx.io/stx-integ
stx-update: https://git.starlingx.io/stx-update