This commit is contained in:
jasonpcarroll 2025-08-28 19:16:56 -07:00 committed by GitHub
parent 8256aacc8c
commit 3cb5e98d96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,29 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
tirm57-execution:
runs-on:
- self-hosted
- cirunner-type-vm
- cirunner-size-micro
- cirunner-image-ubuntu-runner-vm
- cirunner-hardware-tirm57l
steps:
- name: list usb hub devices and status
run: uhubctl
#- name: disable board
# run: uhubctl -l 1-1 -p 3 -a off
#- name: list usb devices and status
# run: uhubctl
#- name: enable board
# run: uhubctl -l 1-1 -p 3 -a on
- name: list usb devices and status
run: uhubctl
tirm46-execution: tirm46-execution:
runs-on: runs-on:
- self-hosted - self-hosted