rally-openstack/.zuul.d/rally-verify-tempest.yaml
Dr. Jens Harbott a92ff92f67
Fix some CI issues
- Drop references to devstack-gate, it is deprecated and no longer
  needed.
- Drop setting USE_PYTHON3, it is the default now and the variable no
  longer being used.
- Drop using IDENTITY_API_VERSION, there is only v3 now and devstack
  plans to remove that variable.
- python-keystoneclient still needs an admin endpoint in keystone, set a
  flag for devstack to create it. [0]

[0] https://review.opendev.org/c/openstack/openstacksdk/+/777343

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: I35117f6d1b058d1f92e12d5be31bd85036adfccc
2021-11-07 16:50:42 +01:00

19 lines
602 B
YAML

- job:
name: rally-verify-tempest
parent: devstack
required-projects:
- name: openstack/devstack
- name: openstack/rally-openstack
- name: openstack/rally
timeout: 7200
roles:
- zuul: openstack/devstack
vars:
devstack_localrc:
# TODO(frickler): drop this once python-keystoneclient no longer needs it
KEYSTONE_ADMIN_ENDPOINT: true
devstack_plugins:
rally-openstack: https://opendev.org/openstack/rally-openstack
run: tests/ci/playbooks/run-rally-verify.yaml
post-run: tests/ci/playbooks/post-rally-verify.yaml