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
e1fba7d7
Commit
e1fba7d7
authored
Mar 03, 2025
by
Ling, Chen-xiao-ji
Browse files
add bias/dark/flat
parent
a9b7d5ca
Changes
3
Show whitespace changes
Inline
Side-by-side
csst_dag/dag_templates/csst-msc-l1-ooc-bias.yml
View file @
e1fba7d7
...
...
@@ -13,4 +13,4 @@ tasks:
tag
:
latest
force_pull
:
true
bash_command
:
"
python
/pipeline/app/process.py
{message}"
upstream_tasks
:
[
"
task1"
]
# 定义依赖关系,task2依赖task1
upstream_tasks
:
[
"
task1"
]
# 定义依赖关系,task2依赖task1
.
csst_dag/dag_templates/csst-msc-l1-ooc-dark.yml
View file @
e1fba7d7
...
...
@@ -13,4 +13,4 @@ tasks:
tag
:
latest
force_pull
:
true
bash_command
:
"
python
/pipeline/app/process.py
{message}"
upstream_tasks
:
[
"
task1"
]
# 定义依赖关系,task2依赖task1
upstream_tasks
:
[
"
task1"
]
# 定义依赖关系,task2依赖task1
.
csst_dag/dag_templates/csst-msc-l1-ooc-flat.yml
View file @
e1fba7d7
...
...
@@ -13,4 +13,4 @@ tasks:
tag
:
latest
force_pull
:
true
bash_command
:
"
python
/pipeline/app/process.py
{message}"
upstream_tasks
:
[
"
task1"
]
# 定义依赖关系,task2依赖task1
upstream_tasks
:
[
"
task1"
]
# 定义依赖关系,task2依赖task1
.
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