From 99c238d19d338ae031edd6401a277d1b2cc355d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Wed, 28 Aug 2024 22:17:10 +0200 Subject: [PATCH] HIL: Don't skip cleanup (#2024) * Don't skip cleanup * Make sure the power is off for a short while --- .github/workflows/hil.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index 273409c2071..47b9773889a 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -195,6 +195,8 @@ jobs: sudo uhubctl -a off -l $hub done + sleep 0.5 + # Enable all used hubs for hub in ${{ matrix.target.hubs }}; do sudo uhubctl -a on -l $hub @@ -215,6 +217,7 @@ jobs: ./xtask run-elfs ${{ matrix.target.soc }} tests-${{ matrix.target.soc }} - name: Clean up + if: always() run: | rm -rf tests-${{ matrix.target.soc }} rm -f xtask