Skip to content

Commit

Permalink
Make API tests using HUB_TESTS_REF variable (#61)
Browse files Browse the repository at this point in the history
* 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 konveyor/ci#22 and konveyor/ci#23

Signed-off-by: Marek Aufart <maufart@redhat.com>

* Replace ununsed BRANCH var

Signed-off-by: Marek Aufart <maufart@redhat.com>

---------

Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi authored Nov 29, 2023
1 parent 74ecca5 commit 915e62d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
VENDOR_DIR ?= /tmp/konveyor-vendor
ARCH ?= amd64
BRANCH ?= main


# Setup local minikube with tackle - work in progress (TODO: enable auth)
Expand Down Expand Up @@ -64,7 +63,7 @@ test-jira:

# Hub API remote tests.
test-hub-api:
./hub-api/run-tests.sh ${BRANCH}
./hub-api/run-tests.sh ${HUB_TESTS_REF}

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

Expand Down

0 comments on commit 915e62d

Please sign in to comment.