Merge lp://staging/~sinzui/juju-ci-tools/dont-schedule-devel into lp://staging/juju-ci-tools
Proposed by
Curtis Hovey
Status: | Merged |
---|---|
Merged at revision: | 1079 |
Proposed branch: | lp://staging/~sinzui/juju-ci-tools/dont-schedule-devel |
Merge into: | lp://staging/juju-ci-tools |
Diff against target: |
61 lines (+17/-2) 2 files modified
schedule_hetero_control.py (+4/-1) test_schedule_hetero_control.py (+13/-1) |
To merge this branch: | bzr merge lp://staging/~sinzui/juju-ci-tools/dont-schedule-devel |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman (community) | Approve | ||
Review via email: mp+269510@code.staging.launchpad.net |
Description of the change
Do not assume all old-jujus should be testing as clients and servers.
old-juju and the client-archive will contain devel jujus that are used for releases and testing, but will not be used client-server testing. This branch adds a filter to ensure devel agents and agent with a '~' in they name are not used.
This is a hack to the scheduling script. I think the long-term fix is to change the script to read and filter the client-archive in s3, which is the only source of all the client we can test. No local machine will have all the clients to setup a test.
To post a comment you must log in.
Looks good! One nit inline.