From 840f0cd277041fb0510cd16276254050daa53565 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 11 Jun 2018 15:19:59 -0700 Subject: [PATCH] Only track ubuntu16 deployment latency (#450) --- .../deployment-latency/tests/CollectDeploymentLatencyTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/perf-dashboard/deployment-latency/tests/CollectDeploymentLatencyTest.php b/perf-dashboard/deployment-latency/tests/CollectDeploymentLatencyTest.php index 0e1771be..10b3e0e0 100644 --- a/perf-dashboard/deployment-latency/tests/CollectDeploymentLatencyTest.php +++ b/perf-dashboard/deployment-latency/tests/CollectDeploymentLatencyTest.php @@ -61,7 +61,6 @@ public function testDeploymentLatency() '7.2' ]; $types = [ - 'debian8', 'ubuntu16' ]; $gcloudTrack = getenv('GCLOUD_TRACK') === 'beta' ? 'beta' : '';