| buildbot | index /home/aki/wrk/git-mozharness-ro/mozharness/mozilla/buildbot.py |
Code to tie into buildbot.
Ideally this will go away if and when we retire buildbot.
| Modules | ||||||
| ||||||
| Classes | ||||||||
|
| ||||||||
| Data | ||
| ERROR = 'error' INFO = 'info' TBPL_EXCEPTION = 'EXCEPTION' TBPL_FAILURE = 'FAILURE' TBPL_RETRY = 'RETRY' TBPL_STATUS_DICT = {'EXCEPTION': 'error', 'FAILURE': 'error', 'RETRY': 'warning', 'SUCCESS': 'info', 'WARNING': 'warning'} TBPL_SUCCESS = 'SUCCESS' TBPL_WARNING = 'WARNING' WARNING = 'warning' | ||