Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python request logger example component deprication and removal #4016

Merged
merged 7 commits into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions ci_build_and_push_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,6 @@ function build_push_alibi_detect {
ALIBI_DETECT_EXIT_VALUE=$?
}

function build_push_request_logger {
make \
-C components/seldon-request-logger \
build_image \
push_image
LOGGER_EXIT_VALUE=$?
}

function build_push_sklearnserver {
make \
-C servers/sklearnserver \
Expand Down Expand Up @@ -207,7 +199,6 @@ build_push_operator
build_push_executor
build_push_mock
build_push_alibi_detect
build_push_request_logger
build_push_sklearnserver
build_push_mlflowserver
build_push_xgboostserver
Expand All @@ -233,7 +224,6 @@ echo "OPERATOR_EXIT_VALUE $OPERATOR_EXIT_VALUE"
echo "EXECUTOR_EXIT_VALUE $EXECUTOR_EXIT_VALUE"
echo "MOCK_MODEL_EXIT_VALUE $MOCK_MODEL_EXIT_VALUE"
echo "ALIBI_DETECT_EXIT_VALUE $ALIBI_DETECT_EXIT_VALUE"
echo "LOGGER_EXIT_VALUE $LOGGER_EXIT_VALUE"
echo "SKLEARN_EXIT_VALUE $SKLEARN_EXIT_VALUE"
echo "MLFLOW_EXIT_VALUE $MLFLOW_EXIT_VALUE"
echo "XGBOOST_EXIT_VALUE $XGBOOST_EXIT_VALUE"
Expand All @@ -252,7 +242,6 @@ exit $((${PYTHON_EXIT_VALUE} \
+ ${EXECUTOR_EXIT_VALUE} \
+ ${MOCK_MODEL_EXIT_VALUE} \
+ ${ALIBI_DETECT_EXIT_VALUE} \
+ ${LOGGER_EXIT_VALUE} \
+ ${SKLEARN_EXIT_VALUE} \
+ ${MLFLOW_EXIT_VALUE} \
+ ${XGBOOST_EXIT_VALUE} \
Expand Down
38 changes: 0 additions & 38 deletions components/seldon-request-logger/Dockerfile

This file was deleted.

81 changes: 0 additions & 81 deletions components/seldon-request-logger/Makefile

This file was deleted.

184 changes: 0 additions & 184 deletions components/seldon-request-logger/README.md

This file was deleted.

Loading