cd5693bc48
Because we are in a deadly embrace with the config plugin after the OpenDev work the config plugin is being forced off in this job to remove one of the dependencies. Ultimately extracting cgts-client to be installable stand-alone is a better solution to allow other plugins to install directly. Depends-On: https://review.opendev.org/653961 Change-Id: I47f1d0df404fc40a9d514c1b0689b5457dbc3f87 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
59 lines
1.4 KiB
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: 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
|