https://github.com/kubeflow/katib
Raw File
Tip revision: c8c5fc68a73115b48296981f23445d5480f51f9f authored by DeeperMind on 20 February 2019, 19:35:53 UTC
Suggestion do not need to handle uncompleted trials
Tip revision: c8c5fc6
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