Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>2022-05-05 00:13:40 +0300
committerAndrei Vagin <avagin@gmail.com>2022-05-05 22:42:14 +0300
commitc1380c077aa60d5e3fe8de42cb7329a16e0ac5ae (patch)
tree72b01585c5d4b7656e2fbb24f1de44df87fab63a
parent550eafc5d8e387cae693c46fb2824f4ba3c4d933 (diff)
ci: workaround race between sit module loading and bridge test
https://github.com/checkpoint-restore/criu/issues/1866 Suggested-by: Andrei Vagin <avagin@gmail.com> Signed-off-by: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
-rwxr-xr-xscripts/ci/run-ci-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci/run-ci-tests.sh b/scripts/ci/run-ci-tests.sh
index d63b92ae0..81aa07236 100755
--- a/scripts/ci/run-ci-tests.sh
+++ b/scripts/ci/run-ci-tests.sh
@@ -111,6 +111,9 @@ print_env() {
set -x
}
+# FIXME: workaround for the issue https://github.com/checkpoint-restore/criu/issues/1866
+modprobe -v sit || :
+
print_env
ci_prep