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

« back to all changes in this revision

Viewing changes to webui/tickets/static/tickets/webui.js

  • 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:
612
612
                'Silo testing': {
613
613
                    step: 'silo_testing', log_prefix: 'silo_testing'},
614
614
                'Silo publishing': {
615
 
                    step: 'silo_publishing', log_prefix: 'silo_publishing'}
 
615
                    step: 'silo_publishing', log_prefix: 'silo_publishing'},
 
616
                'Silo merging': {
 
617
                    step: 'silo_merging', log_prefix: 'silo_merging'},
616
618
            };
617
619
            var dataset = [];
618
620
            var step_values = {};