https://github.com/kubeflow/katib
Revision c241d9e82c146d8311e1a67912e0ae368ae46ee2 authored by Xinyuan Huang on 10 February 2019, 09:52:07 UTC, committed by Xinyuan Huang on 11 February 2019, 05:11:13 UTC
This makes study job spec use camelCase consistently. Examples are updated correspondingly.
1 parent 421cbff
Raw File
Tip revision: c241d9e82c146d8311e1a67912e0ae368ae46ee2 authored by Xinyuan Huang on 10 February 2019, 09:52:07 UTC
Use camelCase consistently in study job spec
Tip revision: c241d9e
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