From 39fb6cc23afec3ea1c2e22b8774a787a8cf697be Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Wed, 7 Jun 2017 12:14:39 -0400 Subject: [PATCH] CI: Update tempest commit Manila pins the version of tempest it tests on the gate. Update the pin to tempest verstion to date. TrivialFix Change-Id: I7bd51c1c5365ffd4247e46565fe7d3f74b5ef701 --- 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 db93814ce3..54e5421636 100755 --- a/contrib/ci/common.sh +++ b/contrib/ci/common.sh @@ -1,6 +1,6 @@ # Environment variables -export MANILA_TEMPEST_COMMIT="7203f58" # 26 May, 2017 +export MANILA_TEMPEST_COMMIT="827493a" # 7 June, 2017 # ---------------------------------------------- # Functions