-
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
Tests - Upgrade Minikube and Kubernetes for new Docker release #183
Tests - Upgrade Minikube and Kubernetes for new Docker release #183
Conversation
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan 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 |
…x. (kubeflow#183) * Copy artifacts should make the file names unique by appending a suffix. * See kubeflow/trainer#748 * A test can run multiple instances of a workflow but with different parameters. * In this case we need to make sure the junit files and other artifacts copied to GCS for gubernator have unique names. * One way to make this easier is to have copy-artifacts automatically append a unique suffix to each file before copying it to GCS. * Fix lint.
Cherry pick RHOAIENG-14265
This change is