Skip to content

Commit 04d0d6f

Browse files
committed
Check memory of verify bot
1 parent b9a0e32 commit 04d0d6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tool/github.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,17 @@ elif [ "UNIT_TEST_BOT" = "$BOT" ] ; then
7373

7474
elif [ "VERIFY_BOT" = "$BOT" ] ; then
7575
# Run the verifier
76+
echo "Check on space before verifyPluginProjectConfiguration\n"
77+
df -h
7678
./gradlew verifyPluginProjectConfiguration
79+
echo "Check on space before verifyPluginStructure\n"
80+
df -h
7781
./gradlew verifyPluginStructure
82+
echo "Check on space before verifyPluginSignature\n"
83+
df -h
7884
./gradlew verifyPluginSignature
85+
echo "Check on space before verifyPlugin\n"
86+
df -h
7987
./gradlew verifyPlugin
8088

8189
elif [ "INTEGRATION_BOT" = "$BOT" ]; then

0 commit comments

Comments
 (0)