This is an automated email from the ASF dual-hosted git repository.
payang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/master by this push:
new b4188fef [YUNIKORN-2070] E2e tests for gang_scheduling failed due to
containers init were OOM-Killed (#698)
b4188fef is described below
commit b4188fef3016760d4051eb1528b5d1ed168b2c88
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Wed Oct 25 09:36:52 2023 +0800
[YUNIKORN-2070] E2e tests for gang_scheduling failed due to containers init
were OOM-Killed (#698)
Closes: #698
Signed-off-by: PoAn Yang <[email protected]>
---
test/e2e/gang_scheduling/gang_scheduling_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/e2e/gang_scheduling/gang_scheduling_test.go
b/test/e2e/gang_scheduling/gang_scheduling_test.go
index 032b6d4c..61cce1f7 100644
--- a/test/e2e/gang_scheduling/gang_scheduling_test.go
+++ b/test/e2e/gang_scheduling/gang_scheduling_test.go
@@ -71,7 +71,7 @@ var _ = Describe("", func() {
minResource = map[string]resource.Quantity{
v1.ResourceCPU.String(): resource.MustParse("10m"),
- v1.ResourceMemory.String(): resource.MustParse("10M"),
+ v1.ResourceMemory.String(): resource.MustParse("20M"),
}
jobNames = []string{}
appID = "appid-" + common.RandSeq(5)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]