https://github.com/kubeflow/katib
Raw File
Tip revision: dac90686e8a02b81f964f4df5bf88cb0d90d2f30 authored by Jeremy Lewi on 21 September 2018, 06:49:04 UTC
* Delete the releaser app; we will just the existing E2E test workflow
Tip revision: dac9068
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