[obd] support tpch_obp test

This commit is contained in:
obdev 2024-02-06 16:57:25 +00:00 committed by ob-robot
parent 25e5b21d00
commit 40d73ffb97
2 changed files with 33 additions and 0 deletions

1
.gitignore vendored
View File

@ -229,6 +229,7 @@ tools/deploy/distributed.yaml
tools/deploy/obd_profile.sh
tools/deploy/single-with-proxy.yaml
tools/deploy/single.yaml
tools/deploy/tpchobp_test.yaml
tools/log_parser/slog_parser
tools/log_tool/log_statistics
tools/log_tool/log_tool

View File

@ -0,0 +1,32 @@
oceanbase-ce:
{{%% SERVERS %%}}
tag: latest
global:
memory_limit: "56G"
log_disk_size: "48G"
system_memory: "10G"
datafile_size: "400G"
__min_full_resource_pool_memory: "4294967296"
runtime_dependencies:
- src_path: plugin_dir
target_path: plugin_dir
- src_path: admin
target_path: admin
- src_path: lib
target_path: lib
- src_path: tools
target_path: tools
- src_path: etc
target_path: etc
- src_path: wallet
target_path: wallet
obproxy-ce:
{{%% OBPORXY_SERVERS %%}}
global:
listen_port: {{%% LISTEN_PORT %%}}
prometheus_listen_port: {{%% PROMETHEUS_LISTEN_PORT %%}}
home_path: {{%% OBPORXY_HOME_PATH %%}}
enable_cluster_checkout: false
skip_proxy_sys_private_check: true
depends:
- {{%% COMPONENT %%}}