From 5fbab1b9ca60d5521a8230c91d53b6bdc04963f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Fri, 8 Sep 2023 13:48:24 +0200 Subject: [PATCH] ci: wait for firecracker shutdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99e79f69d3..f3bb6d9921 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -427,7 +427,4 @@ jobs: - name: Build minimal profile (debug) run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit --no-default-features --package hello_world - name: Test debug profile (Firecracker) - run: | - ./fc/firecracker-v1.4.1-x86_64 --no-api --config-file ./kernel/fc-config.json & - sleep 1 - kill -KILL $(pidof firecracker-v1.4.1-x86_64) \ No newline at end of file + run: ./fc/firecracker-v1.4.1-x86_64 --no-api --config-file ./kernel/fc-config.json \ No newline at end of file