Merge ~sbeattie/qa-regression-testing:ci-test-git into qa-regression-testing:master
Proposed by
Steve Beattie
Status: | Merged |
---|---|
Merged at revision: | d9aa84f661745b426c9b55a277371746256a34fe |
Proposed branch: | ~sbeattie/qa-regression-testing:ci-test-git |
Merge into: | qa-regression-testing:master |
Diff against target: |
39 lines (+15/-1) 2 files modified
.launchpad.yaml (+14/-0) scripts/test-git.py (+1/-1) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alex Murray | Approve | ||
Review via email: mp+442715@code.staging.launchpad.net |
Description of the change
Convert the test-git.py script to python3 (tested to function fine on trusty and xenial) and add it to the lpci tests.
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
I should note that the changes to the .launchpad.yaml were mostly a case of copy-waste. One thing I did trip over is that the order of the jobs in the pipeline section must match the order listed in the jobs section, or lpi becomes very confused.