On 17 October 2012 22:36, Andy Doan andy.doan@linaro.org wrote:
On 10/17/2012 04:42 AM, YongQin Liu wrote:
Hi, All
In my afternoon, the jobs on staging failed to run due to the following error: http://staging.validation.linaro.org/scheduler/job/34124/log_file
Traceback (most recent call last): File "/srv/lava/branches/lava-dispatcher/lava_dispatcher/actions/boot_control.py", line 63, in run client.boot_linaro_image() File "/srv/lava/branches/lava-dispatcher/lava_dispatcher/client/base.py", line 365, in boot_linaro_image self._boot_linaro_image() File "/srv/lava/branches/lava-dispatcher/lava_dispatcher/client/targetdevice.py", line 68, in _boot_linaro_image self.proc = self.target_device.power_on() File "/srv/lava/branches/lava-dispatcher/lava_dispatcher/device/master.py", line 77, in power_on self._boot_linaro_image() File "/srv/lava/branches/lava-dispatcher/lava_dispatcher/device/master.py", line 403, in _boot_linaro_image boot_cmds = self.deployment_data['boot_cmds'] KeyError: 'boot_cmds'
I can run the jobs in my morning.
I see the bug, I think. I believe its a problem in our health check logic on this new branch. Will be fixed today.
If it's the problem of the health job, then do we also need to update the post-build-lava.py in android-build for generating the right android job file?