Revision 8a89b9e8d941ec062004799c9b09e9877dcdeb75 authored by Johnu George on 20 February 2019, 06:19:50 UTC, committed by Kubernetes Prow Robot on 20 February 2019, 06:19:50 UTC
* Removing Operator specific handling during a StudyJob run

* Return empty in error
1 parent edecd39
Raw File
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