Skip to content

Commit

Permalink
CI: add custom openocd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kgugala committed Dec 29, 2024
1 parent 5186e9e commit 5d7500c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test-openocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,24 @@ jobs:
with:
name: openocd_coverage_data
path: results/*.info

custom-openocd-tests:
name: Run Custom OpenOCD tests
runs-on: [ self-hosted, Linux, X64, gcp-custom-runners ]
container: centos:8
strategy:
fail-fast: false
matrix:
bus: ["axi4"]
env:
GHA_EXTERNAL_DISK: additional-tools
GHA_SA: gh-sa-veer-uploader
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Run tests
run: _secret_custom_openocd_tests
env:
BUS: ${{ matrix.bus }}

0 comments on commit 5d7500c

Please sign in to comment.