diff options
author | David Lawrence <dkl@mozilla.com> | 2015-02-19 21:19:21 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-02-19 21:19:21 +0100 |
commit | 9ec7ae75d91fa8e883aa9e127200debb8aea097b (patch) | |
tree | 24183837bbcbef425d58ec55dfae3877d8f5f970 | |
parent | 18e8d99312c12a723d240ebf4bdd5fe2cb29f566 (diff) | |
download | bugzilla-9ec7ae75d91fa8e883aa9e127200debb8aea097b.tar.gz bugzilla-9ec7ae75d91fa8e883aa9e127200debb8aea097b.tar.xz |
Just use master for platform name in taskgraph.json. Treeherder did not like my previous naming
-rw-r--r-- | taskgraph.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/taskgraph.json b/taskgraph.json index 7fcf7d952..8fd9a19c0 100644 --- a/taskgraph.json +++ b/taskgraph.json @@ -32,7 +32,7 @@ "extra": { "treeherder": { "machine": { - "platform": "bugzilla/bugzilla (master)" + "platform": "master" }, "symbol": "San" } @@ -65,7 +65,7 @@ "extra": { "treeherder": { "machine": { - "platform": "bugzilla/bugzilla (master)" + "platform": "master" }, "symbol": "Doc" } @@ -98,7 +98,7 @@ "extra": { "treeherder": { "machine": { - "platform": "bugzilla/bugzilla (master)" + "platform": "master" }, "symbol": "API" } @@ -131,7 +131,7 @@ "extra": { "treeherder": { "machine": { - "platform": "bugzilla/bugzilla (master)" + "platform": "master" }, "symbol": "Sel" } @@ -164,7 +164,7 @@ "extra": { "treeherder": { "machine": { - "platform": "bugzilla/bugzilla (master)" + "platform": "master" }, "symbol": "API-Pg" } @@ -197,7 +197,7 @@ "extra": { "treeherder": { "machine": { - "platform": "bugzilla/bugzilla (master)" + "platform": "master" }, "symbol": "Sel-Pg" } |