refstack-client/.zuul.yaml
Ghanshyam Mann a2b4ce30b8 Update jobs for interop repos renaming
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.

Disable py27 and py35 jobs, they don't work anymore as is.

Depends-On: https://review.opendev.org/#/c/734669/
Change-Id: Ib6871eaf0735e756f051d14513869fbe7cc6e826
2020-06-13 18:57:48 +02:00

63 lines
1.7 KiB
YAML

- project:
templates:
# Disable until fixed
# - openstack-python-jobs
# - openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
check:
jobs:
- openstack-tox-pep8
- refstack-client-devstack-tempestconf
- refstack-client-devstack-tempestconf-py3
gate:
jobs:
- openstack-tox-pep8
- refstack-client-devstack-tempestconf
- refstack-client-devstack-tempestconf-py3
- job:
name: refstack-client-devstack-tempestconf-base
parent: devstack
description: |
Refstack client job for testing python-tempestconf and RefStack Integration
required-projects:
- osf/refstack-client
- openstack/tempest
- openstack/devstack
- osf/python-tempestconf
roles:
- zuul: osf/python-tempestconf
- zuul: openstack/tempest
- zuul: openstack/devstack
- zuul: osf/refstack-client
run: playbooks/tempestconf-refstack-devstack.yaml
vars:
user: demo
cloud_user: devstack
test_demo: true
cloud_admin: devstack-admin
irrelevant-files:
- config_tempest/tests/.*$
- ^doc/.*$
- ^releasenotes/.*$
- ^.*\.rst$
- job:
name: refstack-client-devstack-tempestconf
parent: refstack-client-devstack-tempestconf-base
description: |
Refstack client job for testing python-tempestconf and RefStack Integration
using python2.
- job:
name: refstack-client-devstack-tempestconf-py3
parent: refstack-client-devstack-tempestconf-base
description: |
Refstack client job for testing python-tempestconf and RefStack Integration
using python3.
vars:
python_3_args: -p 3
devstack_localrc:
USE_PYTHON3: true