Skip to content

Commit

Permalink
Change Makefile target name
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Dec 9, 2022
1 parent 5179871 commit 2c74b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ibm/pipelines/openshift-unauth-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ibmcloud oc cluster config -c "${CLUSTER_ID}"
(
set -e
make install
make test-integration-cluster-unauth
make test-integration-openshift-unauth
) |& tee "/tmp/${LOGFILE}"

RESULT=${PIPESTATUS[0]}
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ openshiftci-presubmit-unittests:
test-integration-cluster:
$(RUN_GINKGO) $(GINKGO_FLAGS) --junit-report="test-integration.xml" --label-filter="!unauth && !nocluster && !podman" tests/integration

.PHONY: test-integration-cluster-unauth
test-integration-cluster-unauth:
.PHONY: test-integration-openshift-unauth
test-integration-openshift-unauth:
$(RUN_GINKGO) $(GINKGO_FLAGS) --junit-report="test-integration-unauth.xml" --label-filter="unauth" tests/integration

.PHONY: test-integration-no-cluster
Expand Down

0 comments on commit 2c74b47

Please sign in to comment.