Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Feb 22, 2024
1 parent 6e29905 commit 30e5d5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ CNI_PLUGIN_INSTALL_DIR := /opt/cni/bin

.PHONY: setup-minikube-upstream-rook
setup-minikube-upstream-rook:
$(SUDO) rm -rf $(BINDIR) $(TMPDIR)

echo aaaaa
ls -l /home/runner/work/rbd-backup-system/rbd-backup-system/e2e/

Expand Down Expand Up @@ -70,6 +68,9 @@ setup-minikube-upstream-rook:

sudo -E minikube start --kubernetes-version="v$(KUBERNETES_VERSION)" --driver=none --memory 6g --cpus=2 --addons ingress --cni=calico

echo ffffff
ls -l /home/runner/work/rbd-backup-system/rbd-backup-system/e2e/

$(MAKE) $(GINKGO)
$(MAKE) $(KUBECTL)

Expand Down Expand Up @@ -109,8 +110,8 @@ $(TMPDIR):
mkdir -p $@

$(GINKGO): | $(BINDIR)
echo gggggg
ls -l /home/runner/work/rbd-backup-system/rbd-backup-system/e2e/
ls -l /home/runner/work/rbd-backup-system/rbd-backup-system/e2e/bin/
GOBIN=$(BINDIR) go install github.com/onsi/ginkgo/v2/ginkgo@$(GINKGO_VERSION)
mv $(BINDIR)/ginkgo $@

Expand Down

0 comments on commit 30e5d5f

Please sign in to comment.