Skip to content
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

Merged
merged 2 commits into from
Mar 20, 2019
Merged

Adding Pachyderm Example (squashed) #522

merged 2 commits into from
Mar 20, 2019

Conversation

Nick-Harvey
Copy link
Contributor

@Nick-Harvey Nick-Harvey commented Mar 1, 2019

continuation of #282


This change is Reviewable

@k8s-ci-robot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@Nick-Harvey
Copy link
Contributor Author

@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"

@texasmichelle
Copy link
Member

/ok-to-test

@texasmichelle
Copy link
Member

/approve
/lgtm

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jlewi
Copy link
Contributor

jlewi commented Mar 10, 2019

/test all

@Nick-Harvey
Copy link
Contributor Author

/retest

@jlewi
Copy link
Contributor

jlewi commented Mar 13, 2019

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

resource.type="k8s_container"
resource.labels.cluster_name="kubeflow-testing"
resource.labels.pod_name="kubeflow-examples-presubmit-gis-522-9aecf80-1405-9055-1251014382"
resource.labels.container_name="main"

The error is

Traceback (most recent call last): File "tfjob_test.py", line 31, in <module> from py import tf_job_client #pylint: disable=no-name-in-module ImportError: No module named py

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.

@texasmichelle
Copy link
Member

texasmichelle commented Mar 16, 2019

Thanks @jlewi & @zabbasi for this fix! @Nick-Harvey if you rebase, the tests should pass

Fixed tf_operator import for github_issue_summarization example (#527)

* fixed tf_operator import

* updated tf-operator import path

* small change

* updated PYTHONPATH

* fixed syntax error

* formating issue

Mnist pipelines (#524)

* added mnist pipelines sample

* fixed lint issues
@k8s-ci-robot k8s-ci-robot removed the lgtm label Mar 20, 2019
@texasmichelle
Copy link
Member

/lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants