From e9c2472b75a6527a57862ba9da27402a3abcbe2c Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Wed, 9 Oct 2024 15:06:44 +0200 Subject: [PATCH] Remove warning as well for the local spawner not having memory request support - we know that --- bot/check-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot/check-test.sh b/bot/check-test.sh index 79ae0be61f..2731e75464 100755 --- a/bot/check-test.sh +++ b/bot/check-test.sh @@ -93,6 +93,8 @@ else grep -v '\[=*\]' | \ # Remove blank line(s) from the report grep -v '^$' | \ + # Remove warnings about the local spawner not supporting memory requests + grep -v 'WARNING\: hooks\.req_memory_per_node does not support the scheduler you configured .local.*$' | \ # Strip color coding characters sed 's/\x1B\[[0-9;]*m//g' | \ # Replace all newline characters with