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 9723579
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 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 All @@ -48,7 +47,7 @@ jobs:

Report-Coverage:
name: Report-Coverage
needs: [Test-Regression, Test-Verification, Test-RISCV-DV, Test-RISCOF]
needs: [Test-Regression, Test-Verification, Test-RISCOF]
uses: ./.github/workflows/report-coverage.yml

Publish-to-GH-Pages:
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 9723579

Please sign in to comment.