On 09/05/2012 07:31 AM, Prakash Ranjan wrote:
Hi all,
I was going through the lava server source code and I got
the function definition of deploy_Linaro_image().
According to the function definition there are five parameters namely.
hwpacks
rootfs
image
kernel_matrix
rootfstype:
Till now I was only using 1. hwpacks and 2 . rootfs parameters in job file.
Can anyone please explain me what is the other parameters and how can we use those parameters in job file.
I am interested in image and kernel_matrix parameter.
Correct me if anything is wrong and please help me on this command.
I've never seen kernel_matrix used, so I can't promise it actually works. From reading the code, the intent appears to be that you can specify an updated kernel .deb via the kernel matrix and replace the existing kernel.deb in the hwpack that's downloaded.
Andy Doan andy.doan@linaro.org writes:
On 09/05/2012 07:31 AM, Prakash Ranjan wrote:
Hi all,
I was going through the lava server source code and I got
the function definition of deploy_Linaro_image().
According to the function definition there are five parameters namely.
hwpacks
rootfs
image
kernel_matrix
rootfstype:
Till now I was only using 1. hwpacks and 2 . rootfs parameters in job file.
Can anyone please explain me what is the other parameters and how can we use those parameters in job file.
I am interested in image and kernel_matrix parameter.
Correct me if anything is wrong and please help me on this command.
I've never seen kernel_matrix used, so I can't promise it actually works. From reading the code, the intent appears to be that you can specify an updated kernel .deb via the kernel matrix and replace the existing kernel.deb in the hwpack that's downloaded.
I think that's the intent too, but also think that it's never been used; the ci jobs that were going to use it ended up creating the new hardware pack in jenkins. We should probably delete the support.
Cheers, mwh
On 09/05/2012 05:06 PM, Michael Hudson-Doyle wrote:
Andy Doan andy.doan@linaro.org writes:
On 09/05/2012 07:31 AM, Prakash Ranjan wrote:
Hi all,
I was going through the lava server source code and I got
the function definition of deploy_Linaro_image().
According to the function definition there are five parameters namely.
hwpacks
rootfs
image
kernel_matrix
rootfstype:
Till now I was only using 1. hwpacks and 2 . rootfs parameters in
job file.
Can anyone please explain me what is the other parameters and how can we use those parameters in job file.
I am interested in image and kernel_matrix parameter.
Correct me if anything is wrong and please help me on this command.
I've never seen kernel_matrix used, so I can't promise it actually works. From reading the code, the intent appears to be that you can specify an updated kernel .deb via the kernel matrix and replace the existing kernel.deb in the hwpack that's downloaded.
I think that's the intent too, but also think that it's never been used; the ci jobs that were going to use it ended up creating the new hardware pack in jenkins. We should probably delete the support.
+1
W dniu 05.09.2012 14:31, Prakash Ranjan pisze:
Hi all,
I was going through the lava server source code and I got
the function definition of deploy_Linaro_image().
That's probably lava-dispatcher, lava-server could not care less.
linaro-validation@lists.linaro.org