ReleaseEngineering/How To/Handle a report-today.sh message

From MozillaWiki
Jump to: navigation, search


The report-today.sh email message expose builds that are "stuck" in the redis cache. You can clear these error emails by doing the following:

$ telnet redis01.build.scl1.mozilla.com 6379
Trying 10.12.48.24...
Connected to redis01.build.scl1.mozilla.com (10.12.48.24).
Escape character is '^]'.
DEL builds:30892314
:1
QUIT
+OK
Connection closed by foreign host.

Replace 30892314 with the value of 'id' from the JSON email message, eg:

'log_url' {'slave_id': 2737, 'master_id': 95, 'builder_id': 124963, 'request_ids': [35533809], 'id': 30892314, 
'buildnumber': 94, 'reason': 'This build was triggered by the successful completion of the en-US nightly.', 'requesttime': ...