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

[SkyBench] Allow only s3 for sky benchmark #3785

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

romilbhardwaj
Copy link
Collaborator

Closes #3731.

Sky Benchmark works reliably only with S3. If the object store is created on GCS, it fails (possibly related to GoogleCloudPlatform/gsutil#417, but special casing for the error seems to break other parts of sky benchmark code).

test_sky_bench has been restricted now to run only if AWS is used for the test.

  • Code formatting: bash format.sh
  • pytest tests/test_smoke.py::test_sky_bench --aws

Copy link
Collaborator

@Michaelvll Michaelvll left a comment

Choose a reason for hiding this comment

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

Thanks for the fix @romilbhardwaj! LGTM.

@romilbhardwaj romilbhardwaj added this pull request to the merge queue Jul 25, 2024
Merged via the queue into master with commit eb03d8f Jul 25, 2024
20 checks passed
@romilbhardwaj romilbhardwaj deleted the skybench_storage_deletion_fix branch July 25, 2024 21:03
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.

[Tests] tests/test_smoke.py::test_sky_bench fail
2 participants