From 59275230dc57af7344f73b9c372ae51b67c41372 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 27 Aug 2018 16:25:41 +0200 Subject: [PATCH] Track master branch for tempest This also adds a git track branch for tempest master, so that tempest gets bumped by the releasing tooling, like the other files [1]. [1]: https://review.openstack.org/#/c/596391/ Change-Id: I5d20ec377cc610090bcda75593e16093b7046c4a --- playbooks/defaults/repo_packages/openstack_testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/defaults/repo_packages/openstack_testing.yml b/playbooks/defaults/repo_packages/openstack_testing.yml index b2ad9e11a8..37d6cc9081 100644 --- a/playbooks/defaults/repo_packages/openstack_testing.yml +++ b/playbooks/defaults/repo_packages/openstack_testing.yml @@ -18,4 +18,5 @@ # https://github.com/openstack/tempest/commit/7d2b636a30057ed8db8cfd4fe2248f509b3570f1#diff-5c9acbc10dc9d27b47985cd74ab100f6 tempest_git_repo: https://git.openstack.org/openstack/tempest tempest_git_install_branch: master -tempest_git_project_group: utility_all \ No newline at end of file +tempest_git_project_group: utility_all +tempest_git_track_branch: master