# This file configures the workflows to trigger in our Prow jobs. # see kubeflow/testing/py/run_e2e_workflow.py python_paths: - kubeflow/examples/py workflows: # E2E test for code_search example - app_dir: kubeflow/examples/test/workflows component: code_search name: code-search job_types: - presubmit - postsubmit include_dirs: - code_search/* # E2E test for github issue summarization example - app_dir: kubeflow/examples/test/workflows component: gis name: gis job_types: - periodic - presubmit - postsubmit include_dirs: - github_issue_summarization/* # E2E test for xgboost housing example - app_dir: kubeflow/examples/test/workflows component: xgboost_ames_housing name: xgboost job_types: - presubmit - postsubmit include_dirs: - xgboost_ames_housing/* # E2E test for pytorch mnist example - app_dir: kubeflow/examples/test/workflows component: pytorch_mnist name: pytorch-mnist job_types: - periodic - presubmit - postsubmit include_dirs: - pytorch_mnist/* - tekton_run: kubeflow/examples/mnist/tests/mnist-nb-pipeline-run.yaml name: mnist-notebook job_types: - periodic - postsubmit