mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Usage Stats] Usage stats only enabled on nightly test infra (#22591)
This PR **enables the usage stats only on the release test infrastructure** (large scale tests Ray runs on a daily basis in a private infra). Note it is still disabled by default in Ray.
This commit is contained in:
parent
11500dc12c
commit
5e847f7e09
1 changed files with 2 additions and 0 deletions
|
@ -1556,6 +1556,8 @@ def run_test_config(
|
|||
app_config["env_vars"]["MATCH_AUTOSCALER_AND_RAY_IMAGES"] = "1"
|
||||
app_config["env_vars"]["RAY_bootstrap_with_gcs"] = "1"
|
||||
app_config["env_vars"]["RAY_gcs_storage"] = "memory"
|
||||
app_config["env_vars"]["RAY_USAGE_STATS_ENABLED"] = "1"
|
||||
app_config["env_vars"]["RAY_USAGE_STATS_SOURCE"] = "nightly-tests"
|
||||
|
||||
compute_tpl_rel_path = test_config["cluster"].get("compute_template", None)
|
||||
compute_tpl = _load_config(local_dir, compute_tpl_rel_path)
|
||||
|
|
Loading…
Add table
Reference in a new issue