VOOZH about

URL: https://phabricator.services.mozilla.com/D306973

⇱ ⚙ D306973 Bug 2047911 - Part 1: Add a way to install web extensions during a local raptor run. r=#perftest


Bug 2047911 - Part 1: Add a way to install web extensions during a local raptor run. r=#perftest
Needs ReviewPublic

Authored by bas on Tue, Jun 16, 12:24 PM.

Details

Reviewers
None
Group Reviewers
perftest-reviewers
Bugzilla Bug ID
2047911
Summary

This makes it possible to specify extentions to raptor. Using either local files or an AMO ID. It then optionally downloads them and sets the necessary prefs in the profile to ensure the addons are sideloaded.

Diff Detail

Repository
rFIREFOXAUTOLAND firefox-autoland
Branch
HEAD

Event Timeline

Herald added 1 blocking reviewer(s): perftest-reviewers. · View Herald Transcript
Comment Actions

You've pushed a patch that is making changes in areas of Performance Testing.

Please ensure that all the documentation related to this change is updated. Additionally, please ensure that documentation is added for any new features, workarounds, or enhancements.

You can find the existing documentation for Performance Testing here: https://firefox-source-docs.mozilla.org/testing/perfdocs/

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.
Comment Actions

Code analysis found 1 defect in diff 1302923:

  • 1 defect found by py-ruff (Mozlint)
WARNING: Found 1 defect (warning level) that can be dismissed.

You can run this analysis locally with:


If you see a problem in this automated review, please report it here.

You can view these defects in the Diff Detail section of Phabricator diff 1302923.

Revision Contents

PathSize
testing/
raptor/
raptor/
54 lines
10 lines
48 lines
1 line
test/
2 lines
74 lines
69 lines
CommitTreeParentsAuthorSummaryDate
fd1007d72e5ab3b4471cd503bd6e0031ae32Bas Schouten
Bug 2047911 - Part 1: Add a way to install web extensions during a local raptor… (Show More…)
Tue, Jun 16, 10:19 AM

Diff 1302923

testing/raptor/raptor/addon_utils.py

Loading...

testing/raptor/raptor/cmdline.py

Loading...

testing/raptor/raptor/perftest.py

Loading...

testing/raptor/raptor/raptor.py

Loading...

testing/raptor/test/python.toml

Loading...

testing/raptor/test/test_addon_utils.py

Loading...

testing/raptor/test/test_cmdline.py

Loading...