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)
commit44b9d974669941a711d305314f671d01ceb75fbf
treed5e6c162458b20232aeb5f18abac359cb7880fba
parented7ece9a6404fea1a39a33c1ad0cda42a174979b
lava: Remove apt update & upgrade from lava setup

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
This page took 0.023942 seconds and 4 git commands to generate.