Hi,
Taking the current master branch head (0f6e89e3) I find my health checks that use u-boot tftboot support are now failing with the following: start: 2.2 bootloader-overlay (timeout 00:05:00) [common] Traceback (most recent call last): File "/usr/lib/python3/dist-packages/lava_dispatcher/action.py", line 245, in run_actions new_connection = action.run(connection, action_max_end_time) File "/usr/lib/python3/dist-packages/lava_dispatcher/actions/boot/__init__.py", line 454, in run tee_addr = self.job.device["parameters"][self.bootcommand]["tee"] KeyError: 'tee'
Example job: https://lava.genivi.org/scheduler/job/1160
I've not combed through the code in detail but it looks like it is related to the recent tee merge: https://git.lavasoftware.org/lava/lava/-/commit/f18ca091e61da31159cd72a00303...
That appeared to introduce an optional feature which my jobs do not make use. Am I missing something?
Regards
Steve
-----Original Message----- From: Lava-users lava-users-bounces@lists.lavasoftware.org On Behalf Of Stephen Lawrence Sent: 07 August 2020 16:52 To: lava-users@lists.lavasoftware.org Subject: [Lava-users] tee support breaking job with Bug error: 'tee'
I've not combed through the code in detail but it looks like it is related to the recent tee merge: https://git.lavasoftware.org/lava/lava/- /commit/f18ca091e61da31159cd72a00303ff553b09e847
Reverting this commit solves the issue.
Regards
Steve
Le ven. 7 août 2020 à 18:40, Stephen Lawrence stephen.lawrence@renesas.com a écrit :
-----Original Message----- From: Lava-users lava-users-bounces@lists.lavasoftware.org On Behalf
Of Stephen
Lawrence Sent: 07 August 2020 16:52 To: lava-users@lists.lavasoftware.org Subject: [Lava-users] tee support breaking job with Bug error: 'tee'
I've not combed through the code in detail but it looks like it is
related
to the recent tee merge: https://git.lavasoftware.org/lava/lava/- /commit/f18ca091e61da31159cd72a00303ff553b09e847
Reverting this commit solves the issue.
As discussed in the merge request, this is due to the fact that lava-dispatcher was upgraded while lava-server was not.
Rgds
lava-users@lists.lavasoftware.org