jenkins: cleanup /dev/shm (#31095)

This commit is contained in:
Adeeb Shihadeh 2024-01-20 15:24:34 -08:00 committed by GitHub
parent dc9ffd2f10
commit 332a21965d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -37,6 +37,7 @@ if [ -f /TICI ]; then
rm -rf /tmp/tmp* rm -rf /tmp/tmp*
rm -rf ~/.commacache rm -rf ~/.commacache
rm -rf /dev/shm/*
if ! systemctl is-active --quiet systemd-resolved; then if ! systemctl is-active --quiet systemd-resolved; then
echo "restarting resolved" echo "restarting resolved"