From 8256aacc8cc61bdd85b2cc03a5c5255391686b50 Mon Sep 17 00:00:00 2001 From: jasonpcarroll <23126711+jasonpcarroll@users.noreply.github.com> Date: Thu, 28 Aug 2025 19:02:44 -0700 Subject: [PATCH 1/2] test --- .github/workflows/esp32c3-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/esp32c3-test.yml b/.github/workflows/esp32c3-test.yml index c3ca436ba..67360cb87 100644 --- a/.github/workflows/esp32c3-test.yml +++ b/.github/workflows/esp32c3-test.yml @@ -1,11 +1,11 @@ -name: ESP32C3 Test Execution +name: TIRM46 Test Execution on: push: workflow_dispatch: jobs: - esp32c3-execution: + tirm46-execution: runs-on: - self-hosted - cirunner-type-vm From 3cb5e98d9637d74e13d1af1c98298ceaf525275f Mon Sep 17 00:00:00 2001 From: jasonpcarroll <23126711+jasonpcarroll@users.noreply.github.com> Date: Thu, 28 Aug 2025 19:16:56 -0700 Subject: [PATCH 2/2] test --- .github/workflows/esp32c3-test.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/workflows/esp32c3-test.yml b/.github/workflows/esp32c3-test.yml index 67360cb87..ac4ab9c29 100644 --- a/.github/workflows/esp32c3-test.yml +++ b/.github/workflows/esp32c3-test.yml @@ -5,6 +5,29 @@ on: workflow_dispatch: 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: runs-on: - self-hosted