Skip to content

Commit 0f4c930

Browse files
committed
Merge remote-tracking branch 'common-upstream/main' into common-automatic-update
2 parents 172ecb7 + 9e4bc56 commit 0f4c930

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

common/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
209217
super-linter: ## Runs super linter locally
210218
rm -rf .mypy_cache

common/scripts/pattern-util.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)