mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #666 from ceph/wip-openstack-fixes
Added $4 for filter out "random.yaml\,async.yaml" tests for now
This commit is contained in:
commit
d9ca11afab
@ -3,5 +3,6 @@
|
|||||||
# $1 - part
|
# $1 - part
|
||||||
# $2 - branch name
|
# $2 - branch name
|
||||||
# $3 - machine 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