Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nightly test] add nightly test for placement_group #16633

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

scv119
Copy link
Contributor

@scv119 scv119 commented Jun 23, 2021

As title, add nightly tests for test_placement_group and ASAN tests.

placement group test passed

@scv119 scv119 added the @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. label Jun 23, 2021
Copy link
Contributor

@rkooo567 rkooo567 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if it works with e2e.py

export PATH="/home/ray/bin:$PATH"

cd ~/ray/ci/asan_tests/ && bash ./run.sh --git-sha="${GIT_COMMIT}"
popd || echo '{"succss": 1}' > "${TEST_OUTPUT_JSON}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New line

@@ -207,3 +207,31 @@
smoke_test:
cluster:
compute_template: shuffle/shuffle_compute_smoke.yaml # Does not exist yet

# Stress tests with many tasks
- name: stress_test_replacement_group
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, this is placement_group not replacemet_group.

# Stress tests with many tasks
- name: stress_test_replacement_group
cluster:
app_config: stress_tests/stress_tests_app_config.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need the stress test cluster. The pg stress test just is running in a single node.

@scv119 scv119 added the do-not-merge Do not merge this PR! label Jun 23, 2021
@scv119 scv119 force-pushed the placement-group branch 7 times, most recently from 7419cba to 9885232 Compare June 24, 2021 17:48
@scv119 scv119 changed the title [nightly test] add nightly test for placement_group and ASAN. [nightly test] add nightly test for placement_group Jun 24, 2021
@scv119 scv119 removed @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. do-not-merge Do not merge this PR! labels Jun 24, 2021
resources:
cpu: 64

worker_node_types:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rkooo567 we created 5 worker nodes as the test_replacement group is attaching to prod cluster instead of local started simulating clusters; let me know if this makes sense.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see. Yeah this is actually better sgtm

@rkooo567 rkooo567 merged commit c4d7b31 into ray-project:master Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants