https://github.com/kubeflow/katib
Raw File
Tip revision: 7a570f90ab03b36d45d40c63edd4b6277a302cd7 authored by Jeremy Lewi on 21 September 2018, 04:05:23 UTC
Postsubmit run should auto-push images to kubeflow-images-public
Tip revision: 7a570f9
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
  # 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