File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ description: Drupal sample with pre-populated DB (pages and plugins) where a sim
55
66compose-file : !include compose.yml
77
8+ ignore-unsupported-compose : True
9+
810services :
911 drupal-mariadb :
1012 ports :
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ description: Demonstrating the resource consumption of two containers communicat
55
66compose-file : !include compose.yml
77
8+ ignore-unsupported-compose : True
9+
810
911flow :
1012 - name : External-Network-Test
Original file line number Diff line number Diff line change @@ -5,7 +5,24 @@ description: A simple 5 seconds stress on the system with one core. Expected dis
55
66compose-file : !include compose.yml
77
8+ services :
9+ gcb-alpine-stress :
10+ cpus : 1
11+ mem_limit : " 6MB"
12+
13+
14+
815flow :
16+ - name : Hide me
17+ container : gcb-alpine-stress
18+ commands :
19+ # Alpine does not have stress, so we use stress-ng
20+ # We need the -q flag because otherwise it will write debug to STDERR
21+ - type : console
22+ command : sleep 0
23+ note : Starting Stress
24+
25+
926 - name : Stress
1027 container : gcb-alpine-stress
1128 commands :
1431 - type : console
1532 command : stress-ng -c 1 -t 5 -q
1633 note : Starting Stress
34+
35+ - name : Hide me 2
36+ container : gcb-alpine-stress
37+ commands :
38+ # Alpine does not have stress, so we use stress-ng
39+ # We need the -q flag because otherwise it will write debug to STDERR
40+ - type : console
41+ command : sleep 0
42+ note : Starting Stress
43+
You can’t perform that action at this time.
0 commit comments