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

[cluster launcher] skip cleanup security groups on non-aws tests #44102

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

hongchaodeng
Copy link
Member

Why are these changes needed?

We only need to cleanup security groups for cluster launcher tests on AWS environments. Skip it on others.

Related issue number

Closes #44034

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Copy link
Collaborator

@can-anyscale can-anyscale left a comment

Choose a reason for hiding this comment

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

Copy link
Contributor

@architkulkarni architkulkarni left a comment

Choose a reason for hiding this comment

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

Good catch!

@architkulkarni architkulkarni self-assigned this Mar 18, 2024
@architkulkarni architkulkarni merged commit 683b907 into ray-project:master Mar 18, 2024
4 of 5 checks passed
@hongchaodeng
Copy link
Member Author

I cloned a workspace in release test and verified the following test succeeded:

python launch_and_verify_cluster.py gcp/example-full.yaml --num-expected-nodes 2 --retries 20  --docker-override nightly

@hongchaodeng hongchaodeng deleted the fix-releasetest branch March 18, 2024 23:56
stephanie-wang pushed a commit to stephanie-wang/ray that referenced this pull request Mar 27, 2024
…-project#44102)

We only need to cleanup security groups for cluster launcher tests on AWS environments. Skip it on others.

Related issue number
Closes ray-project#44034

Signed-off-by: hongchaodeng <[email protected]>
ryanaoleary pushed a commit to ryanaoleary/ray that referenced this pull request Jun 7, 2024
…-project#44102)

We only need to cleanup security groups for cluster launcher tests on AWS environments. Skip it on others.

Related issue number
Closes ray-project#44034

Signed-off-by: hongchaodeng <[email protected]>
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.

Release test gcp_cluster_launcher_nightly_image failed
3 participants