Merge lp://staging/~pfalcon/linaro-android-build-tools/lava-update-urls into lp://staging/linaro-android-build-tools
Proposed by
Paul Sokolovsky
Status: | Merged |
---|---|
Merged at revision: | 386 |
Proposed branch: | lp://staging/~pfalcon/linaro-android-build-tools/lava-update-urls |
Merge into: | lp://staging/linaro-android-build-tools |
Diff against target: |
32 lines (+7/-3) 1 file modified
build-scripts/post-build-lava.py (+7/-3) |
To merge this branch: | bzr merge lp://staging/~pfalcon/linaro-android-build-tools/lava-update-urls |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Данило Шеган (community) | Approve | ||
James Tunnicliffe | Pending | ||
Review via email: mp+86038@code.staging.launchpad.net |
Description of the change
Update for LAVA integration.
To post a comment you must log in.
Thanks for taking on this, Paul.
I have a single comment, in line 8, we don't want to replace all underscores, don't we?
jenkins_ job_name. replace( '_', '/', 1)
should work better. Or do we really want to have job name 'danilo_blah_blah' transformed into '~danilo/ blah/blah' ?
Otherwise, this is good to land. We still have to make this script executed AFTER the build is published. Perhaps we can do that using another SSH script execution (maybe even by SSHing back to the jenkins master) and passing all the needed data as parameters. It would be better, of course, if we can somehow add a post-SSH step.