Closed
Bug 1336582
Opened 8 years ago
Closed 8 years ago
SETA: Add build_system_type to seta job_priority endpoint
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla54
People
(Reporter: rwood, Assigned: rwood)
References
Details
Attachments
(1 file)
Instead of using 'User-agent', add 'build_system_type=taskcluster' to the SETA_ENDPOINT in the decision graph code:
https://dxr.mozilla.org/mozilla-central/source/taskcluster/taskgraph/util/seta.py
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8833494 [details]
Bug 1336582 - Add build_system_type to seta job priority endpoint;
https://reviewboard.mozilla.org/r/109738/#review110760
::: taskcluster/taskgraph/util/seta.py:15
(Diff revision 1)
> # It's a list of project name which SETA is useful on
> SETA_PROJECTS = ['mozilla-inbound', 'autoland']
> PROJECT_SCHEDULE_ALL_EVERY_PUSHES = {'mozilla-inbound': 5, 'autoland': 5}
> PROJECT_SCHEDULE_ALL_EVERY_MINUTES = {'mozilla-inbound': 60, 'autoland': 60}
>
> -SETA_ENDPOINT = "https://seta.herokuapp.com/data/setadetails/?branch=%s"
> +SETA_ENDPOINT = "https://seta.herokuapp.com/data/setadetails/" \
should we also make this treeherder.mozilla.com ?
Attachment #8833494 -
Flags: review?(jmaher) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•8 years ago
|
||
mozreview-review-reply |
Comment on attachment 8833494 [details]
Bug 1336582 - Add build_system_type to seta job priority endpoint;
https://reviewboard.mozilla.org/r/109738/#review110760
> should we also make this treeherder.mozilla.com ?
I updated it to point to treeherder seta; just so it's ready to land once we're ready for the switchover
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8833494 [details]
Bug 1336582 - Add build_system_type to seta job priority endpoint;
https://reviewboard.mozilla.org/r/109738/#review113852
lets land this
Pushed by rwood@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/395d92cd41b5
Add build_system_type to seta job priority endpoint; r=jmaher
Comment 7•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•