Merge lp:~milo/linaro-ci/external-fragments into lp:linaro-ci
Proposed by
Milo Casagrande
Status: | Merged |
---|---|
Merged at revision: | 123 |
Proposed branch: | lp:~milo/linaro-ci/external-fragments |
Merge into: | lp:linaro-ci |
Prerequisite: | lp:~milo/linaro-ci/bug1067838 |
Diff against target: |
95 lines (+53/-2) 2 files modified
jenkins_common_lib (+28/-0) jenkins_kernel_build_inst (+25/-2) |
To merge this branch: | bzr merge lp:~milo/linaro-ci/external-fragments |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Deepti B. Kalakeri (community) | Approve | ||
Review via email:
|
Commit message
Add support for external conf fragment.
Description of the change
The following branch adds support for retrieving, and merging, one external kernel config file.
Three new env variables are necessary to be set in the CI job:
- $conf_external is used to store the name of the external file to retrieve (as in 'vexpress.conf')
- $conf_git and $conf_branch each store the git path and the branch name (as in 'landing-
To post a comment you must log in.
Overall changes looks good +1.
As dicussed on IRC I believe the changes are tested by Andrey and it is believed to work fine.
Can probably make the following changes when u merge it the changes. kernel_ build_inst.
It would be good if we made a note how the example values to these options would look like in the scripts probably better to have it in the jenkins_
There is a small spell mistake in a comment at line 8 of the jenkins_common_lib, it should be Default instead of Defaul. ;)