mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Add storage checks
This commit is contained in:
parent
e50d85aa72
commit
d389bb547f
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…
Reference in New Issue
Block a user