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

Test single bucket design #195

Closed
4 tasks done
mcopik opened this issue Mar 22, 2024 · 2 comments
Closed
4 tasks done

Test single bucket design #195

mcopik opened this issue Mar 22, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@mcopik
Copy link
Collaborator

mcopik commented Mar 22, 2024

SeBS originally used different storage buckets for each benchmark, which can lead to problems on AWS - S3 has a hard limit of 100 buckets per account (#185). In branch single-bucket, we developed a new system where SeBS uses three buckets only: one for deploying code, one for benchmarks input/output, and one for experiments. We also added a system to cache and reuse those buckets properly between different SeBS installations.

Now, we want to run our regression testing (./sebs.py regression ...) to verify that the new system works on all platforms. All help is appreciated!

  • Test AWS regression.
  • Test Azure.
  • Test GCP.
  • Test Openwhisk + Local.
@mcopik mcopik added the good first issue Good for newcomers label Mar 22, 2024
@LahiruOshara
Copy link

@mcopik is it possible to provide some guidance for this issue?

@mcopik
Copy link
Collaborator Author

mcopik commented May 3, 2024

@LahiruOshara I'm closing down on this issue currently :) If you want to help with updating SeBS to newer versions and features, then you can help in issue #196 - we need help with verifying on platforms like OpenWhisk!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants