~canonical-ci-engineering/uci-engine/trunk

« back to all changes in this revision

Viewing changes to ci-utils/ci_utils/ticket_states.py

  • Committer: Ubuntu CI Bot
  • Author(s): Robert Bruce Park
  • Date: 2014-12-18 20:52:05 UTC
  • mfrom: (909.1.1 add-silo-merging)
  • Revision ID: ubuntu_ci_bot-20141218205205-y200xbpgdzq79g95
Add Silo Merging step to ticket system workflow. [r=Ursula Junque]

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    SILO_BUILDING = Item(20, "Silo building")
54
54
    SILO_TESTING = Item(30, "Silo testing")
55
55
    SILO_PUBLISHING = Item(40, "Silo publishing")
 
56
    SILO_MERGING = Item(50, "Silo merging")
56
57
 
57
58
    QUEUED = Item(100, "Queued")
58
59
    PPA_CREATING = Item(150, "PPA creating")