Skip to content

Commit

Permalink
Fix CI Failed (#78)
Browse files Browse the repository at this point in the history
* debug ci

* format

* fix it
  • Loading branch information
oeqqwq authored Jul 10, 2024
1 parent cdc64a6 commit 4f276c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f276c5

Please sign in to comment.