Files
fault/.zuul.yaml
T
Saul Wold 3a58bf68a1 Zuul: remove stx-build-rpms template
Since OBS is not working correctly for CentOS and we are stopping openSUSE
for now, no point it having this template run those OBS jobs.

Change-Id: Ibc562eb55c85f375c560cca1c4f5d1bda0507473
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2019-12-18 06:50:42 -08:00

51 lines
1.1 KiB
YAML

---
- project:
templates:
- publish-stx-docs
- stx-api-ref-jobs
- stx-release-notes-jobs
- stx-lint-specfile-jobs
check:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- stx-fault-build
gate:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
# 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: starlingx/config
- name: starlingx/integ
- name: starlingx/update
vars:
tox_envlist: functional
devstack_services:
# cgtsclient: true
fm-common: true
fm-api: true
fm-rest-api: true
fm-mgr: true
devstack_plugins:
# config: https://opendev.org/starlingx/config
fault: https://opendev.org/starlingx/fault
integ: https://opendev.org/starlingx/integ
update: https://opendev.org/starlingx/update