Added $4 for filter out "random.yaml\,async.yaml" tests for now

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
Yuri Weinstein 2015-11-02 08:01:50 -08:00
parent c035816c21
commit ef04eaccfa

View File

@ -3,5 +3,6 @@
# $1 - part
# $2 - branch name
# $3 - machine name
# $4 - filter out
teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 2) * 7) + $1" | bc)/14
teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 2) * 7) + $1" | bc)/14 $4