-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Change title from 'Start a new run' to 'Start recurring run' as appropriate #73
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yebrahim The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test mlpipeline-presubmit-sample-test |
…ubeflow#73) * Add the ability to specify arbitrary parameters in prow_config.yaml * We want to be able to parameterize our E2E workflows and invoke them with different parameters. For example, we want to use parameters to control whether a test runs on minikube or GKE. * To support this we need to add the ability to specify parameters to pass to ksonnet as part of prow_config.yaml * Improve metadata reported in Gubernator to make it easier to see results for multiple workflows * Have separate fields containing the UI URL for each workflow * Also report the phase of each workflow in the metadata. * Fix lint issues. * Fix unittest.
* Small fixes for python modules * Update project structure * merge * Fix setup.py: remove tornado dependency * initial commit for multi-protocol * Initial dev setup docs * Remove accodental merge conflict * Updates from review * Updates from review and adding type validation * Add dev install via setup.py and add type checks to docs and makefile * lint code to PEP8 * add future methods for post/pre process, explain, detectOutlier * Refactor to put protocol handling in KFServer * Add Seldon Payload ENUM
This change is