Skip to content

Commit

Permalink
Give more memory to the VM in health e2e test
Browse files Browse the repository at this point in the history
We observed multiples times in the CI that the pod won't start at the
end because of "Insufficient memory" according to the kube-scheduler.
  • Loading branch information
guillaumerose committed Nov 4, 2020
1 parent 7141aaa commit 0a8f5ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/features/story_health.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Feature:
@linux @darwin
Scenario: Start CRC
Given executing "crc setup" succeeds
When setting config property "memory" to value "12000" succeeds
When starting CRC with default bundle succeeds
Then stdout should contain "Started the OpenShift cluster"
And executing "eval $(crc oc-env)" succeeds
Expand All @@ -16,6 +17,7 @@ Feature:
@windows
Scenario: Start CRC on Windows
Given executing "crc setup" succeeds
When setting config property "memory" to value "12000" succeeds
When starting CRC with default bundle and nameserver "10.75.5.25" succeeds
Then stdout should contain "Started the OpenShift cluster"
And executing "crc oc-env | Invoke-Expression" succeeds
Expand Down

0 comments on commit 0a8f5ea

Please sign in to comment.