e999b58562
Interop repos are going under rename from openstack namespace to osf namespace (Depends-On), which need update the zuul job to start using the new location. Update .gitreview as well. Depends-On: https://review.opendev.org/#/c/734669/ Change-Id: Idbb41903ebf0f2c4b5cb86f082938c69b86dd505
13 lines
446 B
YAML
13 lines
446 B
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 -- {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/tempest'].src_dir }}"
|
|
zuul_work_dir: src/opendev.org/osf/interop
|
|
required-projects:
|
|
- name: openstack/tempest
|
|
- name: osf/interop
|