Commit Graph

5 Commits

Author SHA1 Message Date
Jesse Pretorius c9e7d54212 Remove tests-repo-clone.sh
Now that run_tests.sh handles the tests repo clone, we can
remove the use of the older tests-repo-clone.sh script.

Change-Id: I7c2b38c7cb07da34bb435e99a0eae1ec0eba5899
2018-03-28 10:12:49 +01:00
OpenStack Proposal Bot 6397c60348 Updated from OpenStack Ansible Tests
Change-Id: I5f099270e8205d360445a888996da422a8485798
2018-02-14 20:04:42 +00:00
Jesse Pretorius 705339b5e8 Initial OSA zuul v3 role jobs
This patch implements an initial set of jobs intended to match
the current job execution method. It does not intend to improve
how the jobs are executed - only to replicate what is currently
in openstack-infra/openstack-zuul-jobs and provide the platform
to iterate on.

The meta-deps never appeared to be used, meaning that the
openstack_openrc role was never used either, and given that
vars are missing to make that work, the role dep has been
removed.

The requirement for httplib2 to use the get_uri module was
removed in Ansible 2.1 [1], so the installation of that for
functional testing has also been removed.

The requirements.txt was not used anywhere, so it's been
removed. The test-requirements.txt has been updated.

[1] http://docs.ansible.com/ansible/latest/uri_module.html#notes
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
Change-Id: I186b3d7a17f964192b593d2f8734b3458a3cb671
2017-11-03 13:41:58 +00:00
OpenStack Proposal Bot 55ea1deb64 Updated from OpenStack Ansible Tests
Change-Id: I32a5ef5580621ab147c25656da98f2b7cdb05e43
2017-10-12 20:44:03 +00:00
Jesse Pretorius 8c1815194f Use zuul-cloner for tests repo in OpenStack-CI
When executing the tests repo clone in OpenStack-CI,
use zuul-cloner instead of git to enable cross-repo
testing. This ensures that if a dependent patch from
the tests repo is noted using 'Depends-On: <change-id>'
in the commit message, that patch will be included.

Depends-On: Idce7abebf32f24c356a27e099fbca954d917402b
Depends-On: I5da7802d61d2ab6b03908138e3a3ed2db22e3d29
Change-Id: Ie027302841a31913ca98dfcb2a6d227986f434ae
2017-05-16 11:27:05 +00:00