We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2d423 commit 4ac9961Copy full SHA for 4ac9961
ci-scripts/collect-results.sh
@@ -18,6 +18,8 @@ export TMP_DIR
18
TMP_DIR=$(python3 -c 'import os, sys; print(os.path.realpath(sys.argv[1]))' "${TMP_DIR:-.tmp}")
19
mkdir -p "${TMP_DIR}"
20
21
+export RHDH_NAMESPACE LOCUST_NAMESPACE
22
+
23
RHDH_NAMESPACE=${RHDH_NAMESPACE:-rhdh-performance}
24
ENABLE_PROFILING="${ENABLE_PROFILING:-false}"
25
RHDH_INSTALL_METHOD="${RHDH_INSTALL_METHOD:-helm}"
0 commit comments