Remove Raspberry Pi CI reboot (#15987)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/15387/merge
Lakshantha Dissanayake 3 months ago committed by GitHub
parent 782d5bddc6
commit 5dce4917e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/ci.yaml

@ -264,8 +264,9 @@ jobs:
run: | run: |
cat benchmarks.log cat benchmarks.log
echo "$(cat benchmarks.log)" >> $GITHUB_STEP_SUMMARY 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 # The below is fixed in: https://github.com/ultralytics/ultralytics/pull/15987
run: sudo bash -c "sleep 10; reboot" & # - 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: Conda:
if: github.repository == 'ultralytics/ultralytics' && (github.event_name == 'schedule' || github.event.inputs.conda == 'true') if: github.repository == 'ultralytics/ultralytics' && (github.event_name == 'schedule' || github.event.inputs.conda == 'true')

Loading…
Cancel
Save