~gz/juju-ci-tools/tsv_project_relative

« back to all changes in this revision

Viewing changes to schedule_hetero_control.py

  • Committer: Curtis Hovey
  • Date: 2015-12-04 21:42:10 UTC
  • mfrom: (1168.1.1 api-incompatability)
  • Revision ID: curtis@canonical.com-20151204214210-kqbou4v4xww0jbiu
Do not test 1.26 compatibility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    candidates_path = get_candidates_path(root)
53
53
    for candidate_path in find_candidates(root, schedule_all):
54
54
        parent, candidate = os.path.split(candidate_path)
 
55
        if candidate == '1.26':
 
56
            # 1.26 was renamed to 2.0 because it is not compatible with 1.x
 
57
            continue
55
58
        if parent != candidates_path:
56
59
            raise ValueError('Wrong path')
57
60
        candidate_version, revision_build = get_candidate_info(candidate_path)
58
61
        for release in releases:
59
 
            for client_os in ('ubuntu',  'osx', 'windows'):
 
62
            for client_os in ('ubuntu', 'osx', 'windows'):
60
63
                yield {
61
64
                    'old_version': release,  # Client
62
65
                    'candidate': candidate_version,  # Server