elastic / cloud-on-k8s

Elastic Cloud on Kubernetes
Other
2.58k stars 702 forks source link

[E2E] Increase Agent memory on OpenShift #7884

Closed barkbay closed 3 months ago

barkbay commented 3 months ago

Similar to https://github.com/elastic/cloud-on-k8s/pull/7789, however Agent's memory is only increased on OpenShift.

The rational is that, since there are more components running on a OpenShift cluster, it requires more memory than other K8s distributions. Therefore OpenShift is considered as a special case.

barkbay commented 3 months ago

buildkite test this -f p=ocp,TESTS_MATCH=TestAgentConfigRef

barkbay commented 3 months ago

Converted as a draft while I'm doing some tests...

barkbay commented 3 months ago

I ran the other failing tests (TestMultipleOutputConfig and TestSystemIntegrationConfig) locally, and there are now also passing.