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
c8b08d9b
Commit
c8b08d9b
authored
Jul 10, 2025
by
BO ZHANG
🏀
Browse files
tweak verbose info
parent
7ed7294a
Changes
2
Hide whitespace changes
Inline
Side-by-side
csst_dag/cli/csst_cpic_l1.py
View file @
c8b08d9b
...
@@ -16,8 +16,7 @@ python -m csst_dag.cli.csst_cpic_l1 \
...
@@ -16,8 +16,7 @@ python -m csst_dag.cli.csst_cpic_l1 \
--detector=VIS
\
--detector=VIS
\
--prc-status=-1024
\
--prc-status=-1024
\
--batch-id=test-b1
\
--batch-id=test-b1
\
--priority=1
\
--priority=1
--pmapname=csst_000070.pmap
"""
"""
import
argparse
import
argparse
...
@@ -74,7 +73,7 @@ print(f"{len(plan_basis)} plan basis, {len(data_basis)} data basis found")
...
@@ -74,7 +73,7 @@ print(f"{len(plan_basis)} plan basis, {len(data_basis)} data basis found")
# generate DAG group run
# generate DAG group run
dag_group_run
=
BaseDAG
.
gen_dag_group_run
(
dag_group_run
=
BaseDAG
.
gen_dag_group_run
(
dag_group
=
"csst-
ms
c-l1"
,
dag_group
=
"csst-
cpi
c-l1"
,
batch_id
=
args
.
batch_id
,
batch_id
=
args
.
batch_id
,
priority
=
args
.
priority
,
priority
=
args
.
priority
,
)
)
...
@@ -95,6 +94,7 @@ for dag in [
...
@@ -95,6 +94,7 @@ for dag in [
dag_run_list
.
extend
(
this_dag_run_list
)
dag_run_list
.
extend
(
this_dag_run_list
)
# print dag_group_run and dag_run_list
# print dag_group_run and dag_run_list
print
(
"
\n
"
*
10
)
print
(
">>> dag_group_run:"
)
print
(
">>> dag_group_run:"
)
print
(
f
"
\t
-
{
dag_group_run
}
"
)
print
(
f
"
\t
-
{
dag_group_run
}
"
)
print
(
f
">>> dag_run_list[
{
len
(
dag_run_list
)
}
]:"
)
print
(
f
">>> dag_run_list[
{
len
(
dag_run_list
)
}
]:"
)
...
...
csst_dag/cli/csst_msc_l1.py
View file @
c8b08d9b
...
@@ -138,6 +138,7 @@ for dag in [
...
@@ -138,6 +138,7 @@ for dag in [
dag_run_list
.
extend
(
this_dag_run_list
)
dag_run_list
.
extend
(
this_dag_run_list
)
# print dag_group_run and dag_run_list
# print dag_group_run and dag_run_list
print
(
"
\n
"
*
10
)
print
(
">>> dag_group_run:"
)
print
(
">>> dag_group_run:"
)
print
(
f
"
\t
-
{
dag_group_run
}
"
)
print
(
f
"
\t
-
{
dag_group_run
}
"
)
print
(
f
">>> dag_run_list[
{
len
(
dag_run_list
)
}
]:"
)
print
(
f
">>> dag_run_list[
{
len
(
dag_run_list
)
}
]:"
)
...
...
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