Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
csst
Scalebox Apps
Commits
97c25e91
Commit
97c25e91
authored
Dec 22, 2025
by
Zhang Xiaoli
Browse files
run.py -> run -p
parent
07a29a19
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
52 additions
and
43 deletions
+52
-43
L1/dockerfiles/csst-cpic-l1-qc0/run.sh
L1/dockerfiles/csst-cpic-l1-qc0/run.sh
+4
-3
L1/dockerfiles/csst-cpic-l1/run.sh
L1/dockerfiles/csst-cpic-l1/run.sh
+4
-3
L1/dockerfiles/csst-hstdm-l1/run.sh
L1/dockerfiles/csst-hstdm-l1/run.sh
+4
-3
L1/dockerfiles/csst-ifs-l1-qc0/run.sh
L1/dockerfiles/csst-ifs-l1-qc0/run.sh
+4
-3
L1/dockerfiles/csst-ifs-l1-rss/run.sh
L1/dockerfiles/csst-ifs-l1-rss/run.sh
+4
-4
L1/dockerfiles/csst-mci-l1/run.sh
L1/dockerfiles/csst-mci-l1/run.sh
+4
-3
L1/dockerfiles/csst-msc-l1-ast-sso-match/run.sh
L1/dockerfiles/csst-msc-l1-ast-sso-match/run.sh
+4
-3
L1/dockerfiles/csst-msc-l1-ast/run.sh
L1/dockerfiles/csst-msc-l1-ast/run.sh
+4
-3
L1/dockerfiles/csst-msc-l1-mbi-photmix/run.sh
L1/dockerfiles/csst-msc-l1-mbi-photmix/run.sh
+4
-5
L1/dockerfiles/csst-msc-l1-mbi/run.sh
L1/dockerfiles/csst-msc-l1-mbi/run.sh
+4
-4
L1/dockerfiles/csst-msc-l1-ooc/run.sh
L1/dockerfiles/csst-msc-l1-ooc/run.sh
+4
-3
L1/dockerfiles/csst-msc-l1-qc0/run.sh
L1/dockerfiles/csst-msc-l1-qc0/run.sh
+4
-3
L1/dockerfiles/csst-msc-l1-sls2d/run.sh
L1/dockerfiles/csst-msc-l1-sls2d/run.sh
+4
-3
No files found.
L1/dockerfiles/csst-cpic-l1-qc0/run.sh
View file @
97c25e91
...
@@ -18,7 +18,8 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -18,7 +18,8 @@ if [ "$has_data_list" = "true" ]; then
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
...
@@ -26,8 +27,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
...
@@ -26,8 +27,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
...
...
L1/dockerfiles/csst-cpic-l1/run.sh
View file @
97c25e91
...
@@ -18,7 +18,8 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -18,7 +18,8 @@ if [ "$has_data_list" = "true" ]; then
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
...
@@ -26,8 +27,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
...
@@ -26,8 +27,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
...
...
L1/dockerfiles/csst-hstdm-l1/run.sh
View file @
97c25e91
...
@@ -21,7 +21,8 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -21,7 +21,8 @@ if [ "$has_data_list" = "true" ]; then
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
...
@@ -29,8 +30,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
...
@@ -29,8 +30,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
...
...
L1/dockerfiles/csst-ifs-l1-qc0/run.sh
View file @
97c25e91
...
@@ -18,7 +18,8 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -18,7 +18,8 @@ if [ "$has_data_list" = "true" ]; then
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
...
@@ -26,8 +27,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
...
@@ -26,8 +27,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
...
...
L1/dockerfiles/csst-ifs-l1-rss/run.sh
View file @
97c25e91
...
@@ -18,16 +18,16 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -18,16 +18,16 @@ if [ "$has_data_list" = "true" ]; then
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
#
python /pipeline/app/run.py $message
# python l1_pipeline_script_ifs_rss_simdata.py $obsid
run
-p
$message
exit_code
=
$?
exit_code
=
$?
echo
"=====pipeline.log===="
>
/work/custom-out.txt
echo
"=====pipeline.log===="
>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
...
...
L1/dockerfiles/csst-mci-l1/run.sh
View file @
97c25e91
...
@@ -18,16 +18,17 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -18,16 +18,17 @@ if [ "$has_data_list" = "true" ]; then
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
#
python /pipeline/app/run.py $message
# python l1_pipeline_script_ifs_rss_simdata.py $obsid
# python l1_pipeline_script_ifs_rss_simdata.py $obsid
run
-p
$message
exit_code
=
$?
exit_code
=
$?
echo
"=====pipeline.log===="
>
/work/custom-out.txt
echo
"=====pipeline.log===="
>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
...
...
L1/dockerfiles/csst-msc-l1-ast-sso-match/run.sh
View file @
97c25e91
...
@@ -22,7 +22,8 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -22,7 +22,8 @@ if [ "$has_data_list" = "true" ]; then
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
...
@@ -30,8 +31,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
...
@@ -30,8 +31,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
...
...
L1/dockerfiles/csst-msc-l1-ast/run.sh
View file @
97c25e91
...
@@ -23,7 +23,8 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -23,7 +23,8 @@ if [ "$has_data_list" = "true" ]; then
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
...
@@ -31,8 +32,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
...
@@ -31,8 +32,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
...
...
L1/dockerfiles/csst-msc-l1-mbi-photmix/run.sh
View file @
97c25e91
...
@@ -21,17 +21,16 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -21,17 +21,16 @@ if [ "$has_data_list" = "true" ]; then
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
echo
"=====pipeline.log===="
>
/work/custom-out.txt
echo
"=====pipeline.log===="
>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
# echo "======module.log======" >> /work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
# cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
if
test
-f
"
$timefile
"
;
then
if
test
-f
"
$timefile
"
;
then
...
...
L1/dockerfiles/csst-msc-l1-mbi/run.sh
View file @
97c25e91
...
@@ -22,16 +22,16 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -22,16 +22,16 @@ if [ "$has_data_list" = "true" ]; then
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
echo
"=====pipeline.log===="
>
/work/custom-out.txt
echo
"=====pipeline.log===="
>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
# echo "======module.log======" >> /work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
# cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
...
...
L1/dockerfiles/csst-msc-l1-ooc/run.sh
View file @
97c25e91
...
@@ -23,7 +23,8 @@ fi
...
@@ -23,7 +23,8 @@ fi
echo
"run.py message :
$message
"
echo
"run.py message :
$message
"
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
...
@@ -31,8 +32,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
...
@@ -31,8 +32,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamps.txt
timefile
=
/pipeline/output/timestamps.txt
if
test
-f
"
$timefile
"
;
then
if
test
-f
"
$timefile
"
;
then
...
...
L1/dockerfiles/csst-msc-l1-qc0/run.sh
View file @
97c25e91
...
@@ -18,7 +18,8 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -18,7 +18,8 @@ if [ "$has_data_list" = "true" ]; then
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
message
=
$(
echo
"
$message
"
| jq
-c
'.'
)
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
...
@@ -26,8 +27,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
...
@@ -26,8 +27,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamp.txt
timefile
=
/pipeline/output/timestamp.txt
...
...
L1/dockerfiles/csst-msc-l1-sls2d/run.sh
View file @
97c25e91
...
@@ -22,7 +22,8 @@ if [ "$has_data_list" = "true" ]; then
...
@@ -22,7 +22,8 @@ if [ "$has_data_list" = "true" ]; then
fi
fi
cd
/pipeline/output/
cd
/pipeline/output/
python /pipeline/app/run.py
$message
# python /pipeline/app/run.py $message
run
-p
$message
exit_code
=
$?
exit_code
=
$?
...
@@ -30,8 +31,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
...
@@ -30,8 +31,8 @@ echo "=====pipeline.log====" > /work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
cat
/pipeline/output/pipeline.log
>>
/work/custom-out.txt
echo
"======module.log======"
>>
/work/custom-out.txt
#
echo "======module.log======" >> /work/custom-out.txt
cat
/pipeline/output/module.log|tail
-n
100
>>
/work/custom-out.txt
#
cat /pipeline/output/module.log|tail -n 100 >> /work/custom-out.txt
timefile
=
/pipeline/output/timestamps.txt
timefile
=
/pipeline/output/timestamps.txt
if
test
-f
"
$timefile
"
;
then
if
test
-f
"
$timefile
"
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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