File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,14 @@ argo-healthcheck: ## Checks if all argo applications are synced
205205
206206# #@ Test and Linters Tasks
207207
208+ .PHONY : qe-tests
209+ qe-tests : # # Runs the tests that QE runs
210+ @set -e; if [ -f ./tests/interop/run_tests.sh ]; then \
211+ ./tests/interop/run_tests.sh; \
212+ else \
213+ echo " No ./tests/interop/run_tests.sh found skipping" ; \
214+ fi
215+
208216.PHONY : super-linter
209217super-linter : # # Runs super linter locally
210218 rm -rf .mypy_cache
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ podman run -it --rm --pull=newer \
8080 -e TOKEN_NAMESPACE \
8181 -e VALUES_SECRET \
8282 -e KUBECONFIG \
83+ -e PATTERN_INSTALL_CHART \
8384 -e K8S_AUTH_HOST \
8485 -e K8S_AUTH_VERIFY_SSL \
8586 -e K8S_AUTH_SSL_CA_CERT \
You can’t perform that action at this time.
0 commit comments