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.
18 lines
479 B
18 lines
479 B
# NOTE(gmann): This file includes all stable release jobs definition.
|
|
- job:
|
|
name: tempest-full-victoria-py3
|
|
parent: tempest-full-py3
|
|
override-checkout: stable/victoria
|
|
|
|
- job:
|
|
name: tempest-full-ussuri-py3
|
|
parent: tempest-full-py3
|
|
nodeset: openstack-single-node-bionic
|
|
override-checkout: stable/ussuri
|
|
|
|
- job:
|
|
name: tempest-full-train-py3
|
|
parent: tempest-full-py3
|
|
nodeset: openstack-single-node-bionic
|
|
override-checkout: stable/train
|