From bad955368cb9097cfc86e7af271bbd7264b89f0a Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Tue, 5 Sep 2023 16:12:36 +0300 Subject: [PATCH] Use k0sproject/footloose fork for smoke tests Signed-off-by: Kimmo Lehto --- smoke-test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smoke-test/Makefile b/smoke-test/Makefile index 0e29691a..5061c35e 100644 --- a/smoke-test/Makefile +++ b/smoke-test/Makefile @@ -14,7 +14,7 @@ k0sctl: $(MAKE) -C .. k0sctl $(footloose): - go install github.com/weaveworks/footloose/...@0.6.3 + go install github.com/k0sproject/footloose/...@0c5714351bb4f88c5de4cc859a7a3f02ffd04479 id_rsa_k0s: ssh-keygen -t rsa -f ./id_rsa_k0s -N "" @@ -41,4 +41,4 @@ smoke-os-override: $(footloose) id_rsa_k0s k0sctl FOOTLOOSE_TEMPLATE=footloose.yaml.osoverride.tpl K0SCTL_CONFIG=k0sctl-single.yaml OS_RELEASE_PATH=$(realpath os-release) OS_OVERRIDE="ubuntu" ./smoke-basic.sh smoke-backup-restore: $(footloose) id_rsa_k0s k0sctl - ./smoke-backup-restore.sh \ No newline at end of file + ./smoke-backup-restore.sh