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
dd1e1994
Commit
dd1e1994
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
add prc_status to DATA_BASIS
parent
f456c441
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
dd1e1994
...
@@ -40,14 +40,14 @@ LEVEL1_PARAMS = {
...
@@ -40,14 +40,14 @@ LEVEL1_PARAMS = {
"batch_id"
:
"default_batch"
,
"batch_id"
:
"default_batch"
,
}
}
PROC_PARAMS
=
{
#
PROC_PARAMS = {
"priority"
:
1
,
#
"priority": 1,
"batch_id"
:
"default_batch"
,
#
"batch_id": "default_batch",
"pmapname"
:
"pmapname"
,
#
"pmapname": "pmapname",
"final_prc_status"
:
-
2
,
#
"final_prc_status": -2,
"demo"
:
False
,
#
"demo": False,
# should be capable to extend
#
# should be capable to extend
}
#
}
# plan basis keys
# plan basis keys
PLAN_BASIS_KEYS
=
(
PLAN_BASIS_KEYS
=
(
...
@@ -70,6 +70,7 @@ DATA_BASIS_KEYS = (
...
@@ -70,6 +70,7 @@ DATA_BASIS_KEYS = (
"detector"
,
"detector"
,
"file_name"
,
"file_name"
,
"_id"
,
"_id"
,
"prc_status"
,
)
)
# join_type for data x plan
# join_type for data x plan
...
...
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