Skip to content

Instantly share code, notes, and snippets.

View rwood-moz's full-sized avatar

Rob Wood rwood-moz

  • Toronto, ON, Canada
View GitHub Profile
{
"alertThreshold": 2.0,
"lowerIsBetter": true,
"name": "raptor-tp6-twitter-firefox-fnbpaint",
"replicates": [
782,
500,
383,
485,
423,
{
"alertThreshold": 2.0,
"lowerIsBetter": true,
"name": "raptor-tp6-twitter-firefox-ttfi",
"replicates": [
3191,
2334,
2338,
3259,
3082,
{
"alertThreshold": 2.0,
"lowerIsBetter": true,
"name": "raptor-tp6-twitter-firefox-ttfi",
"replicates": [
2591,
431,
1863,
2875,
435,
Roberts-MacBook-Pro-1927:mozilla-unified rwood$ ./mach bootstrap
Note on Artifact Mode:
Artifact builds download prebuilt C++ components rather than building
them locally.
Artifact builds are recommended for people working on Firefox or
Firefox for Android frontends. They are unsuitable for those working
on C++ code. For more information see:
@rwood-moz
rwood-moz / fix.diff
Created September 14, 2018 19:03
local raptor geckoview binary fix
diff --git a/testing/mozharness/mozharness/mozilla/testing/raptor.py b/testing/mozharness/mozharness/mozilla/testing/raptor.py
--- a/testing/mozharness/mozharness/mozilla/testing/raptor.py
+++ b/testing/mozharness/mozharness/mozilla/testing/raptor.py
@@ -249,25 +249,25 @@ class Raptor(TestingMixin, MercurialScri
def raptor_options(self, args=None, **kw):
"""return options to raptor"""
options = []
kw_options = {}
# binary path; if testing on firefox the binary path already came from mozharness/pro;
rwood@ubuntu:~/cli$ raptor test restart-b2g
TypeError: path must be a string
at TypeError (native)
at Object.fs.open (fs.js:540:11)
at WriteStream.open (fs.js:1838:6)
at new WriteStream (fs.js:1828:10)
at Object.fs.createWriteStream (fs.js:1784:10)
at module.exports (/home/rwood/raptor-cli/lib/reporter.js:9:19)
at Phase (/home/rwood/raptor-cli/lib/phases/phase.js:39:17)
at Reboot (/home/rwood/raptor-cli/lib/phases/reboot.js:27:9)