diff options
Diffstat (limited to '.github/workflows/regression_test.yml')
| -rw-r--r-- | .github/workflows/regression_test.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/regression_test.yml b/.github/workflows/regression_test.yml index c55a2c56..ee5519fd 100644 --- a/.github/workflows/regression_test.yml +++ b/.github/workflows/regression_test.yml @@ -41,6 +41,24 @@ jobs: cmake_path: ./test/smp/cmake result_affix: SMP skip_deploy: true + # riscv: disabled — re-enable when RISC-V CI is ready + # riscv: + # permissions: + # contents: read + # issues: read + # checks: write + # pull-requests: write + # pages: write + # id-token: write + # uses: ./.github/workflows/regression_template.yml + # with: + # install_script: ./scripts/install_riscv.sh + # build_script: ./scripts/build_tx_riscv.sh + # test_script: ./scripts/test_tx_riscv.sh + # cmake_path: ./test/tx/cmake/riscv + # result_affix: RISC-V + # skip_deploy: true + # skip_coverage: true deploy: permissions: contents: read |
