mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-16 12:34:29 +00:00
Compare commits
3 Commits
ce90a4fce5
...
9d5dcf4f12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d5dcf4f12 | ||
|
|
3cb5e98d96 | ||
|
|
8256aacc8c |
27
.github/workflows/esp32c3-test.yml
vendored
27
.github/workflows/esp32c3-test.yml
vendored
@@ -1,11 +1,34 @@
|
||||
name: ESP32C3 Test Execution
|
||||
name: Stress Test Execution
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
esp32c3-execution:
|
||||
tirm57-execution-1:
|
||||
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:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- cirunner-type-vm
|
||||
|
||||
Reference in New Issue
Block a user