Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Bug 1133580 - Autophone - update to worker.py, r=mcote.
Browse files Browse the repository at this point in the history
- clean up device error/disconnection/disable states
- add new FETCHING state.
- move compatible job detection into autophone.py
- delete tests from the jobs database as they are completed.
- use test status RETRY when a test must be retried while
  creating a new job for the test(s) to be retried.
- process retrigger, cancel job actions
  • Loading branch information
bclary committed Mar 24, 2015
1 parent 19a86a1 commit b0a2e59
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 168 deletions.
1 change: 1 addition & 0 deletions phonestatus.py
Expand Up @@ -6,6 +6,7 @@ class PhoneStatus(object):

IDLE = 'IDLE'
CHARGING = 'CHARGING'
FETCHING = 'FETCHING BUILD'
INSTALLING = 'INSTALLING BUILD'
WORKING = 'WORKING'
REBOOTING = 'REBOOTING'
Expand Down

0 comments on commit b0a2e59

Please sign in to comment.