mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 20:39:40 +00:00
Fix Github Actions for Ubuntu-24.04 (#11112)
* Fix vagrant/libvirt composite action for ubuntu-24.04 * Don't ignore changes to internal actions * Fix unit tests for ubuntu 24.04, new lsof version * Pin os version for unit and E2E workflows Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -649,7 +649,7 @@ steps:
|
||||
UPGRADE_CHANNEL="latest"
|
||||
fi
|
||||
fi
|
||||
E2E_RELEASE_CHANNEL=$UPGRADE_CHANNEL go test -v -timeout=45m ./upgradecluster_test.go -ci -local
|
||||
E2E_RELEASE_CHANNEL=$UPGRADE_CHANNEL go test -v -timeout=45m ./upgradecluster_test.go -ci -local -ginkgo.v
|
||||
cp ./coverage.out /tmp/artifacts/upgrade-coverage.out
|
||||
fi
|
||||
- docker stop registry && docker rm registry
|
||||
|
||||
Reference in New Issue
Block a user