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

[runtime_env] Fix failing wheel_urls release test #31239

Merged
merged 3 commits into from
Dec 20, 2022

Conversation

architkulkarni
Copy link
Contributor

Signed-off-by: Archit Kulkarni architkulkarni@users.noreply.github.com

Why are these changes needed?

This PR updates the release tests wheel_urls to make it compatible with the internal API change in PR #30970. Previously the release test was breaking with

  File "/home/ray/anaconda3/lib/python3.7/site-packages/ray/_private/utils.py", line 1266, in get_wheel_filename
    assert py_version in ray_constants.RUNTIME_ENV_CONDA_PY_VERSIONS, py_version
AssertionError: 36

Related issue number

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 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 :(

Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
@architkulkarni
Copy link
Contributor Author

Release test running here https://buildkite.com/ray-project/release-tests-pr/builds/24088

Copy link
Contributor

@simon-mo simon-mo left a comment

Choose a reason for hiding this comment

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

Stamp

@architkulkarni
Copy link
Contributor Author

Forgot that this release test doesn't work on PRs, it's only designed to test wheels from master. It's currently failing on master so let's merge this fix.

Windows tests unrelated (this PR just modifies a release test, release tests aren't run on Windows)

Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
@architkulkarni architkulkarni merged commit 5343fb1 into ray-project:master Dec 20, 2022
@architkulkarni architkulkarni deleted the fix-wheel-urls branch December 20, 2022 23:30
AmeerHajAli pushed a commit that referenced this pull request Jan 12, 2023
This PR updates the release tests wheel_urls to make it compatible with the internal API change in PR #30970. Previously the release test was breaking with

  File "/home/ray/anaconda3/lib/python3.7/site-packages/ray/_private/utils.py", line 1266, in get_wheel_filename
    assert py_version in ray_constants.RUNTIME_ENV_CONDA_PY_VERSIONS, py_version
AssertionError: 36
tamohannes pushed a commit to ju2ez/ray that referenced this pull request Jan 25, 2023
This PR updates the release tests wheel_urls to make it compatible with the internal API change in PR ray-project#30970. Previously the release test was breaking with

  File "/home/ray/anaconda3/lib/python3.7/site-packages/ray/_private/utils.py", line 1266, in get_wheel_filename
    assert py_version in ray_constants.RUNTIME_ENV_CONDA_PY_VERSIONS, py_version
AssertionError: 36

Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
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.

3 participants