From 96b6233b13484769f06fe1676984c3b58f5bb927 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 6 Dec 2017 13:51:52 +0100 Subject: [PATCH] Add heat-tempest-plugin to grenade/sahara job Otherwise the heat grenade plugin, which is enabled and used by Sahara, fails, because the heat tests have been split but they are used by the grenade plugin. It is true that this could be migrated locally to sahara repositories, but the effort is to try to push native jobs directly. Change-Id: I15d1c25f5701e8fd3450f61cc661515639ba434a --- playbooks/legacy/grenade-dsvm-sahara/run.yaml | 1 + zuul.d/zuul-legacy-jobs.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/playbooks/legacy/grenade-dsvm-sahara/run.yaml b/playbooks/legacy/grenade-dsvm-sahara/run.yaml index 4c76b04a..4b6f91c7 100644 --- a/playbooks/legacy/grenade-dsvm-sahara/run.yaml +++ b/playbooks/legacy/grenade-dsvm-sahara/run.yaml @@ -30,6 +30,7 @@ export PROJECTS="openstack-dev/grenade $PROJECTS" export PROJECTS="openstack/sahara $PROJECTS" export PROJECTS="openstack/python-saharaclient $PROJECTS" + export PROJECTS="openstack/heat-tempest-plugin $PROJECTS" export PYTHONUNBUFFERED=true export GRENADE_PLUGINRC="enable_grenade_plugin sahara https://git.openstack.org/openstack/sahara" export GRENADE_PLUGINRC+=$'\n'"enable_grenade_plugin heat https://git.openstack.org/openstack/heat" diff --git a/zuul.d/zuul-legacy-jobs.yaml b/zuul.d/zuul-legacy-jobs.yaml index 66b50031..214cc8c4 100644 --- a/zuul.d/zuul-legacy-jobs.yaml +++ b/zuul.d/zuul-legacy-jobs.yaml @@ -1031,6 +1031,8 @@ - openstack-dev/grenade - openstack-infra/devstack-gate - openstack/ara + - openstack/heat + - openstack/heat-tempest-plugin - openstack/python-saharaclient - openstack/sahara