From 4cee942579dfe26cb90350611dad0bac63fb083b Mon Sep 17 00:00:00 2001 From: Marek Aufart Date: Wed, 15 Nov 2023 10:01:14 +0100 Subject: [PATCH] Make API tests using HUB_TESTS_REF variable Adding HUB_TESTS_REF variable to make test-api target to (optionally) set Hub API tests branch. Related to https://github.com/konveyor/ci/issues/22 and https://github.com/konveyor/ci/pull/23 Signed-off-by: Marek Aufart --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 212e967..6b6daea 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ test-tier0: # TIER1 - all normal features expected to work. test-tier1: - ${MAKE} test-hub-api + ${MAKE} test-hub-api ${HUB_TESTS_REF} $(MAKE) test-metrics TIER1=1 $(MAKE) test-analysis