Skip to content

Commit 797cd1b

Browse files
dtfranzci-robot
authored and
ci-robot
committed
UPSTREAM: <carry>: Add test-e2e target for downstream Makefile to be run by openshift/release.
Signed-off-by: dtfranz <[email protected]>
1 parent 5283bcd commit 797cd1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openshift/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ manifests: $(KUSTOMIZE) $(YQ)
1414
.PHONY: verify-manifests
1515
verify-manifests: manifests
1616
git diff --exit-code
17+
18+
.PHONY: test-e2e
19+
test-e2e: ## Run the e2e tests. TODO: stub until tests are working downstream
20+
/bin/true

0 commit comments

Comments
 (0)