mirror of
https://github.com/ceph/ceph
synced 2024-12-16 16:39:21 +00:00
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:
parent
c035816c21
commit
ef04eaccfa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user