-
Notifications
You must be signed in to change notification settings - Fork 756
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
Adding Pachyderm Example (squashed) #522
Conversation
Hi @Nick-Harvey. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@jlewi just in case you didn't see the update in #282 . "I've attempted a few squashs and rebases at this point, and I've just ended up with a tangled mess of a repo 😄. I'm sure I could figure it out and get it all sorted given some time, but I'm a bit swamped so, I took the easy way out 🥂. Here's a fresh PR with the same content: #522" |
/ok-to-test |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: texasmichelle 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 all |
/retest |
@cwbeitel @gaocegege any chance I can get your help finding out why the test seems to be failing. The logs in argo look blank to me http://testing-argo.kubeflow.org/workflows/kubeflow-test-infra/kubeflow-examples-presubmit-gis-522-9aecf80-1405-9055?tab=workflow&nodeId=kubeflow-examples-presubmit-gis-522-9aecf80-1405-9055-1251014382&sidePanel=logs%3Akubeflow-examples-presubmit-gis-522-9aecf80-1405-9055-1251014382%3Amain |
There are instructions here for fetching logs when they don't show up in Argo. This happens because Argo depends on the pod being around and this will be garbage collected. In this case we can fetch the logs from stackdriver. Here's the query I used
The error is
This is due to the fact that the kubeflow/tf-operator was refactored and the import changed and the test is pulling in master at HEAD. I'll file a separate issue to get this fixed. |
Thanks @jlewi & @zabbasi for this fix! @Nick-Harvey if you rebase, the tests should pass |
/lgtm |
continuation of #282
This change is