Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Add target to run kcc test in cc cluster #1878

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions experiments/compositions/composition/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ deploy-kind: release-test-kind-manifests docker-build docker-build-inline docker
e2e-test: release-test-kind-manifests docker-build docker-build-inline docker-build-expander-jinja2 fmt #docker-push docker-push-inline docker-push-expander-jinja2
cd tests/testcases/ && go test -v -timeout 3600s -run ./... --images=${IMG},${INLINE_IMG},${JINJA_IMG}

.PHONY: kcc-test
kcc-test: release-test-cc-manifests docker-build docker-build-inline docker-build-expander-jinja2 docker-build-expander-getter fmt docker-push docker-push-inline docker-push-expander-jinja2 docker-push-expander-getter
cd tests/testcases/ && go test -v -timeout 3600s -run "^TestKCCSampleAppTeam" --use-cc=true --images=${IMG},${INLINE_IMG},${JINJA_IMG},${GETTER_IMG}

##@ Deployment

ifndef ignore-not-found
Expand Down
Loading