Skip to content

Commit a19eaf2

Browse files
committed
Document the new '$' suite file
Including the $ in a directory of yaml files causes teuthology to randomly select one of the yaml files in that directory. Signed-off-by: Warren Usui <[email protected]>
1 parent 44f16c9 commit a19eaf2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

qa/README

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ item), so this is really 2x2 = 4 tests, which are
4747
a + b2 + c + d1
4848
a + b2 + c + d2
4949

50+
A directory with a magic '$' file represents a test where one of the other
51+
items is chosen randomly. For example,
52+
53+
suites/foo/$
54+
suites/foo/a.yaml
55+
suites/foo/b.yaml
56+
suites/foo/c.yaml
57+
58+
is a single test. It will be either a.yaml, b.yaml or c.yaml. This can be
59+
used in conjunction with the '%' file in other directories to run a series of
60+
tests without causing an unwanted increase in the total number of jobs run.
61+
5062
Symlinks are okay.
5163

5264
The teuthology code can be found in https://github.com/ceph/teuthology.git

0 commit comments

Comments
 (0)