Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2185)

Unified Diff: dashboard/dashboard/static/pinpoint.html

Issue 3016673002: Dashboard - Add pinpoint-perf-job-dialog for perf try jobs.
Patch Set: . Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dashboard/dashboard/pinpoint_request_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/static/pinpoint.html
diff --git a/dashboard/dashboard/static/pinpoint.html b/dashboard/dashboard/static/pinpoint.html
new file mode 100644
index 0000000000000000000000000000000000000000..af51524ba1760a05462424090364c91353e4bab0
--- /dev/null
+++ b/dashboard/dashboard/static/pinpoint.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<!--
+Copyright 2017 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+
+<link rel="import" href="/tracing/base/base.html">
+
+<script>
+'use strict';
+tr.exportTo('d', function() {
+ // TODO(simonhatch): Just making a single spot to check for which Pinpoint
+ // bots are active. Remove this whole file once Pinpoint is fully rolled out.
+ const PINPOINT_BOTS = [
+ 'chromium-rel-mac11-air',
+ 'chromium-rel-mac11-pro'
+ ];
+
+ return {
+ PINPOINT_BOTS,
+ };
+});
+</script>
« no previous file with comments | « dashboard/dashboard/pinpoint_request_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698