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

Unified Diff: dashboard/dashboard/elements/bisect-button.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/dispatcher.py ('k') | dashboard/dashboard/elements/pinpoint-job-dialog.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/bisect-button.html
diff --git a/dashboard/dashboard/elements/bisect-button.html b/dashboard/dashboard/elements/bisect-button.html
index d484e96a5c8a631f413ac537b1a9a4375cb959b5..86ed2ea4a9cc8104eb0839a2d99c8dce6abd12c0 100644
--- a/dashboard/dashboard/elements/bisect-button.html
+++ b/dashboard/dashboard/elements/bisect-button.html
@@ -9,6 +9,7 @@ found in the LICENSE file.
<link rel="import" href="/dashboard/elements/bisect-form.html">
<link rel="import" href="/dashboard/elements/pinpoint-job-dialog.html">
+<link rel="import" href="/dashboard/static/pinpoint.html">
<link rel="import" href="/dashboard/static/simple_xhr.html">
<dom-module id="bisect-button">
@@ -113,12 +114,8 @@ found in the LICENSE file.
onBisect() {
const testPathParts = this.bisectInfo.testPath.split('/');
const botName = testPathParts[1];
- const PINPOINT_BOTS = [
- 'chromium-rel-mac11-air',
- 'chromium-rel-mac11-pro'
- ];
- if (PINPOINT_BOTS.indexOf(botName) != -1) {
+ if (d.PINPOINT_BOTS.indexOf(botName) != -1) {
this.$.pinpoint.test_path = this.bisectInfo.testPath;
this.$.pinpoint.start_commit = this.bisectInfo.goodRev;
this.$.pinpoint.start_repository = this.bisectInfo.goodRevRepo;
« no previous file with comments | « dashboard/dashboard/dispatcher.py ('k') | dashboard/dashboard/elements/pinpoint-job-dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698