Revision 3dce496155edcc150d1593a6d0741ac91c5eb1a0 authored by Mayank Juneja on 15 October 2018, 03:42:34 UTC, committed by k8s-ci-robot on 15 October 2018, 03:42:34 UTC
* update requirements.txt for bayesian

* add bayesian suggestion algorithm to deploy script

* separate out python proto compiler command

* update PYTHONPATH

* update autogenerated python protobuf and grpc code

* Update run-tests.sh
1 parent cbe5fee
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