ReleaseEngineering/How To/Handle a report-today.sh message: Difference between revisions
< ReleaseEngineering | How To
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
Connection closed by foreign host. | Connection closed by foreign host. | ||
Replace '''30892314''' with the | 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], <b>'id': 30892314</b>, | 'log_url' {'slave_id': 2737, 'master_id': 95, 'builder_id': 124963, 'request_ids': [35533809], <b>'id': 30892314</b>, | ||
'buildnumber': 94, 'reason': 'This build was triggered by the successful completion of the en-US nightly.', 'requesttime': ... | 'buildnumber': 94, 'reason': 'This build was triggered by the successful completion of the en-US nightly.', 'requesttime': ... |
Latest revision as of 01:19, 30 January 2014
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': ...