diff --git a/jenkins/jobs/rally.yaml b/jenkins/jobs/rally.yaml index 1fcfcab768..8fcdab3ca6 100644 --- a/jenkins/jobs/rally.yaml +++ b/jenkins/jobs/rally.yaml @@ -333,6 +333,8 @@ export PROJECTS="openstack/murano $PROJECTS" export PROJECTS="openstack/murano-dashboard $PROJECTS" export PROJECTS="openstack/python-muranoclient $PROJECTS" + export PROJECTS="openstack/heat $PROJECTS" + export PROJECTS="openstack/python-heatclient $PROJECTS" export DEVSTACK_GATE_TEMPEST_LARGE_OPS={large_ops} export DEVSTACK_GATE_EXERCISES=0 @@ -340,8 +342,8 @@ export IDENTITY_API_VERSION=3 - ENABLED_SERVICES=h-api,h-api-cfn,h-api-cw,h-eng,heat, export DEVSTACK_LOCAL_CONFIG="enable_plugin rally git://git.openstack.org/openstack/rally" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat git://git.openstack.org/openstack/heat" # Enable murano devstack plugin. Provided repo should be cloned by zuul before devstack run # and below provided link should not be used. @@ -1240,4 +1242,4 @@ publishers: - devstack-logs - rally-plot - - console-log \ No newline at end of file + - console-log