From f02634d5d25c9cbdda0aa9c667300c86e342ee19 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 11 Jun 2021 18:32:03 +0100 Subject: [PATCH] ci/lava: Drop bitrotten fastboot support We don't have any fastboot devices in LAVA, and even if we did, the old overlay path no longer applies. Signed-off-by: Daniel Stone Acked-by: Martin Peres Acked-by: Emma Anholt Reviewed-by: Tomeu Vizoso Part-of: --- .gitlab-ci/lava/lava.yml.jinja2 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci/lava/lava.yml.jinja2 b/.gitlab-ci/lava/lava.yml.jinja2 index a0ad6f5..60be56b 100644 --- a/.gitlab-ci/lava/lava.yml.jinja2 +++ b/.gitlab-ci/lava/lava.yml.jinja2 @@ -38,17 +38,7 @@ actions: timeout: minutes: 25 method: {{ boot_method }} -{% if boot_method == "fastboot" %} -{# - For fastboot, LAVA doesn't know how to unpack the rootfs/apply overlay/repack, - so we transfer the overlay over the network after boot. -#} - transfer_overlay: - download_command: wget -S --progress=dot:giga - unpack_command: tar -C / -xzf -{% else %} commands: nfs -{% endif %} prompts: - 'lava-shell:' - test: -- 2.7.4