Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
update configs
  • Loading branch information
or0or1 committed Jan 27, 2022
1 parent 2404c0b commit 6b661c3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/build-fate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ get_pinfo() {

download() {
url="https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com"
mysql="mysql-8.0.13.tar.gz"
mysql="mysql-8.0.28.tar.gz"
python="fate_python.tar.gz"
supervisor="fate_supervisor.tar.gz"
rabbitmq="rabbitmq-server-generic-unix-3.6.15.tar"
Expand Down
4 changes: 2 additions & 2 deletions build/conf/setup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ project: fate
products:
- fate
- eggroll
product_fate_version: 1.7.1
product_fate_version: 1.7.1.1
product_fate_versions:
fateflow: 1.7.1-release
fateboard: 1.7.1-release
eggroll: 2.4.2-release
eggroll: 2.4.3-release
11 changes: 11 additions & 0 deletions build/files/fate_product_versions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
fate:
1.7.1.1:
fateboard:
- 1.7.1
fateflow:
- 1.7.1
eggroll:
- 2.4.3
- 2.4.2
- 2.2.1
spark:
- 1.2.1
1.7.1:
fateboard:
- 1.7.1
Expand Down
6 changes: 3 additions & 3 deletions deploy/files/fate_init
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ deploy_modules: []
deploy_roles: []
default_engines: eggroll

version: 1.7.1
version: 1.7.1.1
versions: {}

python:
version: 4.5.4
dest: "miniconda3"
venv: "common/python/venv"
pip: "pypi/1.7.0/pypi"
pip: "pypi/1.7.1/pypi"
must:
- setuptools-50.3.2-py3-none-any.whl
java:
name: "jdk"
version: "8u192"
path: "common/jdk"
mysql:
version: "8.0.13"
version: "8.0.28"
path: "common/mysql"
user: "root"
passwd: "fatE168dev"
Expand Down

0 comments on commit 6b661c3

Please sign in to comment.