Commit 6c705e8c authored by David Lawrence's avatar David Lawrence

Add build.platform = linux64, machine.platform = linux64 to taskgraph.json to…

Add build.platform = linux64, machine.platform = linux64 to taskgraph.json to remove b2gtest from Treeherder results
parent 8b0d558c
...@@ -32,7 +32,13 @@ ...@@ -32,7 +32,13 @@
}, },
"extra": { "extra": {
"treeherder": { "treeherder": {
"symbol": "San" "symbol": "San",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
} }
} }
} }
...@@ -63,7 +69,13 @@ ...@@ -63,7 +69,13 @@
}, },
"extra": { "extra": {
"treeherder": { "treeherder": {
"symbol": "Doc" "symbol": "Doc",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
} }
} }
} }
...@@ -99,7 +111,13 @@ ...@@ -99,7 +111,13 @@
}, },
"extra": { "extra": {
"treeherder": { "treeherder": {
"symbol": "API" "symbol": "API",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
} }
} }
} }
...@@ -140,7 +158,13 @@ ...@@ -140,7 +158,13 @@
}, },
"extra": { "extra": {
"treeherder": { "treeherder": {
"symbol": "Sel" "symbol": "Sel",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
} }
} }
} }
...@@ -176,7 +200,13 @@ ...@@ -176,7 +200,13 @@
}, },
"extra": { "extra": {
"treeherder": { "treeherder": {
"symbol": "API-Pg" "symbol": "API-Pg",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
} }
} }
} }
...@@ -217,7 +247,13 @@ ...@@ -217,7 +247,13 @@
}, },
"extra": { "extra": {
"treeherder": { "treeherder": {
"symbol": "Sel-Pg" "symbol": "Sel-Pg",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment