Skip to content

Commit

Permalink
debug mnist ci/cd testing problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchihe committed Oct 30, 2019
1 parent 452aa42 commit b4f4dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mnist/testing/tfjob_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ def test_train(self):
# easier to debug.

if __name__ == "__main__":
test_runner.main(module=__name__)
test_runner.main(module=__name__)
4 changes: 2 additions & 2 deletions test/workflows/components/mnist.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local defaultParams = {
dataVolume: "kubeflow-test-volume",

// Default step image:
stepImage: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4",
stepImage: "gcr.io/kubeflow-ci/test-worker/test-worker:v20191029-fd24db8-e3b0c4",

// Which Kubeflow cluster to use for running TFJobs on.
kfProject: "kubeflow-ci-deployment",
Expand Down Expand Up @@ -319,7 +319,7 @@ local dagTemplates = [
"numWorkers=2",
"modelDir=" + modelDir ,
"exportDir=" + modelDir,
"envVariables=GOOGLE_APPLICATION_CREDENTIALS=/var/secrets/user-gcp-sa.json",
"envVariables=GOOGLE_APPLICATION_CREDENTIALS=/var/secrets/user-gcp-sa.json",
"secret=user-gcp-sa=/var/secrets",
])],
// This test only we need to add tfOperatorPy.
Expand Down

0 comments on commit b4f4dfc

Please sign in to comment.