Add a pull request number parameter to Github graphs
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox151 fixed)
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
We've started running some tasks on PRs to mozilla-firefox/firefox. Having the PR number as a parameter will allow the code review bot to comment with the result summary.
| Assignee | ||
Comment 1•8 days ago
|
||
| Assignee | ||
Comment 2•8 days ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a129aeba9fd8
https://hg.mozilla.org/mozilla-central/rev/3597958559b3
| Assignee | ||
Comment 5•6 days ago
|
||
Looks like I missed adding it to the schema
| Assignee | ||
Comment 6•6 days ago
|
||
Updated•6 days ago
|
Comment 10•5 days ago
|
||
The failure in comment 9 can be fixed by
diff --git a/taskcluster/gecko_taskgraph/parameters.py b/taskcluster/gecko_taskgraph/parameters.py
index 4b74a1583207..84550a1b6617 100644
--- a/taskcluster/gecko_taskgraph/parameters.py
+++ b/taskcluster/gecko_taskgraph/parameters.py
@@ -139,7 +139,6 @@ def get_defaults(repo_root=None):
"optimize_strategies": None,
"phabricator_diff": None,
"project": "mozilla-central",
- "pull_request_number": None,
"release_enable_emefree": False,
"release_enable_partner_repack": False,
"release_enable_partner_attribution": False,
(the schema says pull_request_number can be either absent or an int, but it can't be null, afaict)
Comment 11•4 days ago
|
||
Comment 12•4 days ago
|
||
Comment 13•4 days ago
•
|
||
Backed out for causing ci failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/fc8361675281
Failure log:
https://firefoxci.taskcluster-artifacts.net/Dk9rmMvPQ8G4HsOPdK3KfA/0/public/logs/live_backing.log
https://treeherder.mozilla.org/logviewer?job_id=557709180&repo=autoland&task=IWfj096eRSOYot1zJ14ZWw.0&lineNumber=422
| Assignee | ||
Comment 14•4 days ago
|
||
Oops, looks like my try push has a different commit than the phab revision
Comment 15•4 days ago
|
||
Comment 16•4 days ago
|
||
| bugherder | ||
Description
•