Skip to content

Commit

Permalink
Remove warning as well for the local spawner not having memory reques…
Browse files Browse the repository at this point in the history
…t support - we know that
  • Loading branch information
Caspar van Leeuwen committed Oct 9, 2024
1 parent a0a948d commit e9c2472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot/check-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br/>
Expand Down

0 comments on commit e9c2472

Please sign in to comment.