~milo/linaro-ci-dashboard/refactor-job-schedule

« back to all changes in this revision

Viewing changes to dashboard/frontend/android_build/models/android_loop.py

  • Committer: Milo Casagrande
  • Date: 2012-08-24 14:10:59 UTC
  • Revision ID: milo@ubuntu.com-20120824141059-t87n0o4qchbktfs5
Refactored kernel build to call job schedule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    DEFAULT_GCC = '4.4.0'
56
56
    DEFAULT_IMAGE_SIZE = '2G'
57
57
 
58
 
    EXCLUDE_LIST = ['id', 'name', 'server', 'loop_ptr']
59
 
 
60
58
    # BUILD_TYPE
61
59
    build_type = models.CharField(max_length=100,
62
60
                                  choices=ANDROID_BUILD_TYPES,