Skip to content

Commit

Permalink
Restore generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Jul 5, 2024
1 parent a7f826b commit 154916b
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,10 @@ jobs:
- name: Prepare Environment
run: _secret_prepare_env

- name: Install Python deps
run: |
pip3 install -r third_party/riscv-dv/requirements.txt
- name: Setup Cache Metadata
id: cache_metadata
run: |
Expand Down Expand Up @@ -442,10 +446,13 @@ jobs:
key: ${{ env.cache_spike_key }}
restore-keys: ${{ env.cache_spike_restore_key }}

- name: Install Python deps
run: |
pip3 install -r third_party/riscv-dv/requirements.txt
- name: Cache Code Restore
uses: actions/cache/restore@v3
id: cache-code-restore
timeout-minutes: 60
with:
path: tools/riscv-dv/work/test_${{ matrix.test }}/asm_test
key: ${{ env.cache_code }}

- name: Check presence
run: |
ls tools/riscv-dv/work/test_${{ matrix.test }}
- name: Perform custom tests
run: _secret_custom_run

0 comments on commit 154916b

Please sign in to comment.