Revision cbe5fee7c56c487c49d1e51e3b406ca0a01da2bf authored by Hirofumi Nakagawa on 11 October 2018, 04:19:16 UTC, committed by k8s-ci-robot on 11 October 2018, 04:19:16 UTC
1 parent 6609587
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