<div dir="ltr"><div>Hi all,</div><div><br></div><div>As part of the effort of splitting tempest plugins to their own repositories [0], we are calling all Manila 3rd party CI maintainers to adjust their gate scripts to use the new tempest test repository </div><div><br></div><div>If the third party CIs are configured to run with DevStack Gate, they only need to make a one line change to their gate scripts, manila-tempest-plugin can be installed and configured by Devstack gate prior to Devstack by using the "PROJECTS" variable, for example:</div><div><br></div><div>export PROJECTS="openstack/manila-tempest-plugin $PROJECTS"</div><div><br></div><div>This is how we used to set up python-manilaclient, so:</div><div><br></div><div>export PROJECTS="openstack/python-manilaclient openstack/manila-tempest-plugin $PROJECTS"</div><div><br></div><div>For those that are not using DevStack gate, you could just do this before Devstack:</div><div><br></div><div>git clone <a href="https://git.openstack.org/openstack/manila-tempest-plugin">https://git.openstack.org/openstack/manila-tempest-plugin</a> /opt/stack/manila-tempest-plugin </div><div>sudo python /opt/stack/manila-tempest-plugin/setup.py develop</div><div><br></div><div>Both these methods will clone and install manila-tempest-plugin from <a href="http://git.openstack.org">git.openstack.org</a> into $DEST/manila-tempest-plugin.</div><div><br></div><div>We intend to make this change [1] effective after next weekly meeting, on Thursday 14th.</div><div><br></div><div>It is important to note that CI mainteiners can make this change right away and it would not break CIs when this patch merges since all manila tempest tests</div><div>are available in the new repo.</div><div><br></div><div>Thanks,</div><div><br></div><div>Victoria</div><div><br></div><div>[0] <a href="https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html">https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html</a> </div><div>[1] <a href="https://review.openstack.org/#/c/512300/">https://review.openstack.org/#/c/512300/</a></div></div>