Skip to content

Commit

Permalink
[chaos-test] chaos test pipeline ingestion (ray-project#20929)
Browse files Browse the repository at this point in the history
since it has been passing my test run; i'll land it and mark it as unstable.
  • Loading branch information
scv119 authored Dec 9, 2021
1 parent 6a274df commit d0e79a3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions release/.buildkite/build_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def __init__(self, name: str, retry: int = 0):
"~/ray/release/nightly_tests/chaos_test.yaml": [
"chaos_many_actors",
"chaos_many_tasks_no_object_store",
"chaos_pipelined_ingestion_1500_gb_15_windows",
],
"~/ray/release/microbenchmark/microbenchmark.yaml": [
"microbenchmark",
Expand Down
16 changes: 16 additions & 0 deletions release/nightly_tests/chaos_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,19 @@
script: python dask_on_ray/large_scale_test.py --num_workers 150 --worker_obj_store_size_in_gb 70 --error_rate 0 --data_save_path /tmp/ray

stable: false

- name: chaos_pipelined_ingestion_1500_gb_15_windows
owner:
mail: "[email protected]"
slack: "@Chen Shen"

cluster:
app_config: dataset/pipelined_ingestion_app.yaml
compute_template: dataset/pipelined_ingestion_compute.yaml

run:
timeout: 7200
prepare: python wait_cluster.py 21 2400; python setup_chaos.py --node-kill-interval 300
script: python dataset/pipelined_training.py --epochs 1 --num-windows 15 --num-files 915 --debug

stable: false
2 changes: 1 addition & 1 deletion release/nightly_tests/dataset/pipelined_ingestion_app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
base_image: "anyscale/ray-ml:nightly-py37-gpu"

env_vars: {"RAY_lineage_pinning_enabled": "1"}
python:
pip_packages:
- pyarrow
Expand Down

0 comments on commit d0e79a3

Please sign in to comment.