Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
25fcca64
Commit
25fcca64
authored
Nov 08, 2024
by
BO ZHANG
🏀
Browse files
Update msc/csst-msc-l1-mbi.yml, msc/csst-msc-l1-mbi.json
parent
33d367be
Changes
2
Hide whitespace changes
Inline
Side-by-side
msc/csst-msc-l1.json
→
msc/csst-msc-l1
-mbi
.json
View file @
25fcca64
{
"dag"
:
"csst-msc-l1"
,
"dag
_id
"
:
"csst-msc-l1
-mbi
"
,
"parameters"
:
{
"dag_run_id"
:
12345
,
"message"
:
{
"obsid"
:
"101093
12345678
"
,
"obsid"
:
"101093
00543790
"
,
"chipid"
:
"09"
}
}
...
...
msc/csst-msc-l1.yml
→
msc/csst-msc-l1
-mbi
.yml
View file @
25fcca64
# 定义DAG的基本信息
csst-msc-l1-mbi
:
dag_id
:
"
"
dag_id
:
"
csst-msc-l1-mbi"
# 定义任务
tasks
:
task1
:
image
:
csst-msc-l1-qc0
tag
:
latest
force_pull
:
true
bash_command
:
"
echo
'Task
1
is
running'"
dag
:
my_dag
task2
:
image
:
csst-msc-l1-mbi
tag
:
latest
force_pull
:
true
bash_command
:
"
echo
'Task
2
is
running'"
dag
:
my_dag
upstream_task_ids
:
[
"
task1"
]
# 定义依赖关系,task2依赖task1
task3
:
image
:
csst-msc-l1-mbi-photmix
tag
:
latest
bash_command
:
"
echo
'Task
3
is
running'"
dag
:
my_dag
upstream_task_ids
:
[
"
task2"
]
# 定义依赖关系,task3依赖task2
force_pull
:
true
bash_command
:
"
python
/pipeline/app/run.py
{message}"
upstream_task_ids
:
[
"
task2"
,
"
task1"
]
# 定义依赖关系,task3依赖task2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment