Skip to content

Commit

Permalink
feat(task): add new pipelines
Browse files Browse the repository at this point in the history
In this commit, we added two new pipelines to the task configuration file: `pipeline1` and `pipeline2`.
  • Loading branch information
entelecheia committed Jun 30, 2023
1 parent 893ee20 commit ab2d1bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/hyfi/conf/task/__test__.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
defaults:
- /path: __task__
- /module: __init__
- /pipeline@pipeline: __test__
- /pipeline@pipeline1: __test_general__
- /pipeline@pipeline2: __test_dataframe__

_config_name_: __test__
project: ${oc.select:project,null}
Expand All @@ -10,4 +11,5 @@ task_root: ${oc.select:project.path.project_workspace_root,workspace/tasks}/${.t
autoload: false
version: "0.0.0"
pipelines:
- pipeline
- pipeline1
- pipeline2

0 comments on commit ab2d1bb

Please sign in to comment.