Merge "Restore octavia to DevStack jobs"

This commit is contained in:
Zuul 2019-11-26 18:58:15 +00:00 committed by Gerrit Code Review
commit ddfb968370
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
- job: - job:
name: tobiko-devstack name: tobiko-devstack-base
parent: devstack parent: devstack
abstract: true abstract: true
nodeset: openstack-single-node nodeset: openstack-single-node
@ -89,7 +89,7 @@
- job: - job:
name: tobiko-devstack-octavia name: tobiko-devstack-octavia
parent: tobiko-devstack parent: tobiko-devstack-base
abstract: true abstract: true
nodeset: openstack-single-node nodeset: openstack-single-node
description: | description: |
@ -129,6 +129,12 @@
yml: true yml: true
- job:
name: tobiko-devstack
parent: tobiko-devstack-octavia
abstract: true
- job: - job:
name: tobiko-devstack-functional name: tobiko-devstack-functional
parent: tobiko-devstack parent: tobiko-devstack