https://github.com/kubeflow/katib
Raw File
Tip revision: 230977c59e2ea33d3e1d09c8263cb0182eb1ad71 authored by andreyvelich on 15 January 2019, 18:52:56 UTC
Add information about Katib UI and status of StudyJob
Tip revision: 230977c
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