Skip to content

Commit

Permalink
Auto merge of #15847 - shinglyu:treeherder-cleanup, r=Wafflespeanut
Browse files Browse the repository at this point in the history
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: shinglyu/servo-perf#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 -->
  • Loading branch information
bors-servo committed Mar 14, 2017
2 parents f90e19f + aaa0d46 commit d3fa0a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions etc/ci/performance/submit_to_perfherder.py
Expand Up @@ -288,12 +288,6 @@ def submit(perf_data, failures, revision, summary, engine):
# 'job_guid': job_guid,
"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",
Expand Down

0 comments on commit d3fa0a3

Please sign in to comment.