https://github.com/kubeflow/katib
Raw File
Tip revision: 46d2dc7c5f82c51fc68d8a42783c301085ffc021 authored by Hougang Liu on 22 February 2019, 02:35:03 UTC
add build and test for suggestion nasrl (#401)
Tip revision: 46d2dc7
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