Skip to content

Commit

Permalink
add cleanup stage
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Sep 5, 2023
1 parent 23c0d1a commit 55d3832
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,12 @@ jobs:
- name: Install firecracker
run: |
tar xzvf firecracker-x86_64.tgz --one-top-level=fc --strip-components 1
- name: Cleanup firecracker
run: |
kill -KILL $(pidof firecracker-v1.4.1-x86_64)
rm -f log.fifo
rm -f metrics.fifo
rm -f /tmp/firecracker.socket
- name: Start firecracker
run: |
./fc/firecracker-v1.4.1-x86_64 --api-sock "/tmp/firecracker.socket" &
Expand Down

0 comments on commit 55d3832

Please sign in to comment.