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

Add option to specify number of job runs on API #38

Closed
fridex opened this issue Oct 12, 2018 · 1 comment
Closed

Add option to specify number of job runs on API #38

fridex opened this issue Oct 12, 2018 · 1 comment
Assignees

Comments

@fridex
Copy link
Contributor

fridex commented Oct 12, 2018

As we will use Amun for benchmarks where we will run jobs multiple times, it would be nice to adjust Amun API to specify number of jobs that should be run on user request.

An example - benchmark this TensorFlow stack on the given hardware 3 times. The API will respect this and schedule 3 jobs for this purpose.

There needs to be adjusted:

  • Introduce a parameter job_count on user API request.
  • Adjust swagger/openAPI specification to accept parameter job_count
  • The result of the /inspect endpoint will return a list of job ids that are scheduled.
  • Runned jobs will have set label to inspection_id so that these jobs can easily queried
@ace2107 ace2107 mentioned this issue Nov 2, 2018
@ace2107
Copy link

ace2107 commented Nov 2, 2018

#55

@ace2107 ace2107 self-assigned this Nov 5, 2018
@goern goern closed this as completed Oct 17, 2019
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

No branches or pull requests

3 participants