From 1768e8717b3e2922616cf9ec817b13de9b8348f7 Mon Sep 17 00:00:00 2001 From: Gregory Giguashvili Date: Mon, 3 Jun 2024 23:00:36 +0300 Subject: [PATCH] Limit max number of parallel VM creation jobs --- test/bin/ci_phase_iso_boot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/bin/ci_phase_iso_boot.sh b/test/bin/ci_phase_iso_boot.sh index 9c7e2ee1a2..85f9896a32 100755 --- a/test/bin/ci_phase_iso_boot.sh +++ b/test/bin/ci_phase_iso_boot.sh @@ -75,6 +75,7 @@ prepare_scenario_sources LAUNCH_OK=true if ! parallel \ ${progress} \ + --jobs 10 \ --results "${SCENARIO_INFO_DIR}/{/.}/boot.log" \ --joblog "${LAUNCH_VMS_JOB_LOG}" \ --delay 5 \