File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -16,73 +16,73 @@ flow:
16
16
# We need the -q flag because otherwise it will write debug to STDERR
17
17
- type : console
18
18
command : timeout 0.1 stress-ng -c 1 -q
19
- ignore-erros : true
19
+ ignore-errors : true
20
20
note : Starting Stress
21
21
- type : console
22
22
command : sleep 0.1
23
- ignore-erros : true
23
+ ignore-errors : true
24
24
note : Sleeping
25
25
- type : console
26
26
command : timeout 0.1 stress-ng -c 1 -q
27
- ignore-erros : true
27
+ ignore-errors : true
28
28
note : Starting Stress
29
29
- type : console
30
30
command : sleep 0.1
31
- ignore-erros : true
31
+ ignore-errors : true
32
32
note : Sleeping
33
33
- type : console
34
34
command : timeout 0.1 stress-ng -c 1 -q
35
- ignore-erros : true
35
+ ignore-errors : true
36
36
note : Starting Stress
37
37
- type : console
38
38
command : sleep 0.1
39
- ignore-erros : true
39
+ ignore-errors : true
40
40
note : Sleeping
41
41
- type : console
42
42
command : timeout 0.2 stress-ng -c 1 -q
43
- ignore-erros : true
43
+ ignore-errors : true
44
44
note : Starting Stress
45
45
- type : console
46
46
command : sleep 0.2
47
- ignore-erros : true
47
+ ignore-errors : true
48
48
note : Sleeping
49
49
- type : console
50
50
command : timeout 0.2 stress-ng -c 1 -q
51
- ignore-erros : true
51
+ ignore-errors : true
52
52
note : Starting Stress
53
53
- type : console
54
54
command : sleep 0.2
55
- ignore-erros : true
55
+ ignore-errors : true
56
56
note : Sleeping
57
57
- type : console
58
58
command : timeout 0.2 stress-ng -c 1 -q
59
- ignore-erros : true
59
+ ignore-errors : true
60
60
note : Starting Stress
61
61
- type : console
62
62
command : sleep 0.2
63
- ignore-erros : true
63
+ ignore-errors : true
64
64
note : Sleeping
65
65
- type : console
66
66
command : timeout 0.5 stress-ng -c 1 -q
67
- ignore-erros : true
67
+ ignore-errors : true
68
68
note : Starting Stress
69
69
- type : console
70
70
command : sleep 0.5
71
- ignore-erros : true
71
+ ignore-errors : true
72
72
note : Sleeping
73
73
- type : console
74
74
command : timeout 0.5 stress-ng -c 1 -q
75
- ignore-erros : true
75
+ ignore-errors : true
76
76
note : Starting Stress
77
77
- type : console
78
78
command : sleep 0.5
79
- ignore-erros : true
79
+ ignore-errors : true
80
80
note : Sleeping
81
81
- type : console
82
82
command : timeout 0.5 stress-ng -c 1 -q
83
- ignore-erros : true
83
+ ignore-errors : true
84
84
note : Starting Stress
85
85
- type : console
86
86
command : sleep 0.5
87
- ignore-erros : true
87
+ ignore-errors : true
88
88
note : Sleeping
You can’t perform that action at this time.
0 commit comments