From 0e931b04a868b8ea973423c243ce666f6b686d69 Mon Sep 17 00:00:00 2001 From: Revital Sur Date: Sun, 13 Oct 2024 13:06:21 +0300 Subject: [PATCH] Minor change. Signed-off-by: Revital Sur --- {kfp => transforms}/add_new_kfp_workflow.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename {kfp => transforms}/add_new_kfp_workflow.md (57%) diff --git a/kfp/add_new_kfp_workflow.md b/transforms/add_new_kfp_workflow.md similarity index 57% rename from kfp/add_new_kfp_workflow.md rename to transforms/add_new_kfp_workflow.md index 7708613e1..6b0f09cb8 100644 --- a/kfp/add_new_kfp_workflow.md +++ b/transforms/add_new_kfp_workflow.md @@ -1,13 +1,13 @@ # Adding new KFP workflows -This README outlines the steps to add a new KFP workflow for a new transform: +This README outlines the steps to add a new KFP workflow for a new transform under [transforms](./transforms/) directory. -1) Create the workflow. [pipeline generator](./pipeline_generator/single-pipeline/) can be used for that. +1) Create the workflow. [pipeline generator](../kfp/pipeline_generator/single-pipeline/) can be used for that. -2) Create a new `kfp_ray` directory in the transform directory, similar to [this directory](../transforms/universal/noop/kfp_ray/). Inside this directory, include the following: +2) Create a new `kfp_ray` directory in the transform directory, similar to [this directory](universal/noop/kfp_ray/). Inside this directory, include the following: - The workflow file created in the previous step. - - `pipeline_definitions.yaml`, if the workflow was generated using the [pipeline generator](./pipeline_generator/single-pipeline/). - - `Makefile` file similar to [this Makefile example](../transforms/universal/noop/kfp_ray/Makefile). + - `pipeline_definitions.yaml`, if the workflow was generated using the [pipeline generator](../kfp//pipeline_generator/single-pipeline/). + - `Makefile` file similar to [this Makefile example](./universal/noop/kfp_ray/Makefile). 3) Add the path to the transform input directory in the [populate_minio script](../scripts/k8s-setup/populate_minio.sh). This path is used when testing the workflow. 4) Create a GitHub Action for the kfp workflow using the `make` command in the [.github/workflows/](../.github/workflows/README.md) directory. \ No newline at end of file