lava: Remove apt update & upgrade from lava setup
authorKienan Stewart <kstewart@efficios.com>
Mon, 12 Feb 2024 15:56:52 +0000 (10:56 -0500)
committerKienan Stewart <kstewart@efficios.com>
Mon, 12 Feb 2024 15:56:52 +0000 (10:56 -0500)
The `apt-get upgrade` will block waiting for user input unless `-y` is
specified, causing builds to time out when there are actually updates
to perform.

Rather than forcing the command to run in non-interactive mode, I
decided to remove the update and ugprade. My principal reasoning is
that most of the jobs no longer require extra packages to be installed
at run time - they are included instead in the rootfs.

Change-Id: Ia9d76aa6ddda9b1a06b27125dca10f92b0e8c2fa
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
lava/system-tests/setup.yml

index d9fcd4d035dad0139a1a75a3ec42494223d0529f..2413d151b35ea7270eae1e313b9b35ab6ce543fd 100644 (file)
@@ -14,8 +14,6 @@ run:
     - ip a
     - groupadd tracing
     - depmod -a
-    - apt-get update
-    - apt-get upgrade
     # The locale generation is required for the python venv
     # to be correctgly created.
     - locale-gen en_US.UTF-8
This page took 0.023513 seconds and 4 git commands to generate.