mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 21:49:29 +00:00
Stagger e2e parallel launches
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -601,9 +601,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:
|
||||
|
||||
Reference in New Issue
Block a user