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:
|
with:
|
||||||
name: installation-logs-${{ matrix.os }}
|
name: installation-logs-${{ matrix.os }}
|
||||||
path: /opt/riscv/logs/
|
path: /opt/riscv/logs/
|
||||||
|
- name: check storage
|
||||||
|
run: |
|
||||||
|
df -h
|
||||||
|
du -h --max-depth=1
|
||||||
- name: make tests
|
- name: make tests
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
make riscof
|
make riscof
|
||||||
|
- name: check storage
|
||||||
|
run: |
|
||||||
|
df -h
|
||||||
|
du -h --max-depth=1
|
||||||
- name: regression
|
- name: regression
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
@ -82,10 +90,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: installation-logs-${{ env.ARTIFACT_NAME }}
|
name: installation-logs-${{ env.ARTIFACT_NAME }}
|
||||||
path: /opt/riscv/logs/
|
path: /opt/riscv/logs/
|
||||||
|
- name: check storage
|
||||||
|
run: |
|
||||||
|
df -h
|
||||||
|
du -h --max-depth=1
|
||||||
- name: make tests
|
- name: make tests
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
make riscof --jobs $(nproc --ignore 1)
|
make riscof --jobs $(nproc --ignore 1)
|
||||||
|
- name: check storage
|
||||||
|
run: |
|
||||||
|
df -h
|
||||||
|
du -h --max-depth=1
|
||||||
- name: regression
|
- name: regression
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user