Skip to content

Commit

Permalink
[tune/release] Storage: PBT release tests (ray-project#38887)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Fricke <kai@anyscale.com>
  • Loading branch information
krfricke authored Aug 25, 2023
1 parent d53e300 commit 5674039
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release/long_running_distributed_tests/app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
base_image: {{ env["RAY_IMAGE_ML_NIGHTLY_GPU"] }}
env_vars: {}
env_vars: { "RAY_AIR_NEW_PERSISTENCE_MODE": "1" }
debian_packages:
- curl

Expand Down
3 changes: 2 additions & 1 deletion release/long_running_tests/app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
base_image: {{ env["RAY_IMAGE_NIGHTLY_CPU"] }}
env_vars: {"RLLIB_TEST_NO_JAX_IMPORT": "1"}
env_vars: {"RLLIB_TEST_NO_JAX_IMPORT": "1", "RAY_AIR_NEW_PERSISTENCE_MODE": "1"}

debian_packages:

- curl
- unzip

Expand Down
2 changes: 1 addition & 1 deletion release/long_running_tests/app_config_np.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
base_image: {{ env["RAY_IMAGE_NIGHTLY_CPU"] }}
env_vars: {}
env_vars: { "RAY_AIR_NEW_PERSISTENCE_MODE": "1" }

debian_packages:
- curl
Expand Down

0 comments on commit 5674039

Please sign in to comment.