diff options
| author | Frédéric Desbiens <[email protected]> | 2026-06-08 10:01:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-08 10:01:32 +0200 |
| commit | 87ab09cce305eb9cd4aacac4e8c62af72f665bff (patch) | |
| tree | dd062ebbea5235d1921c64b396bf7e4ce79e9e15 /.github | |
| parent | 9ab0cf9683f832cdb48e2099533a5b06a3afcd64 (diff) | |
| parent | 730b61874bc5cf40768987605ae5187fde0fa1e2 (diff) | |
Merge pull request #544 from eclipse-threadx/devv6.5.1.202602_rel
Merging changes for the v.6.5.1.202602 release
Diffstat (limited to '.github')
| -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 |
