[gnome-software/wip/mcrha/ci-test: 1/2] CI: Do not start unneeded services




commit 55cdbf6b446f05cc71a20a7ac0c7dc6cad58a2c6
Author: Milan Crha <mcrha redhat com>
Date:   Wed Mar 16 17:34:25 2022 +0100

    CI: Do not start unneeded services
    
    The services being started are not needed at the moment, thus comment
    them out. They can be enabled once needed.

 .gitlab-ci/run-tests.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index 3ce140d39..bf57b9cf4 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -17,9 +17,9 @@ esac
 sudo mkdir -p /run/dbus
 sudo mkdir -p /var
 sudo ln -s /var/run /run
-sudo dbus-daemon --system --fork
-sudo /usr/lib/polkit-1/polkitd --no-debug &
-sudo /usr/libexec/fwupd/fwupd --verbose &
+#sudo dbus-daemon --system --fork
+#sudo /usr/lib/polkit-1/polkitd --no-debug &
+#sudo /usr/libexec/fwupd/fwupd --verbose &
 
 # FIXME: Running the flatpak tests as root means the system helper doesn’t
 # need to be used, which makes them run a lot faster.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]