Merge lp://staging/~sinzui/juju-ci-tools/compatible-proposed into lp://staging/juju-ci-tools
Proposed by
Curtis Hovey
Status: | Merged |
---|---|
Merged at revision: | 1064 |
Proposed branch: | lp://staging/~sinzui/juju-ci-tools/compatible-proposed |
Merge into: | lp://staging/juju-ci-tools |
Diff against target: |
146 lines (+57/-9) 2 files modified
assess_heterogeneous_control.py (+13/-6) test_assess_heterogeneous_control.py (+44/-3) |
To merge this branch: | bzr merge lp://staging/~sinzui/juju-ci-tools/compatible-proposed |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman (community) | Approve | ||
Review via email: mp+268244@code.staging.launchpad.net |
Description of the change
Added --agent-stream and --series to assess_
Compatibility tests failed over the weekend because some of the agents are only in proposed streams. This branch allows the job to pass --agent-stream to allow the test to setup. agent_stream will be ignored by 1.18 and 1.20, they will use the released streams.
I also took the opportunity to remove the hard=coded 'precise' series. All our envs specific default-series. Since series is not a factor in these tests, we can change some or all the uses of the script to use trusty, which is faster to deploy.
To post a comment you must log in.
Looks good! Argparse nit only.