a26948ee09
Adds a job which runs all next tests on a devstack master and experimental jobs which run the same on supported stable releases. Fix names of a few manila_tempest_tests and designate_tempest_plugin tests so that they match the names from the plugins. Change-Id: Iedbaa09e425a29156304eea63b66a1ce69dd77bd
68 lines
2.5 KiB
YAML
68 lines
2.5 KiB
YAML
- job:
|
|
name: interop-tempest-consistency
|
|
parent: tox
|
|
description: |
|
|
Ensure consistency between Tempest source and current interop guidelines.
|
|
vars:
|
|
tox_envlist: consistency
|
|
tox_extra_args: >
|
|
-vv --
|
|
-t {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/tempest'].src_dir }}
|
|
-d {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/designate-tempest-plugin'].src_dir }}
|
|
-o {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/heat-tempest-plugin'].src_dir }}
|
|
-s {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/manila-tempest-plugin'].src_dir }}
|
|
zuul_work_dir: src/opendev.org/osf/interop
|
|
required-projects:
|
|
- name: openstack/tempest
|
|
- name: openstack/designate-tempest-plugin
|
|
- name: openstack/heat-tempest-plugin
|
|
- name: openstack/manila-tempest-plugin
|
|
- name: osf/interop
|
|
|
|
- job:
|
|
name: interop-next-refstack-client-master
|
|
parent: refstack-client-devstack-master
|
|
description: |
|
|
A job running refstack-client on a devstack environment with the next guideline.
|
|
required-projects:
|
|
- name: osf/interop
|
|
pre-run: playbooks/parse_next_tests.yaml
|
|
vars:
|
|
test_list: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/osf/interop'].src_dir }}/all_next_tests.txt"
|
|
|
|
- job:
|
|
name: interop-next-refstack-client-wallaby
|
|
parent: interop-next-refstack-client-master
|
|
description: |
|
|
A job running refstack-client on a devstack wallaby environment with the next guideline.
|
|
override-checkout: stable/wallaby
|
|
vars:
|
|
branch: stable/wallaby
|
|
|
|
- job:
|
|
name: interop-next-refstack-client-victoria
|
|
parent: interop-next-refstack-client-master
|
|
description: |
|
|
A job running refstack-client on a devstack victoria environment with the next guideline.
|
|
override-checkout: stable/victoria
|
|
vars:
|
|
branch: stable/victoria
|
|
|
|
- job:
|
|
name: interop-next-refstack-client-ussuri
|
|
parent: interop-next-refstack-client-master
|
|
description: |
|
|
A job running refstack-client on a devstack ussuri environment with the next guideline.
|
|
override-checkout: stable/ussuri
|
|
vars:
|
|
branch: stable/ussuri
|
|
|
|
- job:
|
|
name: interop-next-refstack-client-train
|
|
parent: interop-next-refstack-client-master
|
|
description: |
|
|
A job running refstack-client on a devstack train environment with the next guideline.
|
|
override-checkout: stable/train
|
|
vars:
|
|
branch: stable/train
|