Switch to new DevStack base job
Rename stx-fault-devstack to flock-devstack-fault and inherit from flock-devstack-base The old job definition must remain until no other plugins are using it. Change-Id: I736594c44fb45fd31a4920ca81298b2c2c1217a1 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
parent
1b5d82dd1d
commit
456615539f
23
.zuul.yaml
23
.zuul.yaml
@ -7,17 +7,17 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- build-openstack-api-ref
|
- build-openstack-api-ref
|
||||||
- build-openstack-releasenotes
|
- build-openstack-releasenotes
|
||||||
|
- flock-devstack-fault
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
- stx-fault-build
|
- stx-fault-build
|
||||||
- stx-fault-devstack
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- build-openstack-api-ref
|
- build-openstack-api-ref
|
||||||
- build-openstack-releasenotes
|
- build-openstack-releasenotes
|
||||||
|
- flock-devstack-fault
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
- stx-fault-devstack
|
|
||||||
post:
|
post:
|
||||||
jobs:
|
jobs:
|
||||||
- publish-stx-api-ref
|
- publish-stx-api-ref
|
||||||
@ -36,6 +36,8 @@
|
|||||||
vars:
|
vars:
|
||||||
tox_envlist: build
|
tox_envlist: build
|
||||||
|
|
||||||
|
# TODO(dtroyer): This job definition needs to stay here until none of
|
||||||
|
# the other plugins are using it...
|
||||||
# This job is to begin testing a DevStack run here
|
# This job is to begin testing a DevStack run here
|
||||||
- job:
|
- job:
|
||||||
name: stx-devstack-base
|
name: stx-devstack-base
|
||||||
@ -79,9 +81,8 @@
|
|||||||
FORCE: yes
|
FORCE: yes
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: stx-fault-devstack
|
name: flock-devstack-fault
|
||||||
parent: stx-devstack-base
|
parent: flock-devstack-base-min
|
||||||
timeout: 7800
|
|
||||||
required-projects:
|
required-projects:
|
||||||
- name: openstack/stx-config
|
- name: openstack/stx-config
|
||||||
- name: openstack/stx-integ
|
- name: openstack/stx-integ
|
||||||
@ -95,11 +96,7 @@
|
|||||||
fm-rest-api: true
|
fm-rest-api: true
|
||||||
fm-mgr: true
|
fm-mgr: true
|
||||||
devstack_plugins:
|
devstack_plugins:
|
||||||
stx-config: git://git.starlingx.io/stx-config
|
stx-config: https://git.starlingx.io/stx-config
|
||||||
stx-fault: git://git.starlingx.io/stx-fault
|
stx-fault: https://git.starlingx.io/stx-fault
|
||||||
stx-integ: git://git.starlingx.io/stx-integ
|
stx-integ: https://git.starlingx.io/stx-integ
|
||||||
stx-update: git://git.starlingx.io/stx-update
|
stx-update: https://git.starlingx.io/stx-update
|
||||||
devstack_localrc:
|
|
||||||
LIBS_FROM_GIT: keystone
|
|
||||||
files:
|
|
||||||
- ^devstack/.*
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user