From 194e4d0d15d20e6f8ba761d4d9837de1972da61a Mon Sep 17 00:00:00 2001 From: Julien Leduc <julien.leduc@cern.ch> Date: Fri, 28 Jul 2017 11:08:49 +0200 Subject: [PATCH] 5000->1000 files for nightly1 as this is the nice test --- continuousintegration/orchestration/tests/nightly1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/continuousintegration/orchestration/tests/nightly1.sh b/continuousintegration/orchestration/tests/nightly1.sh index 9b394a5df5..c37d0fb38f 100644 --- a/continuousintegration/orchestration/tests/nightly1.sh +++ b/continuousintegration/orchestration/tests/nightly1.sh @@ -12,8 +12,8 @@ for DRIVE in $(admin_cta dr ls | grep Down | sed -e 's/ \+/ /g' | cut -d\ -f2); done for ((i=0;i<4;i++)); do - echo "Launching bash ./client_ar.sh -n 5000 -s 10 -p 6 -v" - bash ./client_ar.sh -n 5000 -s 10 -p 6 -v & + echo "Launching bash ./client_ar.sh -n 1000 -s 10 -p 4 -v" + bash ./client_ar.sh -n 1000 -s 10 -p 4 -v & done for job in `jobs -p` -- GitLab