Skip to content
Snippets Groups Projects
Commit 0c7a667c authored by Ariel D'Alessandro's avatar Ariel D'Alessandro
Browse files

Disable systemd-backlight@leds:asus::kbd_backlight.service

This service is failing on the UP Squared 6000 board, causing the sanity
check LAVA test to constantly fail.

This seems to be an issue on the asus-nb-wmi driver not being able to
drive the brightness properly on this device.

As the kbd-backlight is not really a requirement, let's disable this
service temporarily on Apertis.

apertis-issues#163



Signed-off-by: default avatarAriel D'Alessandro <ariel.dalessandro@collabora.com>
parent 717dda2c
No related branches found
No related tags found
1 merge request!538Disable systemd-backlight@leds:asus::kbd_backlight.service
Pipeline #411012 passed with warnings
......@@ -213,6 +213,14 @@ actions:
description: "Disable fstrim.service by default"
command: systemctl disable fstrim.service
## Disable systemd-backlight service on leds:asus::kbd_backlight as this is
## failing on the UP Squared 6000 board.
## https://gitlab.apertis.org/infrastructure/apertis-issues/-/issues/163
- action: run
chroot: true
description: "Mask systemd-backlight@leds:asus::kbd_backlight.service by default"
command: systemctl mask systemd-backlight@leds:asus::kbd_backlight.service
- action: run
chroot: true
description: "Enable iptables services by default"
......
......@@ -285,6 +285,14 @@ actions:
description: "Disable fstrim.service by default"
command: systemctl disable fstrim.service
## Disable systemd-backlight service on leds:asus::kbd_backlight as this is
## failing on the UP Squared 6000 board.
## https://gitlab.apertis.org/infrastructure/apertis-issues/-/issues/163
- action: run
chroot: true
description: "Mask systemd-backlight@leds:asus::kbd_backlight.service by default"
command: systemctl mask systemd-backlight@leds:asus::kbd_backlight.service
- action: run
chroot: true
description: "Enable iptables services by default"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment