Revision d6a67eadfbdf21eea5677bca9dadcc8b47a20e27 authored by Akado2009 on 21 February 2019, 01:37:09 UTC, committed by Kubernetes Prow Robot on 21 February 2019, 01:37:09 UTC
* FINAL PUSH

* FIX TESTS

* new lock

* new lock

* small fi

* DELET SPACE

* deleted ununsed function
1 parent 3bb8b54
Raw File
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