From f8fc7297cbfb82978537647c59857bab005104ab Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 7 Feb 2025 12:54:17 +0100 Subject: [PATCH] ci/android: don't do unnecessary cleanup Cleaning up and stopping cuttlefish before launching it is not strictly necessary when using gitlab shared runners. This can be added back later when we have a better justification. Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 81731fc4894..d3ce4e1fb46 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -49,11 +49,6 @@ trap 'exit 2' HUP INT PIPE TERM ulimit -S -n 32768 -# Clean up state of previous run -rm -rf /cuttlefish/cuttlefish -rm -rf /cuttlefish/.cache -rm -rf /cuttlefish/.cuttlefish_config.json - launch_cvd \ -daemon \ -verbosity=VERBOSE \