Skip to content

Commit

Permalink
fix(ci): Disable bindings for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstacks committed Jan 13, 2025
1 parent 96ccc03 commit 0e749ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ deploy_for_e2e: _deploy-check-env-vars docker-build manifests kustomize _helm_se
--set log.level=debug \
--set log.stacktraceLevel=panic \
--set metaData.env=local,metaData.from=makefile \
--set bindings.enabled=true \
--set bindings.enabled=false \
--set bindings.name=$(E2E_BINDING_NAME) \
--set bindings.description="Example binding for CI e2e tests" \
--set bindings.allowedURLs='{*.e2e}' \
Expand Down Expand Up @@ -312,7 +312,7 @@ helm-update-snapshots-no-deps: ## Update helm unittest snapshots without rebuild

.PHONY: e2e-tests
e2e-tests: ## Run e2e tests
chainsaw test ./tests/chainsaw
chainsaw test ./tests/chainsaw --exclude-test-regex 'chainsaw/_skip_*.yaml'

.PHONY: e2e-clean
e2e-clean: ## Clean up e2e tests
Expand Down

0 comments on commit 0e749ca

Please sign in to comment.