Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Fixed the environment issue in CI (#1335)
Browse files Browse the repository at this point in the history
Signed-off-by: Sushanta Das <[email protected]>
  • Loading branch information
tisutisu authored Jan 9, 2023
1 parent 18f4805 commit b578dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/performance.mk
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ test-performance-thresholds: yq
test-performance-upload-kpi: setup-venv
@echo Uploading kpi to the open search instance
$(Q)$(PYTHON_VENV_DIR)/bin/pip install -q -r ./test/performance/requirements.txt
OS_HOST=$(OPENSEARCH_HOST) OS_REGION=$(OPENSEARCH_REGION) KPI_YAML_FILE=$(TEST_PERFORMANCE_OUTPUT_DIR)/results/kpi.yaml $(PYTHON_VENV_DIR)/bin/python3 ./test/performance/upload_data.py
OS_HOST=$(OPENSEARCH_HOST) OS_REGION=$(OPENSEARCH_REGION) KPI_YAML_FILE=$(TEST_PERFORMANCE_OUTPUT_DIR)/results/kpi.yaml TEST_PERFORMANCE_AVG_MEMORY=$(TEST_PERFORMANCE_AVG_MEMORY) TEST_PERFORMANCE_MAX_MEMORY=$(TEST_PERFORMANCE_MAX_MEMORY) TEST_PERFORMANCE_AVG_CPU=$(TEST_PERFORMANCE_AVG_CPU) TEST_PERFORMANCE_MAX_CPU=$(TEST_PERFORMANCE_MAX_CPU) $(PYTHON_VENV_DIR)/bin/python3 ./test/performance/upload_data.py

0 comments on commit b578dcd

Please sign in to comment.