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
5
5
6
6
compose-file : !include compose.yml
7
7
8
+ ignore-unsupported-compose : True
9
+
8
10
services :
9
11
drupal-mariadb :
10
12
ports :
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ description: Demonstrating the resource consumption of two containers communicat
5
5
6
6
compose-file : !include compose.yml
7
7
8
+ ignore-unsupported-compose : True
9
+
8
10
9
11
flow :
10
12
- 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
5
5
6
6
compose-file : !include compose.yml
7
7
8
+ services :
9
+ gcb-alpine-stress :
10
+ cpus : 1
11
+ mem_limit : " 6MB"
12
+
13
+
14
+
8
15
flow :
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
+
9
26
- name : Stress
10
27
container : gcb-alpine-stress
11
28
commands :
14
31
- type : console
15
32
command : stress-ng -c 1 -t 5 -q
16
33
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