You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.4 KiB
59 lines
1.4 KiB
---
|
|
|
|
- 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
|