diff options
author | David Lawrence <dkl@mozilla.com> | 2016-05-02 16:19:54 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-05-02 16:19:54 +0200 |
commit | fb321b50db1850f6b3a9a3ababa5913c504acfdf (patch) | |
tree | 32131f8099a1fb61793f96c7f205d88584f90e2b | |
parent | 977dfb52f737e62cf67728fe95dccff1f0ef4739 (diff) | |
download | bugzilla-fb321b50db1850f6b3a9a3ababa5913c504acfdf.tar.gz bugzilla-fb321b50db1850f6b3a9a3ababa5913c504acfdf.tar.xz |
Add build.platform = linux64, machine.platform = linux64 to taskgraph.json to remove b2gtest from Treeherder results
-rw-r--r-- | taskgraph.json | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/taskgraph.json b/taskgraph.json index 0441b5be2..9ab786b78 100644 --- a/taskgraph.json +++ b/taskgraph.json @@ -32,7 +32,13 @@ }, "extra": { "treeherder": { - "symbol": "San" + "symbol": "San", + "machine": { + "platform": "linux64" + }, + "build": { + "platform": "linux64" + } } } } @@ -63,7 +69,13 @@ }, "extra": { "treeherder": { - "symbol": "Doc" + "symbol": "Doc", + "machine": { + "platform": "linux64" + }, + "build": { + "platform": "linux64" + } } } } @@ -99,7 +111,13 @@ }, "extra": { "treeherder": { - "symbol": "API" + "symbol": "API", + "machine": { + "platform": "linux64" + }, + "build": { + "platform": "linux64" + } } } } @@ -140,7 +158,13 @@ }, "extra": { "treeherder": { - "symbol": "Sel" + "symbol": "Sel", + "machine": { + "platform": "linux64" + }, + "build": { + "platform": "linux64" + } } } } |