Skip to content

Commit 777d633

Browse files
committed
adding small container scenarios
1 parent 11978a5 commit 777d633

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/containers-scenarios.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ parameters:
2222
type: object
2323
default:
2424

25+
- displayName: 0.1 - 256mb
26+
arguments: --property cpu=0.1 --property mem=256mb --property size=100m-256mb --application.cpuLimitRatio 0.1 --application.memoryLimitInBytes 256000000
27+
- displayName: 0.25 - 256mb
28+
arguments: --property cpu=0.25 --property mem=256mb --property size=250m-256mb --application.cpuLimitRatio 0.25 --application.memoryLimitInBytes 256000000
2529
- displayName: 0.5 - 256mb
2630
arguments: --property cpu=0.5 --property mem=256mb --property size=500m-256mb --application.cpuLimitRatio 0.5 --application.memoryLimitInBytes 256000000
2731
- displayName: 1 - 512mb

0 commit comments

Comments
 (0)