Merge lp://staging/~sinzui/juju-ci-tools/assemble-with-s3ci into lp://staging/juju-ci-tools
Proposed by
Curtis Hovey
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 1556 | ||||
Proposed branch: | lp://staging/~sinzui/juju-ci-tools/assemble-with-s3ci | ||||
Merge into: | lp://staging/juju-ci-tools | ||||
Diff against target: |
22 lines (+3/-3) 1 file modified
assemble-parallel-streams.bash (+3/-3) |
||||
To merge this branch: | bzr merge lp://staging/~sinzui/juju-ci-tools/assemble-with-s3ci | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley (community) | Approve | ||
Review via email: mp+303049@code.staging.launchpad.net |
Description of the change
Use s3ci.py to download agents and json.
The s390x agent is missing from streams. We see the tgz downloaded, but we do not see the json file download. We can see the json file list un the jenkins ui. I have run the command on my host and the release-slave and I *often* get the json. I expect everytime, not often. I am not certain what is wrong, but since s3ci.py guarantees that the agent if the the build-revision under test, I am sure it is more reliable that "lastBuild".
With this change, I always got the expected files.
To post a comment you must log in.
Thanks.