name: ifs-l1-cube.app.process label: 多次曝光合并 comment: 积分场光谱仪多次曝光合并一级流水线 cluster: csst parameters: initial_status: RUNNING jobs: csst-ifs-l1-cube-adm: label: 多次曝光合并管理模块 base_image: cnic/csst-ifs-l1-cube-adm:latest #schedule_mode: HEAD variables: # always_running: yes output_text_size: 100000 # DFS入库错误重试3次 retry_rules: "['202:3']" text_tranc_mode: TAIL locale_mode: NONE # grpc_server: 172.24.23.6:50051 parameters: start_message: ANY environments: - CSST_DFS_API_MODE=cluster - CSST_DFS_GATEWAY=172.24.27.2:30880 - CSST_DFS_APP_ID=test - CSST_DFS_APP_TOKEN=test paths: # change /share to /sharewcl in PML production environment - ${AUX_DIR}:/L1Pipeline/aux - ${CRDS_DIR}:/L1Pipeline/crds - ${DFS_ROOT}:/L1Pipeline/dfs sink_jobs: - csst-ifs-l1-cube-exe # command: > # bash -c "python /pipeline/src/run.py && echo '---' && cat /pipeline/output/msg.txt" hosts: # - h0:1 # - c0:1 # - c1:1 # - c2:1 - n0:1 csst-ifs-l1-cube-exe: label: 多次曝光合并执行模块 base_image: cnic/csst-ifs-l1-cube-exe:latest # schedule_mode: HEAD variables: # always_running: yes output_text_size: 100000 # DFS入库错误重试3次 retry_rules: "['202:3']" text_tranc_mode: TAIL locale_mode: NONE # grpc_server: 172.24.23.6:50051 environments: - CSST_DFS_API_MODE=cluster - CSST_DFS_GATEWAY=172.24.27.2:30880 - CSST_DFS_APP_ID=test - CSST_DFS_APP_TOKEN=test paths: # change /share to /sharewcl in PML production environment - ${AUX_DIR}:/L1Pipeline/aux - ${CRDS_DIR}:/L1Pipeline/crds - ${DFS_ROOT}:/L1Pipeline/dfs # command: > # python /pipeline/src/run.py {\"brick_id\":1} hosts: # - h0:1 # - c0:1 # - c1:1 # - c2:2 - n0:1