You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Experiments either run forever, or complete after a specified duration. A new mode should be that a user can decide that an Experiment should run until one or more analyses complete.
We will probably need a way to mark individual analyses as required for completion. e.g.:
spec:
analyses:
# success-rate is background analysis that we want running until experiment completes
- name: success-ratetemplateName: success-rate# test1 and test2 are tests which we want to complete and terminate the experiment after
- name: test1templateName: test1requiredForCompletion: true
- name: test2templateName: test2requiredForCompletion: true
The text was updated successfully, but these errors were encountered:
jessesuen
changed the title
Provide a way to allow analyses to terminate the experiment
Provide a way to allow analyses to complete the experiment
Oct 31, 2019
Currently Experiments either run forever, or complete after a specified duration. A new mode should be that a user can decide that an Experiment should run until one or more analyses complete.
We will probably need a way to mark individual analyses as required for completion. e.g.:
The text was updated successfully, but these errors were encountered: