From 5dce4917e0ce01f18e25256c8082b7baac05120f Mon Sep 17 00:00:00 2001 From: Lakshantha Dissanayake Date: Tue, 3 Sep 2024 13:15:06 -0700 Subject: [PATCH] Remove Raspberry Pi CI reboot (#15987) Co-authored-by: Glenn Jocher --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0ea3a5a1..b25f8979 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -264,8 +264,9 @@ jobs: run: | cat benchmarks.log echo "$(cat benchmarks.log)" >> $GITHUB_STEP_SUMMARY - - name: Reboot # run a reboot command in the background to free resources for next run and not crash main thread - run: sudo bash -c "sleep 10; reboot" & + # The below is fixed in: https://github.com/ultralytics/ultralytics/pull/15987 + # - name: Reboot # run a reboot command in the background to free resources for next run and not crash main thread + # run: sudo bash -c "sleep 10; reboot" & Conda: if: github.repository == 'ultralytics/ultralytics' && (github.event_name == 'schedule' || github.event.inputs.conda == 'true')