From a9f8e4f8b5730151f561d96bfa1903920e432bf2 Mon Sep 17 00:00:00 2001 From: jkilpatr Date: Mon, 13 Nov 2017 14:09:20 -0500 Subject: [PATCH] Remove classification from integration test The browbeat-classify role is left over from before I reorganized the into seperate playbooks for the CI pipline and the Browbeat integration test. Running the classify role there isn't really appropriate because it's not Browbeat code and we don't do enough benchmarking during integration testing to draw any meaningful conclusions anyways. Change-Id: I2144c1c2fdc0c5b2c48b3a8bbea21dd1dba7c964 --- ansible/oooq/baremetal-virt-undercloud-int-browbeat.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/oooq/baremetal-virt-undercloud-int-browbeat.yml b/ansible/oooq/baremetal-virt-undercloud-int-browbeat.yml index 23cc2a105..b60770821 100644 --- a/ansible/oooq/baremetal-virt-undercloud-int-browbeat.yml +++ b/ansible/oooq/baremetal-virt-undercloud-int-browbeat.yml @@ -20,4 +20,3 @@ hosts: undercloud roles: - browbeat/browbeat-run - - browbeat/browbeat-classify