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

Updating support for benchmark language versions #196

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

Updating support for benchmark language versions #196

mcopik opened this issue Mar 22, 2024 · 4 comments

Comments

@mcopik
Copy link
Collaborator

mcopik commented Mar 22, 2024

Since our last release, certain language runtimes have been deprecated, and new ones have been added. In preparation for the next release, we now need to prune the language versions that are no longer supported and add new ones.

We should drop the support for Python/Node.js which are no longer deployable to clouds; this change should be done separately for each cloud, e.g., drop Python 3.7 where it's no longer supported.

Systems/languages to support;

  • AWS, Python
  • AWS, Node.js
  • Azure, Python
  • Azure, Node.js
  • GCP, Python
  • GCP, Node.js
  • OpenWhisk, Python
  • OpenWhisk, Node.js
@octonawish-akcodes
Copy link
Collaborator

Can i get some more guidance here like what files I should look up to?

@mcopik
Copy link
Collaborator Author

mcopik commented Mar 27, 2024

@octonawish-akcodes All definitions of supported language versions are in the config/systems.json. To add support for new versions, you need to verify that Docker images build for it.

@octonawish-akcodes
Copy link
Collaborator

I tried to remove the AWS 3.7 python support since its no longer supported and raised a PR #198 @mcopik

@mcopik
Copy link
Collaborator Author

mcopik commented Jul 10, 2024

Fixed with #198

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants