From 4d137d94e87a0b6069e567b8d22069b84e4333a7 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Wed, 16 Apr 2025 10:34:40 -0700 Subject: [PATCH] Stagger e2e parallel launches Signed-off-by: Derek Nola --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index b40154e5b6..bb7e93810a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -540,9 +540,12 @@ steps: # Cleanup VMs that are older than 2h. Happens if a previous test panics or is canceled - tests/e2e/scripts/cleanup_vms.sh - tests/e2e/scripts/drone_registries.sh + # Stagger the launch of this test with the parallel splitserver test + # to prevent conflicts over libvirt network interfaces - | cd tests/e2e/validatecluster ../scripts/cleanup_vms.sh 'validatecluster_([0-9]+)_(server|agent)' + sleep 15 go test -v -timeout=45m ./validatecluster_test.go -ci -local cp ./coverage.out /tmp/artifacts/validate-coverage.out volumes: