mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
Add storage checks
This commit is contained in:
parent
e50d85aa72
commit
d389bb547f
1 changed files with 16 additions and 0 deletions
16
.github/workflows/install.yml
vendored
16
.github/workflows/install.yml
vendored
|
@ -29,10 +29,18 @@ jobs:
|
|||
with:
|
||||
name: installation-logs-${{ matrix.os }}
|
||||
path: /opt/riscv/logs/
|
||||
- name: check storage
|
||||
run: |
|
||||
df -h
|
||||
du -h --max-depth=1
|
||||
- name: make tests
|
||||
run: |
|
||||
source setup.sh
|
||||
make riscof
|
||||
- name: check storage
|
||||
run: |
|
||||
df -h
|
||||
du -h --max-depth=1
|
||||
- name: regression
|
||||
run: |
|
||||
source setup.sh
|
||||
|
@ -82,10 +90,18 @@ jobs:
|
|||
with:
|
||||
name: installation-logs-${{ env.ARTIFACT_NAME }}
|
||||
path: /opt/riscv/logs/
|
||||
- name: check storage
|
||||
run: |
|
||||
df -h
|
||||
du -h --max-depth=1
|
||||
- name: make tests
|
||||
run: |
|
||||
source setup.sh
|
||||
make riscof --jobs $(nproc --ignore 1)
|
||||
- name: check storage
|
||||
run: |
|
||||
df -h
|
||||
du -h --max-depth=1
|
||||
- name: regression
|
||||
run: |
|
||||
source setup.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue