interop/zuul.d/jobs.yaml
Martin Kopec 4b0c80a4ef Edit interop repo links and source in guidelines
interop repository has been moved from openstack/ namespace
to osf/ one and now it's moved to openinfra/ by [1].
This commit fixes the links pointing to interop repository
so that they point to the current source.

We also reorganized the guidelines recently by [2] and moved
them to a specific directory. This commit fixes the links
within the guidelines so that they point to the current
guideline location.

[1] https://review.opendev.org/c/openstack/project-config/+/808479
[2] https://review.opendev.org/c/osf/interop/+/796413

Depends-On: https://review.opendev.org/c/openinfra/ansible-role-refstack-client/+/814383
Change-Id: I3193252181758bde9da6c4c69f927055b64f902d
2021-10-18 09:29:26 +00:00

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/openinfra/interop
required-projects:
- name: openstack/tempest
- name: openstack/designate-tempest-plugin
- name: openstack/heat-tempest-plugin
- name: openstack/manila-tempest-plugin
- name: openinfra/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: openinfra/interop
pre-run: playbooks/parse_next_tests.yaml
vars:
test_list: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openinfra/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