From 76e569a6167c5648864e9cdbf006e274616a8e17 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Fri, 26 May 2017 10:20:43 -0400 Subject: [PATCH] CI: Update tempest commit Manila pins the version of tempest it tests on the gate. This is antithetical to the tempest plugin mechanism. So, our gate breaks when some plugin relies on code from tempest that is not part of the commit manila pins in the CI. While we are working towards a permanent fix to this problem, let's update our pin as a workaround. Closes-Bug: #1693832 Change-Id: Ide131229efdea5a48dc389449602f2b0abb699f7 --- contrib/ci/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/common.sh b/contrib/ci/common.sh index ce594b67b0..db93814ce3 100755 --- a/contrib/ci/common.sh +++ b/contrib/ci/common.sh @@ -1,6 +1,6 @@ # Environment variables -export MANILA_TEMPEST_COMMIT="e8afb8c" # 27 Mar, 2017 +export MANILA_TEMPEST_COMMIT="7203f58" # 26 May, 2017 # ---------------------------------------------- # Functions