Commit graph

3 commits

Author SHA1 Message Date
Patrik Nordwall
ac6ec8ce83
Try running Aeron tests again (#31172) 2022-02-22 12:56:29 +01:00
Patrik Nordwall
d90532bc56
adjust cpu requests for failing ClusterSingletonManagerSpec, #30253 (#30873)
* ClusterSingletonManagerSpec is failing with Artery aeron-udp because of
  starvation slowness
* we use 5 nodes with 4 vCPU each
* ClusterSingletonManagerSpec uses 8 pods
* my thinking is that with the previous cpu request 1 it might
  schedule too many pods on the same node (if it doesn't distribute
  them evenly)
* with this new cpu request it should still be able to schedule 2 pods
  per node and that covers all tests except the StressSpec, which is
  anyway disabled
* also changed to n2 series and reduced idle-cpu-level
2021-11-10 16:29:06 +01:00
Andrea Peruffo
d75ad252b8
Run multi-node tests on fresh GKE clusters (#30570)
* Port multi-node-test from Jenkins
* link to issues for gh-excluded tests
* use kubectl in multi-jvm plugin
2021-08-27 17:40:51 +02:00