From e9947761509c6becaed4ed940ccd306fc79b368a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=89=BE=E5=84=92?= Date: Tue, 9 Jul 2024 14:21:45 +0800 Subject: [PATCH 1/3] debug ci --- .circleci/continue-config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/continue-config.yml b/.circleci/continue-config.yml index 7f15a98..1fde7c1 100644 --- a/.circleci/continue-config.yml +++ b/.circleci/continue-config.yml @@ -91,6 +91,11 @@ jobs: command: | set +e declare -i test_status + + ls -al ./bazel-bin/secretflow_serving/tools + + ls -al ./bazel-bin/secretflow_serving/tools/simple_feature_service + python3 .ci/integration_test.py 2>&1 | tee integration_test.log; test_status=${PIPESTATUS[0]} exit ${test_status} - store_artifacts: From 4c8c256c86b1096324ff569b684aafa203f92b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=89=BE=E5=84=92?= Date: Tue, 9 Jul 2024 14:45:39 +0800 Subject: [PATCH 2/3] format --- .circleci/continue-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/continue-config.yml b/.circleci/continue-config.yml index 1fde7c1..de1afc4 100644 --- a/.circleci/continue-config.yml +++ b/.circleci/continue-config.yml @@ -93,7 +93,7 @@ jobs: declare -i test_status ls -al ./bazel-bin/secretflow_serving/tools - + ls -al ./bazel-bin/secretflow_serving/tools/simple_feature_service python3 .ci/integration_test.py 2>&1 | tee integration_test.log; test_status=${PIPESTATUS[0]} From a0bafb01881ee692a31c8f49d7de409c68d55b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=89=BE=E5=84=92?= Date: Wed, 10 Jul 2024 17:03:00 +0800 Subject: [PATCH 3/3] fix it --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index f9ff4d1..bf1ea9f 100644 --- a/.bazelrc +++ b/.bazelrc @@ -13,7 +13,7 @@ # limitations under the License. common --experimental_repo_remote_exec -common --experimental_remote_download_regex='.*libserving\.so$|.*_pb2\.py$|.*\/secretflow_serving$|.*sf_serving\.tar\.gz$' +common --experimental_remote_download_regex='.*libserving\.so$|.*_pb2\.py$|.*\/secretflow_serving$|.*sf_serving\.tar\.gz$|.*\/simple_feature_service$' build --incompatible_new_actions_api=false build --copt=-fdiagnostics-color=always