Skip to content

Commit

Permalink
Re-add HUB_BASE_URL
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi committed Sep 14, 2023
1 parent e5052de commit b0615a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
VENDOR_DIR ?= /tmp/konveyor-vendor
ARCH ?= amd64
MINIKUBE_IP ?= `minikube ip`
# HUB_BASE_URL="http://${MINIKUBE_IP}/hub"

# Setup local minikube with tackle - work in progress (TODO: enable auth)
# This is for local setup, CI uses shared github actions
Expand Down Expand Up @@ -45,11 +44,11 @@ test-tier2:

# Application analysis tests.
test-analysis:
go test -count=1 -timeout 7200s -v ./analysis/...
HUB_BASE_URL="http://${MINIKUBE_IP}/hub" go test -count=1 -timeout 7200s -v ./analysis/...

# Metrics.
test-metrics:
ginkgo -v ./e2e/metrics/...
HUB_BASE_URL="http://${MINIKUBE_IP}/hub" ginkgo -v ./e2e/metrics/...

# Add next features tests here and call the target from appropriate tier.

Expand Down

0 comments on commit b0615a3

Please sign in to comment.