-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
SDK/DSL-compiler - Compile without temporary files #172
Conversation
This also avoids writing, closing and then reading again the same temporary file which is not always supported.
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
/retest |
/test build-image |
/test presubmit-unit-test |
/test build-image |
/test presubmit-unit-test |
…ubeflow#172) * We are seeing lots of test flakes doing to temporary problems connecting to the K8s master. Related to kubeflow#169
* update imagepullsecret and update to v0.13.0 * fix typo and update tracking issues * fix merging conflicts
This also avoids writing, closing and then reading again the same temporary file which is not always supported.
This change is