~vorlon/ubuntu-archive-tools/migration-blocked-by-tests

« back to all changes in this revision

Viewing changes to retry-autopkgtest-regressions

  • Committer: Steve Langasek
  • Date: 2017-08-01 23:53:02 UTC
  • Revision ID: steve.langasek@canonical.com-20170801235302-2gzy4hwwbjqpyhrl
Document the changed object structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
def get_regressions(excuses_url, release, retry_state, min_age, max_age):
66
66
    '''Return dictionary with regressions
67
67
 
68
 
    Return dict: release → arch → pkg → [trigger, ...]
 
68
    Return dict: release → pkg → arch → [trigger, ...]
69
69
    '''
70
70
    # load YAML excuses
71
71
    with urllib.request.urlopen(excuses_url) as f: