mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00

* update * udpate * update * update * update * Adjust script/release test json * remove * update * lint Co-authored-by: Kai Fricke <kai@anyscale.com>
16 lines
382 B
YAML
16 lines
382 B
YAML
- name: shuffle_10gb
|
|
owner:
|
|
mail: "ekl@anyscale.com"
|
|
slack: "@proj-data-processing"
|
|
|
|
cluster:
|
|
app_config: shuffle/shuffle_app_config.yaml
|
|
compute_template: shuffle/shuffle_compute.yaml
|
|
|
|
run:
|
|
timeout: 600
|
|
script: python shuffle/shuffle_10gb.py
|
|
|
|
smoke_test:
|
|
cluster:
|
|
compute_template: shuffle/shuffle_compute_smoke.yaml # Does not exist yet
|