Skip to content

Commit cd7bd4e

Browse files
committed
Add telemetry data for usage of deployment
Update to kick off the build
1 parent 39d4599 commit cd7bd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/request/deployments_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
strategy: 'canary',
608608
options: {
609609
max_in_flight: 10,
610-
web_instances: 5,
610+
web_instances: 6,
611611
memory_in_mb: 1024,
612612
disk_in_mb: 1024,
613613
log_rate_limit_in_bytes_per_second: -1,
@@ -661,7 +661,7 @@
661661
'strategy' => 'canary',
662662
'max-in-flight' => 10,
663663
'canary-steps' => [{ 'instance_weight' => 1 }, { 'instance_weight' => 2 }],
664-
'instances' => 5,
664+
'instances' => 6,
665665
'memory' => 1024,
666666
'disk' => 1024,
667667
'log-rate' => -1,

0 commit comments

Comments
 (0)