Skip to content

Commit f113f0f

Browse files
committed
jobs/stress-ng-1ssd.yaml: add full contents from 1hdd yaml
The include doesn't work for job yaml that contains multi yaml docs. Signed-off-by: Philip Li <[email protected]>
1 parent 5e6ecd0 commit f113f0f

File tree

1 file changed

+83
-1
lines changed

1 file changed

+83
-1
lines changed

jobs/stress-ng-1ssd.yaml

Lines changed: 83 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,85 @@
1-
<< : jobs/stress-ng-1hdd.yaml
1+
suite: stress-ng
2+
testcase: stress-ng
3+
category: benchmark
4+
5+
nr_threads: 100%
26

37
disk: 1SSD
8+
9+
testtime:
10+
- 60s
11+
12+
fs:
13+
- btrfs
14+
- ext4
15+
- xfs
16+
17+
stress-ng:
18+
test:
19+
- access
20+
- acl
21+
- aiol
22+
- bind-mount
23+
# - binderfs
24+
- chdir
25+
- chmod
26+
- chown
27+
- copy-file
28+
- dentry
29+
- dir
30+
- dirdeep
31+
- dirmany
32+
- dnotify
33+
- dup
34+
- eventfd
35+
- fallocate
36+
- fcntl
37+
- fiemap
38+
- file-ioctl
39+
- filename
40+
- flock
41+
- fpunch
42+
- fsize
43+
- fstat
44+
- getdent
45+
- handle
46+
- hdd
47+
- inode-flags
48+
- inotify
49+
- io
50+
- iomix
51+
- ioprio
52+
- lease
53+
- link
54+
- locka
55+
- lockf
56+
- lockofd
57+
- metamix
58+
- mknod
59+
- open
60+
- procfs
61+
- rawdev
62+
- rename
63+
- swap
64+
- sync-file
65+
- touch
66+
- utime
67+
# - verity
68+
- xattr
69+
70+
---
71+
# Only the ext file system support chattr system call
72+
fs:
73+
- ext4
74+
75+
stress-ng:
76+
test:
77+
- chattr
78+
79+
---
80+
# Avoid issue "too many open files" when running with 100% threads on tbox with large number of cpu
81+
nr_threads: 10%
82+
83+
stress-ng:
84+
test:
85+
- fanotify

0 commit comments

Comments
 (0)