Skip to content

Commit

Permalink
Make API tests using HUB_TESTS_REF variable
Browse files Browse the repository at this point in the history
Adding HUB_TESTS_REF variable to make test-api target to (optionally) set
Hub API tests branch.

Related to konveyor/ci#22 and konveyor/ci#23

Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi committed Nov 15, 2023
1 parent 7a1560f commit 4cee942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4cee942

Please sign in to comment.