Commit graph

6 commits

Author SHA1 Message Date
Patrik Nordwall
ac6ec8ce83
Try running Aeron tests again (#31172) 2022-02-22 12:56:29 +01:00
Patrik Nordwall
f6a2dff7f7
Try with less cpu requests and anti-affinity, #30874 (#30883)
* trying to fix the "does not have a host assigned" for some pods
  after the change to 10 pods
* reducing StressSpec to 10 multi-nodes
2021-11-13 16:44:09 +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
Patrik Nordwall
527571fc3a
Aeron media driver volume for multi-node CI, #30601 (#30835) 2021-10-29 14:19:17 +02:00
Renato Cavalcanti
4ef9b31d8e
move aeron tests in multi-node (#30706) 2021-10-20 08:07:47 +02: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