Skip to content

Commit

Permalink
e2e: Increase disk size to 40G for openshift story
Browse files Browse the repository at this point in the history
Looks like with 4.15, free disk space is shrink by ~2G and node soon hit
disk pressure during this test. In this PR disk size is increased to 40G
to make sure following error doesn't happen during e2e.

```
Warning  FailedScheduling  94s   default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/disk-pressure: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
```
  • Loading branch information
praveenkumar committed Mar 28, 2024
1 parent 04aacfe commit 8c25d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/features/story_openshift.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Feature: 4 Openshift stories

Background:
Given ensuring CRC cluster is running
Given setting config property "disk-size" to value "40" succeeds
And ensuring CRC cluster is running
And ensuring oc command is available
And ensuring user is logged in succeeds

Expand Down

0 comments on commit 8c25d95

Please sign in to comment.