deb-manila/contrib/ci
vponomaryov 6b8319e32a Split common logic of CI hooks to separate file
Manila contains CI hooks located in "contrib/ci" dir.
Split common logic to separate file to be able to just "source" it and
then use env vars and bash functions in different CI jobs and projects.

Current change allows to do two things:
 - Reuse env var "MANILA_TEMPEST_COMMIT" in third-party CIs
 - Wait for drivers init in other projects like OpenStack Rally. Where,
   for the moment, one of jobs fails because of absense of "waiting".

Usage:
 $ source %manila%/contrib/ci/common.sh
 $ echo $MANILA_TEMPEST_COMMIT
 $ manila_wait_for_drivers_init "/etc/manila/manila.conf"

Change-Id: I94514405628ab8337d1f4153e431f064614e3596
2015-11-10 11:24:51 +00:00
..
common.sh Split common logic of CI hooks to separate file 2015-11-10 11:24:51 +00:00
post_test_hook.sh Split common logic of CI hooks to separate file 2015-11-10 11:24:51 +00:00
pre_test_hook.sh Split common logic of CI hooks to separate file 2015-11-10 11:24:51 +00:00