Closed Bug 836961 Opened 13 years ago Closed 13 years ago

"Android 2.2 opt" builds don't show as running/pending on mozilla-central

Categories

(Tree Management Graveyard :: TBPL, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: philor, Assigned: emorley)

Details

{"submitted_at": 1359670649, "buildername": "Android mozilla-central build", "start_time": 1359670709, "number": 215, "claimed_by_name": "buildbot-master49.srv.releng.scl3.mozilla.com:/builds/buildbot/build1/master", "request_ids": [20245711], "last_heartbeat": 1359675359, "id": 20407727, "revision": "683b08dc1afd73e823f85c6352115d94e8df8168"} seems like it ought to show up as an Android 2.2 opt B running in https://tbpl.mozilla.org/?rev=683b08dc1afd, but it didn't until after it finished. I expect it to be all releng's fault, but they won't accept it until we do their debugging for them.
A retrigger on Android 2.2 opt on m-c tip (corresponding to https://secure.pub.build.mozilla.org/buildapi/self-serve/mozilla-central/build/20409160) via TBPL resulted in: https://secure.pub.build.mozilla.org/buildapi/self-serve/mozilla-central/request/20267822 { "build_ids": [], "complete": 0, "buildername": "Android mozilla-central build", "claimed_at": 0, "reason": "Self-serve: Rebuilt by emorley@mozilla.com", "properties": { "buildid": "20130131144338", "scheduler": "mozilla-central-mobile", "builduid": "2b5148d8fc3f4f9590e9ba1833920cc6" }, "complete_at": null, "priority": 0, "submittime": 1359726534, "branch": "mozilla-central", "request_id": 20267822, "revision": "50cf5bbcb1803ec23cb6cb0847b5cb8101eb864f" } And then once it started running: { "build_id": 20431591, "buildnumber": 217, "status": null, "starttime": 1359726773, "branch": "mozilla-central", "buildername": "Android mozilla-central build", "requests": [ { "complete": 0, "buildername": "Android mozilla-central build", "claimed_at": 1359726773, "reason": "Self-serve: Rebuilt by emorley@<snip>", "properties": { "buildid": "20130131144338", "scheduler": "mozilla-central-mobile", "builduid": "2b5148d8fc3f4f9590e9ba1833920cc6" }, "complete_at": null, "priority": 0, "submittime": 1359726534, "branch": "mozilla-central", "request_id": 20267822, "revision": "50cf5bbcb1803ec23cb6cb0847b5cb8101eb864f" } ], "endtime": null, "claimed_by_name": "buildbot-master49.srv.releng.scl3.mozilla.com:/builds/buildbot/build1/master", "revision": "50cf5bbcb1803ec23cb6cb0847b5cb8101eb864f" } This compare similarly to a Win opt retrigger (running): { "build_id": 20431597, "buildnumber": 598, "status": null, "starttime": 1359726781, "branch": "mozilla-central", "buildername": "WINNT 5.2 mozilla-central build", "requests": [ { "complete": 0, "buildername": "WINNT 5.2 mozilla-central build", "claimed_at": 1359726781, "reason": "Self-serve: Rebuilt by emorley@<snip>", "properties": { "buildid": "20130131144337", "scheduler": "mozilla-central-firefox", "builduid": "ec24f28c2ec249eead1afaeaed44cf02" }, "complete_at": null, "priority": 0, "submittime": 1359726779, "branch": "mozilla-central", "request_id": 20267903, "revision": "50cf5bbcb1803ec23cb6cb0847b5cb8101eb864f" } ], "endtime": null, "claimed_by_name": "buildbot-master13.build.scl1.mozilla.com:/builds/buildbot/build1/master", "revision": "50cf5bbcb1803ec23cb6cb0847b5cb8101eb864f" } Looking at https://secure.pub.build.mozilla.org/builddata/buildjson/builds-running.js , these two appear as: { "submitted_at": 1359726779, "buildername": "WINNT 5.2 mozilla-central build", "start_time": 1359726781, "number": 598, "claimed_by_name": "buildbot-master13.build.scl1.mozilla.com:/builds/buildbot/build1/master", "request_ids": [20267903], "last_heartbeat": 1359726781, "id": 20431597, "revision": "50cf5bbcb1803ec23cb6cb0847b5cb8101eb864f" }, { "submitted_at": 1359726534, "buildername": "Android mozilla-central build", "start_time": 1359726773, "number": 217, "claimed_by_name": "buildbot-master49.srv.releng.scl3.mozilla.com:/builds/buildbot/build1/master", "request_ids": [20267822], "last_heartbeat": 1359726959, "id": 20431591, "revision": "50cf5bbcb1803ec23cb6cb0847b5cb8101eb864f" }, Seems like this is a TBPL thing.
(In reply to Ed Morley [:edmorley UTC+0] from comment #1) > Seems like this is a TBPL thing. (Given that the running Win opt build appeared, but the Android one didn't; when builds-running.js doesn't have any major differences between each)
Ah, the running build appears when using &noignore=1 In hidden builders, there are two Android opt build rows, one hidden, one visible: mozilla-central-android : Android mozilla-central build : hidden mozilla-central-linux-android : Android mozilla-central build : visible I've unhidden the former, which fixes this issue. Side note: Not sure why we have both "buildername" and "name" in TBPL's DB; seems like we could just use the former. They are imported at: https://hg.mozilla.org/webtools/tbpl/file/f7764adf8e17/dataimport/import-buildbot-data.py#l219
Assignee: nobody → emorley
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
(builds-running.js doesn't even have the concept of "name", just "buildername" so presume TBPL is just matching against the first buildername in the builders table, which in this case was hidden)
Product: Webtools → Tree Management
Product: Tree Management → Tree Management Graveyard
You need to log in before you can comment on or make changes to this bug.