From b865912b33502c6b26dbb9cecfcb731a656a2af2 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Wed, 19 Jul 2017 09:03:23 -0700 Subject: [PATCH] Added luminous to the mix Signed-off-by: Yuri Weinstein --- qa/machine_types/schedule_subset.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/machine_types/schedule_subset.sh b/qa/machine_types/schedule_subset.sh index ea206ff4be3..30a378d20ec 100755 --- a/qa/machine_types/schedule_subset.sh +++ b/qa/machine_types/schedule_subset.sh @@ -36,6 +36,9 @@ elif [ $2 = "jewel" ] ; then elif [ $2 = "kraken" ] ; then # run kraken branch with /40 jobs teuthology-suite -v -c $2 -m $3 -k distro -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/40 -e $5 $6 +elif [ $2 = "luminous" ] ; then + # run luminous branch with /40 jobs + teuthology-suite -v -c $2 -m $3 -k distro -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/40 -e $5 $6 else # run NON master branches without --newest teuthology-suite -v -c $2 -m $3 -k distro -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/28 -e $5 $6 -- 2.47.3