From 15842e5a709bcfb617cbf0a5e42f4085ab575f05 Mon Sep 17 00:00:00 2001 From: mgqa34 Date: Mon, 18 Sep 2023 15:31:49 +0800 Subject: [PATCH 1/2] update gitmodule of fate_flow,fate_client,eggroll Signed-off-by: mgqa34 --- eggroll | 2 +- fate_client | 2 +- fate_flow | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eggroll b/eggroll index a06f9a15f7..0f8e33dcdb 160000 --- a/eggroll +++ b/eggroll @@ -1 +1 @@ -Subproject commit a06f9a15f742c85d84aed0a86631c19f54d382db +Subproject commit 0f8e33dcdbfe0a5184d43b4bf7a7f14e2d635bdd diff --git a/fate_client b/fate_client index 9d18927732..1af3d2271c 160000 --- a/fate_client +++ b/fate_client @@ -1 +1 @@ -Subproject commit 9d1892773231204939cb37c43092bfde1ab810e6 +Subproject commit 1af3d2271c51609637635f2c33576d702f7365f9 diff --git a/fate_flow b/fate_flow index 85b44356a8..13fd3dbfb6 160000 --- a/fate_flow +++ b/fate_flow @@ -1 +1 @@ -Subproject commit 85b44356a862eba11a766f544b73e826ec526be4 +Subproject commit 13fd3dbfb67c4c23b25e38630899f34c8446c38f From c2b1cce9c2ec7269755eb56b4d0be10984340d05 Mon Sep 17 00:00:00 2001 From: mgqa34 Date: Mon, 18 Sep 2023 15:36:40 +0800 Subject: [PATCH 2/2] add submodule of fate_test Signed-off-by: mgqa34 --- .gitmodules | 10 +++++++--- fate_test | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) create mode 160000 fate_test diff --git a/.gitmodules b/.gitmodules index 432e45ba13..23833ffcc4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,16 @@ [submodule "eggroll"] path = eggroll url = https://github.com/WeBankFinTech/eggroll - branch = v2.5.0-alpha + branch = v3.0.0-beta [submodule "fate_client"] path = fate_client url = https://github.com/FederatedAI/FATE-Client - branch = v2.0.0-alpha + branch = v2.0.0-beta [submodule "fate_flow"] path = fate_flow url = https://github.com/FederatedAI/FATE-Flow - branch = v2.0.0-alpha + branch = v2.0.0-beta +[submodule "fate_test"] + path = fate_test + url = https://github.com/FederatedAI/FATE-Test.git + branch = v2.0.0-beta diff --git a/fate_test b/fate_test new file mode 160000 index 0000000000..80e737027f --- /dev/null +++ b/fate_test @@ -0,0 +1 @@ +Subproject commit 80e737027f93fdd214f78c60afda840e6ce09757