mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-09 05:02:30 -05:00
30 lines
No EOL
602 B
YAML
30 lines
No EOL
602 B
YAML
name: TIRM46 Test Execution
|
|
|
|
on:
|
|
push:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
tirm46-execution:
|
|
runs-on:
|
|
- self-hosted
|
|
- cirunner-type-vm
|
|
- cirunner-size-micro
|
|
- cirunner-image-ubuntu-runner-vm
|
|
- cirunner-hardware-tirm46
|
|
|
|
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 |