You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue-Label Bot is automatically applying the label kind/bug to this issue, with a confidence of 0.61. Please mark this comment with 👍 or 👎 to give our bot feedback!
We need to update the E2E tests for the mnist example. The end goal should be that we get clear signal in our test grid for the periodic examples
https://k8s-testgrid.appspot.com/sig-big-data#kubeflow-periodic-examples&group-by-hierarchy-pattern=%5B%5Cw-%5D%2B
Here's a screen shot of the current dashboard

There's a couple different problems
There's only one test result being reported named mnist-test-${TIMESTAMP}
Every test run gets a unique name in test grid which makes it hard to see how its tracked over time.
Here are the changes I think we need to make
Change tfjob_test.py to use pytest to support better reporting of test results
Change deploy_test.py change to use pytest
Replace the ksonnet workflow with the use of python to define the workflow
We could add it to the existing workflow for xgboost_synthetic create_e2e_workflow.py
We should be using get_kf_testing_cluster.py to create a KUBECONFIG entry for the cluster the test should run on
Need to get kustomize into the test worker image Any one can help to release new image for test-worker testing#373
@jinchihe any interest in helping out with this?
The text was updated successfully, but these errors were encountered: