mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 21:49:29 +00:00
E2E: Startup test cleanup + RunCommand Enhancement (#7388)
* Add beforesuite to startup * Reduce timeouts for startup * Fix cleanup + set kubeconfig Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -752,6 +752,7 @@ steps:
|
||||
- |
|
||||
if [ "$DRONE_BUILD_EVENT" = "pull_request" ]; then
|
||||
cd ../upgradecluster
|
||||
vagrant destroy -f
|
||||
E2E_RELEASE_CHANNEL="latest" go test -v -timeout=45m ./upgradecluster_test.go -ci -local
|
||||
fi
|
||||
- docker stop registry && docker rm registry
|
||||
|
||||
Reference in New Issue
Block a user