name: msc-l1-ooc.app.process label: 在轨定标 comment: 主巡天在轨定标一级流水线 cluster: csst parameters: initial_status: RUNNING jobs: csst-msc-l1-ooc-adm: label: 在轨定标管理模块 base_image: cnic/csst-msc-l1-ooc-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 - ${CSST_AUX_DIR}:/pipeline/aux - ${CSST_DFS_ROOT}:/dfsroot - ${CSST_CRDS_ROOT}:/crdsroot sink_jobs: - csst-msc-l1-ooc-exe # command: > # bash -c "python /pipeline/src/run.py && echo '---' && cat /pipeline/output/msg.txt" csst-msc-l1-ooc-exe: label: 在轨定标执行模块 base_image: cnic/csst-msc-l1-ooc-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 # output directory, omit this line in production - ${CSST_AUX_DIR}:/pipeline/aux - ${CSST_DFS_ROOT}:/dfsroot - ${CSST_CRDS_ROOT}:/crdsroot # command: > # python /pipeline/src/run.py {\"brick_id\":1} # hosts: # - h0:1 # - c0:1 # - c1:1 # - c2:1