Skip to content

Commit

Permalink
Excluded illegal and hint instruction tests using Renode from CI
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kurc <[email protected]>
  • Loading branch information
mkurc-ant committed Oct 6, 2023
1 parent 564cd9c commit c9ac2cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ jobs:
coverage: ["branch", "toggle"] #TODO: add functional coverage
version: [ uvm ]
include: ${{ fromJSON(needs.generate-config.outputs.test-include-run) }}
exclude:
- iss: renode
test: riscv_illegal_instr_test
- iss: renode
test: riscv_hint_instr_test
env:
DEBIAN_FRONTEND: "noninteractive"
CCACHE_DIR: "/opt/riscv-dv/.cache/"
Expand Down

0 comments on commit c9ac2cd

Please sign in to comment.