Skip to content

Commit

Permalink
Merge pull request #4258 from Ximinhan/fix-diskcheck
Browse files Browse the repository at this point in the history
update disk partition path
  • Loading branch information
openshift-merge-bot[bot] authored Oct 11, 2024
2 parents a25a9c9 + bbffb62 commit 40d9cc2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jobs/maintenance/check-disk-usage-on-buildvm/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ notify ART team if it does.
commonlib.checkMock()

partitions_to_check = [
"/dev/mapper/rhel_buildvm-root",
"/dev/mapper/workspace-workspace",
"infinibox01-bos-nfs.prod.psi.bos.redhat.com:/buildvm-openshift",
"/mnt/jenkins-home",
"/mnt/jenkins-workspace",
]

warnings = []
Expand Down

0 comments on commit 40d9cc2

Please sign in to comment.