10ef8b76dd
1) Bump hacking max version to 3.0.1 and fix code style failures. pep8 job is failing because the version of flake8 (flake8<2.7.0,>=2.6.0) requested by hacking<1.2.0 is not compatible with pyflakes>=2.1.1. Therefore the patch increases the max version of hacking. 2) Disable swift-proxy service which fails to start on stein. Disabled other unneeded services while here. Change-Id: I87c6d037fbbc24ef795ddbe26b5e297fb1bbc7a9
103 lines
2.7 KiB
YAML
103 lines
2.7 KiB
YAML
- project:
|
|
templates:
|
|
- tempest-plugin-jobs
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- blazar-tempest-plugin-base
|
|
- blazar-tempest-plugin-ipv6-only
|
|
- blazar-tempest-plugin-ussuri
|
|
- blazar-tempest-plugin-train
|
|
- blazar-tempest-plugin-stein
|
|
gate:
|
|
queue: blazar
|
|
jobs:
|
|
- blazar-tempest-plugin-base
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-base
|
|
description: |
|
|
This is a base devstack job for Blazar.
|
|
Former names for this job were:
|
|
* blazar-devstack-dsvm
|
|
parent: devstack-tempest
|
|
required-projects: &blazar_required_projects
|
|
- opendev.org/openstack/blazar
|
|
- opendev.org/openstack/blazar-nova
|
|
- opendev.org/openstack/python-blazarclient
|
|
- opendev.org/openstack/blazar-tempest-plugin
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
blazar: https://opendev.org/openstack/blazar
|
|
vars: &blazar_base_vars
|
|
tempest_test_regex: '^blazar_tempest_plugin'
|
|
tox_envlist: all
|
|
devstack_services:
|
|
blazar: true
|
|
blazar-a: true
|
|
blazar-m: true
|
|
tempest_plugins:
|
|
- blazar-tempest-plugin
|
|
tempest_concurrency: 1
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-ipv6-only
|
|
description: |
|
|
This is a base IPv6 devstack job for Blazar
|
|
Former names for this job were:
|
|
* blazar-devstack-dsvm-ipv6-only
|
|
parent: devstack-tempest-ipv6
|
|
required-projects: *blazar_required_projects
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
blazar: https://opendev.org/openstack/blazar
|
|
vars: *blazar_base_vars
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-ussuri
|
|
parent: blazar-tempest-plugin-base
|
|
nodeset: openstack-single-node-bionic
|
|
override-checkout: stable/ussuri
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-train
|
|
parent: blazar-tempest-plugin-base
|
|
nodeset: openstack-single-node-bionic
|
|
override-checkout: stable/train
|
|
vars:
|
|
devstack_localrc:
|
|
USE_PYTHON3: True
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-stein
|
|
parent: blazar-tempest-plugin-base
|
|
nodeset: openstack-single-node-bionic
|
|
override-checkout: stable/stein
|
|
vars:
|
|
devstack_services:
|
|
# Disable unneeded services.
|
|
etcd3: false
|
|
s-account: false
|
|
s-container: false
|
|
s-object: false
|
|
s-proxy: false
|
|
c-api: false
|
|
c-bak: false
|
|
c-sch: false
|
|
c-vol: false
|
|
cinder: false
|
|
horizon: false
|
|
devstack_localrc:
|
|
USE_PYTHON3: True
|