name: msc-l2-xcat.app.process label: 星表检索 comment: 星表检索 cluster: csst parameters: initial_status: RUNNING jobs: csst-msc-l2-xcat-adm: label: 星表管理模块 base_image: cnic/csst-msc-l2-xcat-adm:latest schedule_mode: HEAD variables: always_running: yes output_text_size: 100000 text_tranc_mode: TAIL locale_mode: NONE parameters: start_message: 202306212339 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 - ${XCAT_ADM_OUTPUT}:/pipeline/output # output directory, omit this line in production - ${AUX_DIR}:/pipeline/aux - ${DFS_ROOT}:/dfsroot - ${CRDS_REFERENCES}:/crdsref sink_jobs: - csst-msc-l2-xcat-exe # command: > # bash -c "python /pipeline/src/run.py && echo '---' && cat /pipeline/output/msg.txt" csst-msc-l2-xcat-exe: label: 星表执行模块 base_image: cnic/csst-msc-l2-xcat-exe:latest # schedule_mode: HEAD variables: always_running: yes output_text_size: 100000 text_tranc_mode: TAIL locale_mode: NONE 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 - ${XCAT_EXE_OUTPUT}:/pipeline/output - ${AUX_DIR}:/pipeline/aux - ${DFS_ROOT}:/dfsroot - ${CRDS_REFERENCES}:/crdsref # command: > # python /pipeline/src/run.py {\"brick_id\":1} hosts: - h0:1 - c0:1 - c1:1 - c2:1