Skip to content

Commit

Permalink
Set default value for run id.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Jan 20, 2025
1 parent 79e7e08 commit 070a9d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions transforms/.make.workflows
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ FORCE:
ifeq ($(USE_DEV_IMAGES), 1)
cd ${TRANSFORM_SRC} && $(MAKE) image && $(MAKE) kind-load-image
cd ${REPOROOT}/kfp/kfp_ray_components && $(MAKE) image && $(MAKE) kind-load-image
endif
ifeq ($(KFPv2), 1)
yq -i '.root.inputDefinitions.parameters.ray_id_KFPv2.defaultValue = "123"' ${CURDIR}/${PIPELINE_FILE}
endif
. ${WORKFLOW_VENV_ACTIVATE} && ${PYTHON} -m workflow_support.pipeline_utils.pipelines_tests_utils -c "sanity-test" -p ${CURDIR}/${PIPELINE_FILE} -e ${KFP_ENDPOINT}

Expand Down

0 comments on commit 070a9d8

Please sign in to comment.