open-nomad/e2e/csi
Tim Gross dc013b5267
E2E: set longer timeout for CSI plugin alloc start (#12732)
The CSI plugin allocations take a while to be marked healthy,
sometimes causing E2E test flakes during the setup phase of the
tests. There's nothing CSI specific about marking plugin allocs
healthy, as the plugin supervisor hook does all the fingerprinting in
the postrun hook (the prestart hook just makes a couple of empty
directories). The timeouts we're seeing may be because of where we're
pulling the images from; most our jobs pull from a CDN-backed public
registry whereas these are pulling from ECR. Set a 1min timeout for
these to make sure we have enough time to pull the image and start the
task.
2022-04-21 11:11:43 -04:00
..
input CSI: set plugin `CSI_ENDPOINT` env var only if unset by user (#12257) 2022-03-21 11:48:47 -04:00
csi.go E2E: set longer timeout for CSI plugin alloc start (#12732) 2022-04-21 11:11:43 -04:00
ebs.go E2E: set longer timeout for CSI plugin alloc start (#12732) 2022-04-21 11:11:43 -04:00
efs.go E2E: set longer timeout for CSI plugin alloc start (#12732) 2022-04-21 11:11:43 -04:00