Loading msc/csst-msc-l1-mbi.yml +2 −2 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ tasks: image: csst-msc-l1-qc0 tag: latest force_pull: true bash_command: "echo 'Task 1 is running'" bash_command: "python /pipeline/app/run.py {message}" task2: image: csst-msc-l1-mbi tag: latest force_pull: true bash_command: "echo 'Task 2 is running'" bash_command: "python /pipeline/app/run.py {message}" upstream_task_ids: ["task1"] # 定义依赖关系,task2依赖task1 task3: image: csst-msc-l1-mbi-photmix Loading Loading
msc/csst-msc-l1-mbi.yml +2 −2 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ tasks: image: csst-msc-l1-qc0 tag: latest force_pull: true bash_command: "echo 'Task 1 is running'" bash_command: "python /pipeline/app/run.py {message}" task2: image: csst-msc-l1-mbi tag: latest force_pull: true bash_command: "echo 'Task 2 is running'" bash_command: "python /pipeline/app/run.py {message}" upstream_task_ids: ["task1"] # 定义依赖关系,task2依赖task1 task3: image: csst-msc-l1-mbi-photmix Loading