8000 [core] Revert container tests to medium size instance by dayshah · Pull Request #53966 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[core] Revert container tests to medium size instance #53966

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

Merged
merged 1 commit into from
Jun 21, 2025

Conversation

dayshah
Copy link
Contributor
@dayshah dayshah commented Jun 20, 2025

Why are these changes needed?

Currently these container tests fail after #53783. This is because the docker version on the large instance containers is new and incompatible with the old podman version installed by default with apt-get. Moving it back to the medium instances fixes this because of the older docker version.

Installing a newer podman on ubuntu seems non-trivial and still deciding between upgrading podman or downgrading docker on the large instance containers.

Talked to @khluu about downgrading docker. In the meantime, just moving this back to medium so at least the tests start passing and it's no longer a release blocker.

Related issue number

#45223

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

Signed-off-by: dayshah <dhyey2019@gmail.com>
@Copilot Copilot AI review requested due to automatic review settings June 20, 2025 00:01
@dayshah dayshah added the go add ONLY when ready to merge, run all tests label Jun 20, 2025
Copy link
Contributor
@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR reverts container tests to run on medium instance types to restore compatibility caused by a docker version mismatch on large instances.

  • Instance type changed from "large" to "medium" to address issues with new docker versions on large instances.

Copy link
Contributor
@israbbani israbbani left a comment

Choose a reason for hiding this comment

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

Talked to @khluu about downgrading docker. In the meantime, just moving this back to medium so at least the tests start passing and it's no longer a release blocker.

How come the tests pass now on the medium size instance?

@dayshah
Copy link
Contributor Author
dayshah commented Jun 20, 2025

Talked to @khluu about downgrading docker. In the meantime, just moving this back to medium so at least the tests start passing and it's no longer a release blocker.

How come the tests pass now on the medium size instance?

diff docker version 😄

@jjyao jjyao merged commit 5c4f8ad into ray-project:master Jun 21, 2025
4 checks passed
@dayshah dayshah deleted the container-medium branch June 21, 2025 00:40
minerharry pushed a commit to minerharry/ray that referenced this pull request Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0