Fix for Kubeflag Integration test (#8154)

* Use argument that doesn't require file
* Use build-k3s workflow in cgroup
* Bump timeout on integration tests

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2023-08-07 14:04:04 -07:00
committed by GitHub
parent b2e71553ce
commit 9702f92345
6 changed files with 12 additions and 21 deletions

View File

@@ -8,7 +8,9 @@ if [ ! -e ../bin/containerd ]; then
fi
./package-cli
./package-image
if [ -z "$SKIP_IMAGE" ]; then
./package-image
fi
if [ -z "$SKIP_AIRGAP" ]; then
./package-airgap
fi