Skip to content

Commit

Permalink
run on cluster [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
t-moe committed Dec 4, 2024
1 parent 389a481 commit 011fdb1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
34 changes: 14 additions & 20 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,21 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{inputs.soc}}
path: .github/test-projects/${{inputs.project}}/output/${{inputs.soc}}
path: |
.github/test-projects/${{inputs.project}}/output/${{inputs.soc}}
.github/step-executor.sh
run:
runs-on: [ "self-hosted", "linux", "ARM64", "smoke-tester-2" ]
needs: build

steps:
- uses: actions/download-artifact@v4
with:
name: ${{inputs.soc}}


# run:
# runs-on: [ "self-hosted", "linux", "ARM64", "smoke-tester-2" ]
# needs: build
#
# strategy:
# matrix: *build-matrix
#
#
# steps:
# #- uses: actions/download-artifact@v4
# # with:
# # name: probe-rs
#
# - name: Checkout sources
# uses: actions/checkout@v4
#
# - name: Run embedded-tests
# run: |
# python ${ORCHESTRATOR} --target ${{inputs.soc}} --step-executor ./.github/test-projects/step-executor.sh
- name: Run embedded-tests
run: |
ls -lah
python ${ORCHESTRATOR} --target ${{inputs.soc}} --step-executor ./step-executor.sh
10 changes: 5 additions & 5 deletions .github/workflows/smoketest_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
#{ soc: "esp32c6", "target": "riscv32imac-unknown-none-elf", "project": "esp32" },
#{ soc: "esp32s3", "target": "xtensa-esp32s3-none-elf", "project": "esp32" },
{ soc: "stm32c011f6", "target": "thumbv6m-none-eabi", "project": "stm32" },
{ soc: "stm32f051r8", "target": "thumbv6m-none-eabi", "project": "stm32" },
#{ soc: "stm32f051r8", "target": "thumbv6m-none-eabi", "project": "stm32" },
{ soc: "stm32f429zi", "target": "thumbv7em-none-eabi", "project": "stm32" },
{ soc: "stm32g031k8", "target": "thumbv6m-none-eabi", "project": "stm32" },
{ soc: "stm32g431kb", "target": "thumbv7em-none-eabi", "project": "stm32" },
{ soc: "stm32l432kc", "target": "thumbv7em-none-eabi", "project": "stm32" },
{ soc: "stm32u545re", "target": "thumbv8m.main-none-eabihf", "project": "stm32" },
#{ soc: "stm32g031k8", "target": "thumbv6m-none-eabi", "project": "stm32" },
#{ soc: "stm32g431kb", "target": "thumbv7em-none-eabi", "project": "stm32" },
#{ soc: "stm32l432kc", "target": "thumbv7em-none-eabi", "project": "stm32" },
#{ soc: "stm32u545re", "target": "thumbv8m.main-none-eabihf", "project": "stm32" },
#{ soc: "nrf51422", "target": "thumbv7em-none-eabihf", "project": "nrf" },
#{ soc: "nrf52832", "target": "thumbv7em-none-eabihf", "project": "nrf" }
]
Expand Down

0 comments on commit 011fdb1

Please sign in to comment.