https://github.com/kubeflow/katib
Revision 15bbcaebe6ee00b6ae334e09760d67e11016f073 authored by Tim Zaman on 18 January 2019, 19:07:12 UTC, committed by Kubernetes Prow Robot on 18 January 2019, 19:07:12 UTC
* Update pytorch example with latest image

* Update pytorch example docker image
1 parent a24c428
Raw File
Tip revision: 15bbcaebe6ee00b6ae334e09760d67e11016f073 authored by Tim Zaman on 18 January 2019, 19:07:12 UTC
Update pytorch example with latest image (#329)
Tip revision: 15bbcae
prow_config.yaml
# This file configures the workflows to trigger in our Prow jobs.
# see kubeflow/testing/py/run_e2e_workflow.py
workflows:
  - app_dir: kubeflow/katib/test/workflows
    component: workflows
    name: e2e
    job_types:
      - presubmit
    params:
      registry: "gcr.io/kubeflow-ci"
  # The postsubmit run publishes the docker images to gcr.io/kubeflow-images-public      
  - app_dir: kubeflow/katib/test/workflows
    component: workflows
    name: e2e-release
    job_types:      
      - postsubmit
    params:
      registry: "gcr.io/kubeflow-images-public"
back to top