-
Notifications
You must be signed in to change notification settings - Fork 2
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
Develop test script to use nmtui utility #11
Comments
WIP PR: #15 |
@davide125 Do we have a public AWS S3 Bucket endpoint where volunteers can submit the resctl-bench solutions ? @santoshmahto7 Would redesign the script to upload the solution to that endpoint. |
There is already an upload mechanism available in resctl-bench which uploads result to S3 bukcet with the help of lambda.
Thus once lambda is operational, upload will automatically work together with issue update in iocost-benchmarks. |
Sounds like this task is done if uploading to the API works. We wouldn't' want someone to be able to upload directly to the bucket - that's what the API is for, to control access. If someone wants to store benchmarks somewhere special for some reason, they can do that locally |
Though:
Is the lambda operational now or is there more work to do? |
All the code is merged, Last remaining thing is verifying/testing the deployment with internal AWS setup as tracked by task iocost-benchmark/iocost-benchmarks-ci#16. Someone from facebook team need to do that since I don't have internal aws access (Although I have tested in my aws local setup) |
I've pinged Davide to ask him to test this to verify it for you |
He'll test it next week |
This upload capability is already in the benchmark, so this isn't needed anymore |
When nmtui is added to the image as part of : #9
We should modify the test script to allow the user to configure network and upload the test results.
The text was updated successfully, but these errors were encountered: