(In reply to Robert Wood [:rwood] from comment #4) > https://treeherder.mozilla.org/#/jobs?repo=try&tier=1%2C2%2C3&revision=061d8aa569ef7fa5b37cf073da3f5df59ac87c25 From the try run you can see the app being added to perfherder extra options, i.e. for Fenix: `INFO - perftest-output Info: PERFHERDER_DATA: {"framework": {"name": "browsertime"}, "application": {"name": "fenix"}, "suites": [{"extraOptions": ["fenix"],...` So that will fix the issue with the regular browsertime jobs (ensuring the perfherder data is differentiated by browser/app) however that will not fix the vismets job issue - that will require Bug 1601414 - Add application name and version in vismet perfherder results to be fixed first, which will provide the app/browser info to the vismets task. Will submit this first patch anyway to fix the non-vismet task jobs.
Bug 1606131 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Robert Wood [:rwood] from comment #4) > https://treeherder.mozilla.org/#/jobs?repo=try&tier=1%2C2%2C3&revision=061d8aa569ef7fa5b37cf073da3f5df59ac87c25 From the try run you can see the app being added to perfherder extra options, i.e. for Fenix: `INFO - perftest-output Info: PERFHERDER_DATA: {"framework": {"name": "browsertime"}, "application": {"name": "fenix"}, "suites": [{"extraOptions": ["fenix"],...` So that will fix the issue with the regular browsertime jobs (ensuring the perfherder data is differentiated by browser/app) however that will not fix the vismets job issue - that will require Bug 1601414 to be fixed first, which will provide the app/browser info to the vismets task. Will submit this first patch to fix the non-vismet task jobs.