2018-07-25 08:44:26 -05:00
|
|
|
---
|
|
|
|
- project:
|
2018-09-24 03:42:57 -05:00
|
|
|
templates:
|
2019-08-21 08:15:29 +02:00
|
|
|
- publish-stx-docs
|
|
|
|
- stx-api-ref-jobs
|
|
|
|
- stx-release-notes-jobs
|
2018-07-25 08:44:26 -05:00
|
|
|
check:
|
|
|
|
jobs:
|
2019-03-22 12:21:34 -05:00
|
|
|
- flock-devstack-update
|
2018-08-09 10:26:34 -05:00
|
|
|
- openstack-tox-linters
|
2019-06-28 14:49:43 -04:00
|
|
|
- tsconfig-tox-flake8
|
|
|
|
- tsconfig-tox-pylint
|
2019-06-27 13:03:52 -04:00
|
|
|
- tsconfig-tox-py27
|
|
|
|
- tsconfig-tox-py36
|
2019-06-28 14:49:43 -04:00
|
|
|
- patch-tox-flake8
|
|
|
|
- patch-tox-pylint
|
2019-06-27 13:03:52 -04:00
|
|
|
- patch-tox-py27
|
|
|
|
- patch-tox-py36
|
2019-06-28 14:49:43 -04:00
|
|
|
- patch-alarm-tox-flake8
|
|
|
|
- patch-alarm-tox-pylint
|
|
|
|
- patch-alarm-tox-py27
|
|
|
|
- patch-alarm-tox-py36
|
2018-08-09 10:26:34 -05:00
|
|
|
gate:
|
|
|
|
jobs:
|
2019-03-22 12:21:34 -05:00
|
|
|
- flock-devstack-update
|
2018-08-09 10:26:34 -05:00
|
|
|
- openstack-tox-linters
|
2019-06-28 14:49:43 -04:00
|
|
|
- tsconfig-tox-flake8
|
|
|
|
- tsconfig-tox-pylint
|
2019-06-27 13:03:52 -04:00
|
|
|
- tsconfig-tox-py27
|
|
|
|
- tsconfig-tox-py36
|
2019-06-28 14:49:43 -04:00
|
|
|
- patch-tox-flake8
|
|
|
|
- patch-tox-pylint
|
2019-06-27 13:03:52 -04:00
|
|
|
- patch-tox-py27
|
|
|
|
- patch-tox-py36
|
2019-06-28 14:49:43 -04:00
|
|
|
- patch-alarm-tox-flake8
|
|
|
|
- patch-alarm-tox-pylint
|
|
|
|
- patch-alarm-tox-py27
|
|
|
|
- patch-alarm-tox-py36
|
2018-08-23 17:20:28 -05:00
|
|
|
|
2019-06-28 14:49:43 -04:00
|
|
|
- job:
|
|
|
|
name: tsconfig-tox-flake8
|
|
|
|
parent: tox
|
|
|
|
files:
|
|
|
|
- tsconfig/tsconfig/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: flake8
|
|
|
|
tox_extra_args: -c tsconfig/tsconfig/tox.ini
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: tsconfig-tox-pylint
|
|
|
|
parent: tox
|
|
|
|
files:
|
|
|
|
- tsconfig/tsconfig/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: pylint
|
|
|
|
tox_extra_args: -c tsconfig/tsconfig/tox.ini
|
|
|
|
|
2019-06-27 13:03:52 -04:00
|
|
|
- job:
|
|
|
|
name: tsconfig-tox-py27
|
|
|
|
parent: tox
|
|
|
|
files:
|
|
|
|
- tsconfig/tsconfig/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: py27
|
|
|
|
tox_extra_args: -c tsconfig/tsconfig/tox.ini
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: tsconfig-tox-py36
|
|
|
|
parent: tox
|
|
|
|
files:
|
|
|
|
- tsconfig/tsconfig/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: py36
|
|
|
|
tox_extra_args: -c tsconfig/tsconfig/tox.ini
|
|
|
|
|
2019-06-28 14:49:43 -04:00
|
|
|
- job:
|
|
|
|
name: patch-tox-flake8
|
|
|
|
parent: tox
|
|
|
|
required-projects:
|
|
|
|
- starlingx/config
|
|
|
|
files:
|
|
|
|
- cgcs-patch/cgcs-patch/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: flake8
|
|
|
|
tox_extra_args: -c cgcs-patch/cgcs-patch/tox.ini
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: patch-tox-pylint
|
|
|
|
parent: tox
|
|
|
|
required-projects:
|
|
|
|
- starlingx/config
|
|
|
|
files:
|
|
|
|
- cgcs-patch/cgcs-patch/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: pylint
|
|
|
|
tox_extra_args: -c cgcs-patch/cgcs-patch/tox.ini
|
|
|
|
|
2019-06-27 13:03:52 -04:00
|
|
|
- job:
|
|
|
|
name: patch-tox-py27
|
|
|
|
parent: tox
|
|
|
|
required-projects:
|
|
|
|
- starlingx/config
|
|
|
|
files:
|
|
|
|
- cgcs-patch/cgcs-patch/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: py27
|
|
|
|
tox_extra_args: -c cgcs-patch/cgcs-patch/tox.ini
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: patch-tox-py36
|
|
|
|
parent: tox
|
|
|
|
required-projects:
|
|
|
|
- starlingx/config
|
|
|
|
files:
|
|
|
|
- cgcs-patch/cgcs-patch/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: py36
|
|
|
|
tox_extra_args: -c cgcs-patch/cgcs-patch/tox.ini
|
|
|
|
|
2018-08-23 17:20:28 -05:00
|
|
|
- job:
|
2019-06-28 14:49:43 -04:00
|
|
|
name: patch-alarm-tox-flake8
|
|
|
|
parent: tox
|
2018-08-23 17:20:28 -05:00
|
|
|
required-projects:
|
2019-04-19 19:52:36 +00:00
|
|
|
- starlingx/config
|
|
|
|
- starlingx/fault
|
2019-06-28 14:49:43 -04:00
|
|
|
files:
|
|
|
|
- patch-alarm/patch-alarm/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: flake8
|
|
|
|
tox_extra_args: -c patch-alarm/patch-alarm/tox.ini
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: patch-alarm-tox-pylint
|
|
|
|
parent: tox
|
|
|
|
required-projects:
|
|
|
|
- starlingx/config
|
|
|
|
- starlingx/fault
|
|
|
|
files:
|
|
|
|
- patch-alarm/patch-alarm/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: pylint
|
|
|
|
tox_extra_args: -c patch-alarm/patch-alarm/tox.ini
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: patch-alarm-tox-py27
|
|
|
|
parent: tox
|
|
|
|
required-projects:
|
|
|
|
- starlingx/config
|
|
|
|
- starlingx/fault
|
|
|
|
files:
|
|
|
|
- patch-alarm/patch-alarm/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: py27
|
|
|
|
tox_extra_args: -c patch-alarm/patch-alarm/tox.ini
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: patch-alarm-tox-py36
|
|
|
|
parent: tox
|
|
|
|
required-projects:
|
|
|
|
- starlingx/config
|
|
|
|
- starlingx/fault
|
|
|
|
files:
|
|
|
|
- patch-alarm/patch-alarm/*
|
|
|
|
vars:
|
|
|
|
tox_envlist: py36
|
|
|
|
tox_extra_args: -c patch-alarm/patch-alarm/tox.ini
|
2018-10-30 08:47:32 -05:00
|
|
|
|
|
|
|
- job:
|
2019-03-22 12:21:34 -05:00
|
|
|
name: flock-devstack-update
|
|
|
|
parent: flock-devstack-base-min
|
2018-10-30 08:47:32 -05:00
|
|
|
required-projects:
|
2019-04-19 19:52:36 +00:00
|
|
|
- starlingx/integ
|
2018-10-30 08:47:32 -05:00
|
|
|
vars:
|
|
|
|
tox_envlist: functional
|
|
|
|
devstack_services:
|
|
|
|
# StarlingX services
|
|
|
|
sw-patch: true
|
|
|
|
tsconfig: true
|
|
|
|
devstack_plugins:
|
2019-04-20 00:24:34 -05:00
|
|
|
# integ: https://opendev.org/starlingx/integ
|
|
|
|
update: https://opendev.org/starlingx/update
|