In debian/watch no matching files for watch source https://gitlab.com/lava/lava/tags?sort=updated_desc
commit 92afcfaa09f68deeac87694cebd6c4fc18af4f1d Merge: 2df0865a 8e7136ae Author: Rémi Duraffort <remi.duraffort@linaro.org> Date: Tue Oct 14 14:49:05 2025 +0000 Merge branch 'fix-usbgms-strategy-exception-formatting' into 'master' Fix USBGMS deploy strategy exception formatting not working See merge request lava/lava!3001 commit 2df0865a139dbb2e9b36a0a85aef69087e8e7d7f Merge: 140881a8 c230e24c Author: Rémi Duraffort <remi.duraffort@linaro.org> Date: Tue Oct 14 14:48:47 2025 +0000 Merge branch 'tests-remove-unused-test-shell-results' into 'master' tests: Remove unused TestShellResults class See merge request lava/lava!3002 commit 140881a84d105d75ff875131d79ae16274640bc7 Merge: 31acf177 8d18469f Author: Rémi Duraffort <remi.duraffort@linaro.org> Date: Tue Oct 14 14:48:33 2025 +0000 Merge branch 'tests-test-pipeline-remove-statement-with-no-effect' into 'master' tests: Remove statement with no effect in test_vlan_interface See merge request lava/lava!3003 commit 8d18469ff9227ba2cf138dee429964ace031d21f Author: Igor Ponomarev <igor.ponomarev@collabora.com> Date: Tue Oct 14 13:43:34 2025 +0100 tests: Remove statement with no effect in test_vlan_interface Found during pylint configuration revamp. commit 8e7136ae7c0b796ffe198907a3ae7cb332e9b2f0 Author: Igor Ponomarev <igor.ponomarev@collabora.com> Date: Mon Oct 13 16:22:04 2025 +0100 Fix USBGMS deploy strategy exception formatting not working The exception string contained the `%s` specifier but `%` was never called on it. Convert it to f-string to properly format it. Found during pylint configuration revamp. commit c230e24c0b31c499deeb615d3ddcaa42b25c308d Author: Igor Ponomarev <igor.ponomarev@collabora.com> Date: Mon Oct 13 14:36:02 2025 +0100 tests: Remove unused TestShellResults class This class has no tests in its body or used anywhere else. It also has an error in `FakeAction` which where super init is called without job. commit 31acf177e1404aedeccab6a01d1cf685bcbb18a7 Merge: 9e85a8c8 0d841790 Author: Rémi Duraffort <remi.duraffort@linaro.org> Date: Mon Oct 13 13:09:27 2025 +0000 Merge branch 'fix-nodebooter-docker-run-use-keyword' into 'master' Properly fix DockerRun.run call missing action arg in RunNodebooterContainer See merge request lava/lava!2998 commit 0d841790ae3d672bf24b9127cf7786f4831d92af Author: Igor Ponomarev <igor.ponomarev@collabora.com> Date: Mon Oct 13 14:02:21 2025 +0100 Properly fix DockerRun.run call missing action arg in RunNodebooterContainer The 6b89706d85d699e683ce8695c1fe16932a3cfdff does not work correctly because `DockerRun.run` has `*args` argument which forces `action` argument to be keyword only. commit 9e85a8c87bfbd4bae9b1b49b35fc1798dd714ce6 Merge: cde1995f 76452a83 Author: Rémi Duraffort <remi.duraffort@linaro.org> Date: Mon Oct 13 12:52:48 2025 +0000 Merge branch 'fix-configure-nodebooter-errors-call' into 'master' Fix ConfigureNodebooter incorrectly using errors attribute See merge request lava/lava!2995 commit cde1995f5dd1779f2d322ca0931e2a50812b6c0f Merge: a083100b 6b89706d Author: Rémi Duraffort <remi.duraffort@linaro.org> Date: Mon Oct 13 12:51:49 2025 +0000 Merge branch 'fix-nodebooter-docker-run-missing-argument' into 'master' Fix DockerRun.run call missing action arg in RunNodebooterContainer See merge request lava/lava!2993 commit a083100beaa0c99f546802cd94d37cd632ce6d05 Merge: a92feb70 c51bca0b Author: Rémi Duraffort <remi.duraffort@linaro.org> Date: Mon Oct 13 12:50:33 2025 +0000 Merge branch 'fix-ssh-session-too-many-args' into 'master' Fix SShSession being called with too many args See merge request lava/lava!2994 commit 76452a83b81e728d3cf529648fd4d3bb9c501ff2 Author: Igor Ponomarev <igor.ponomarev@collabora.com> Date: Fri Oct 10 16:37:59 2025 +0100 Fix ConfigureNodebooter incorrectly using errors attribute It called the attribute instead of assigning to it. This would raise an error as the `list` class is not callable. Equivalent to 169c1970ec66501e32004c91183a97140d794609. commit c51bca0be4ac6f75c81034a606def3743fd8dc96 Author: Igor Ponomarev <igor.ponomarev@collabora.com> Date: Fri Oct 10 15:43:46 2025 +0100 Fix SShSession being called with too many args The 44ae771fcbb7ea73a8357c10fa114e7d11ef4c96 removed unused `job` argument from ShellSession but not all subclasses were updated. Found during pylint configuration revamp. commit 6b89706d85d699e683ce8695c1fe16932a3cfdff Author: Igor Ponomarev <igor.ponomarev@collabora.com> Date: Fri Oct 10 15:17:59 2025 +0100 Fix DockerRun.run call missing action arg in RunNodebooterContainer After 413beac5030dbff6275c645301b7541cbf12703c the `action` argument is required but RunNodebooterContainer was not updated. The fix is to simply pass `self` as the action.
Among the 1 debian patch available in version 2024.09-1.1 of the package, we noticed the following issues: