Skip to content

Commit e20326c

Browse files
committed
Test host free space
1 parent 963fddd commit e20326c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.ci/azure-pipelines/azure-pipelines.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ stages:
3636
jobs:
3737
- template: formatting.yaml
3838

39+
- stage: test_ubuntu
40+
displayName: Test ubuntu 22.04 free space
41+
jobs:
42+
- job: show_free_space
43+
displayName: Ubuntu show free space
44+
pool:
45+
vmImage: 'ubuntu-22.04'
46+
steps:
47+
- script: df -h
48+
displayName: List disk usage on host
49+
3950
- stage: build_gcc
4051
displayName: Build GCC
4152
dependsOn: formatting

0 commit comments

Comments
 (0)