Skip to content

Commit

Permalink
[WIP] CI on any branch, disable RISCV-DV in 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 Nov 23, 2023
1 parent 06d54e9 commit e6e0548
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: VeeR-EL2 CI

on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -31,10 +30,10 @@ jobs:
needs: [Build-Verilator]
uses: ./.github/workflows/test-uarch.yml

Test-RISCV-DV:
name: Test-RISCV-DV
needs: [Build-Verilator, Build-Spike]
uses: ./.github/workflows/test-riscv-dv.yml
# Test-RISCV-DV:
# name: Test-RISCV-DV
# needs: [Build-Verilator, Build-Spike]
# uses: ./.github/workflows/test-riscv-dv.yml

Test-RISCOF:
name: Test-RISCOF
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
name: uarch_tests_coverage_data
path: ./

- name: Download coverage reports
uses: actions/download-artifact@v3
with:
name: riscv-dv_coverage_data
path: ./
# - name: Download coverage reports
# uses: actions/download-artifact@v3
# with:
# name: riscv-dv_coverage_data
# path: ./

- name: Download coverage reports
uses: actions/download-artifact@v3
Expand Down

0 comments on commit e6e0548

Please sign in to comment.