diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-03-14 04:08:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-14 04:08:49 -0700 |
commit | d3fa0a3dd61273b8216a1c6f1312ba418dc52c85 (patch) | |
tree | ed22e2eac8cb1b3733b36961d2c08c57b68c710e | |
parent | f90e19f7055387a14cabdf11f77335c7763e3fb7 (diff) | |
parent | aaa0d46135bf2e3a45aca149f8fc4771d750d232 (diff) | |
download | servo-d3fa0a3dd61273b8216a1c6f1312ba418dc52c85.tar.gz servo-d3fa0a3dd61273b8216a1c6f1312ba418dc52c85.zip |
Auto merge of #15847 - shinglyu:treeherder-cleanup, r=Wafflespeanut
Remove link to servo from treeherder job detail to reduce noise
<!-- Please describe your changes on the following line: -->
(This PR was original created by wlach in the deprecated servo-perf repo: https://github.com/shinglyu/servo-perf/pull/27)
Quoting his original message:
> The servo repository is already linked to from the revision list, there is no need for each job to link to it as well.
>This came up in: https://bugzilla.mozilla.org/show_bug.cgi?id=1342296
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because need full treeherder setup to test
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15847)
<!-- Reviewable:end -->
-rw-r--r-- | etc/ci/performance/submit_to_perfherder.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/ci/performance/submit_to_perfherder.py b/etc/ci/performance/submit_to_perfherder.py index be2709ceea7..c883d94dc72 100644 --- a/etc/ci/performance/submit_to_perfherder.py +++ b/etc/ci/performance/submit_to_perfherder.py @@ -289,12 +289,6 @@ def submit(perf_data, failures, revision, summary, engine): "blob": { "job_details": [ { - "content_type": "link", - "url": "https://www.github.com/servo/servo", - "value": "GitHub", - "title": "Source code" - }, - { "content_type": "raw_html", "title": "Result Summary", "value": summary |