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
9936906c
Commit
9936906c
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
conditional submit
parent
3ea74b49
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/cli/csst_msc_l1.py
View file @
9936906c
...
...
@@ -104,10 +104,11 @@ dag_run_list = CSST_DAGS["csst-msc-l1-mbi"].schedule(
pmapname
=
args
.
pmapname
,
ref_cat
=
args
.
ref_cat
,
)
# # submit DAG group run
# dfs.dag.new_dag_group_run(
# dag_group_run=dag_group_run,
# dag_run_list=dag_run_list,
# )
# submit DAG group run
if
args
.
submit
:
dfs
.
dag
.
new_dag_group_run
(
dag_group_run
=
dag_group_run
,
dag_run_list
=
dag_run_list
,
)
print
(
"dag_group_run"
,
dag_group_run
)
print
(
"dag_run_list"
,
dag_run_list
[
0
])
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