d25b80eaf3
These are copies of the shade jobs, but they should work with this stack. The changes that are not the tests are changes needed to make the tests work. Change-Id: I9f223c4a9ac8dc2570b8698284512e1aa834970a
12 lines
304 B
YAML
12 lines
304 B
YAML
- hosts: all
|
|
tasks:
|
|
|
|
- name: Set openstacksdk libraries to master branch before functional tests
|
|
command: git checkout master
|
|
args:
|
|
chdir: "src/git.openstack.org/{{ item }}"
|
|
with_items:
|
|
- openstack-infra/shade
|
|
- openstack/keystoneauth
|
|
- openstack/os-client-config
|