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
55bacfe2
Commit
55bacfe2
authored
May 09, 2025
by
BO ZHANG
🏀
Browse files
delete ast DAG templates
parent
4c4ce22e
Changes
2
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag_config/csst-msc-l1-ast.json
deleted
100644 → 0
View file @
4c4ce22e
{
"dag_id"
:
"csst-msc-l1-ast"
,
"dag_run_id"
:
"12345"
,
"batch_id"
:
"msc-093-reduction-v2"
,
"message"
:
{
"obsid"
:
"10109300543790"
,
"chipid"
:
"09"
,
"dataset"
:
"msc-093"
,
"batch_id"
:
"msc-093-reduction-v2"
}
}
csst_dag/dag_config/csst-msc-l1-ast.yml
deleted
100644 → 0
View file @
4c4ce22e
# 定义DAG的基本信息
dag_id
:
"
csst-msc-l1-ast"
# 定义任务
tasks
:
task1
:
image
:
csst-msc-l1-qc0
tag
:
latest
force_pull
:
true
bash_command
:
"
python
/pipeline/app/run.py
{message}"
task2
:
image
:
csst-msc-l1-ast
tag
:
latest
force_pull
:
true
bash_command
:
"
python
/pipeline/app/run.py
{message}"
upstream_tasks
:
[
"
task1"
]
# 定义依赖关系,task2依赖task1
\ No newline at end of file
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