Merge pull request #41002 from azat/ci/fix-oom-check

ci/stress: clear dmesg before run to fix "OOM in dmesg" check
This commit is contained in:
Alexey Milovidov 2022-09-06 06:41:36 +03:00 committed by GitHub
commit 7776512b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,9 @@
# shellcheck disable=SC2086
# shellcheck disable=SC2024
# Avoid overlaps with previous runs
dmesg --clear
set -x
# Thread Fuzzer allows to check more permutations of possible thread scheduling