Skip to content

Add smoketester [WIP] #3

Add smoketester [WIP]

Add smoketester [WIP] #3

Workflow file for this run

on: push
# Cancel any currently running workflows from the same PR, branch, or
# tag when a new workflow is triggered.
#
# https://stackoverflow.com/a/66336834
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
name: Smoke Test
jobs:
embedded-test:
runs-on: [ "self-hosted", "linux", "ARM64", "smoke-tester-2" ]
#needs: build
steps:
#- uses: actions/download-artifact@v4
# with:
# name: probe-rs
- name: Checkout sources
uses: actions/checkout@v4
- name: Run embedded-tests
run: |
python ${ORCHESTRATOR} --all --step-executor ./.github/test-projects/step-executor.sh