Merge lp:~terceiro/lava-tool/remove-submit-parameters into lp:~linaro-validation/lava-tool/trunk
Proposed by
Antonio Terceiro
Status: | Merged |
---|---|
Approved by: | Milo Casagrande |
Approved revision: | 195 |
Merged at revision: | 195 |
Proposed branch: | lp:~terceiro/lava-tool/remove-submit-parameters |
Merge into: | lp:~linaro-validation/lava-tool/trunk |
Diff against target: |
50 lines (+3/-18) 2 files modified
.gitignore (+3/-0) lava/job/templates.py (+0/-18) |
To merge this branch: | bzr merge lp:~terceiro/lava-tool/remove-submit-parameters |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Milo Casagrande (community) | Approve | ||
Review via email:
|
Description of the change
job templates: remove server & bundle stream params
This makes it impossible to submit to a local device when you don't have
a full LAVA setup since it will always break at the "submit results"
job.
Also, there are plans to drop the server argument from submit results,
cfe https:/
I would even go further and make the results submission automatic, so
you shouldn't need an explicit submit-results action at all.
(you will note that I am also adding a .gitignore file since I am testing git-bzr as a first step migrating all our stuff into git)
To post a comment you must log in.
Thanks Antonio for taking care of this, I was the plan to drop that parameter from the dispatcher.
And +10 on the .gitignore.