name: msc-l2-xcat.app.process label: 星表检索 comment: 星表检索 cluster: csst parameters: initial_status: RUNNING jobs: # msc-l1-mbi: # label: 星表管理模块 # base_image: cnic/csst-msc-l1-mbi # schedule_mode: HEAD # variables: # always_runing: yes # output_text_size: 100000 # text_tranc_mode: TAIL # locale_mode: NONE # paths: # - ${AUX_DIR}:/pipeline/aux # - ${CRDS_DIR}:/L1Pipeline/aux/C6.1_ref_crds # - ${DFS_ROOT}:/dfsroot 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 - /sharewcl/pipeline/output-csst-msc-l2-xcat-adm:/pipeline/output # output directory, omit this line in production - /sharewcl/pipeline/aux:/pipeline/aux - /sharewcl/dfs:/dfsroot - /sharewcl/crdsdata/data/references:/crdsref sink_jobs: - csst-msc-l2-xcat-exe # command: > # bash -c "python /pipeline/src/run.py && echo '---' && cat /pipeline/output/msg.txt" hosts: # - h0:1 # - c0:1 # - c1:1 # - c2:1 csst-msc-l2-xcat-exe: 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 - /sharewcl/pipeline/output-csst-msc-l2-xcat-exe:/pipeline/output - /sharewcl/pipeline/aux:/pipeline/aux - /sharewcl/dfs:/dfsroot - /sharewcl/crdsdata/data/references:/crdsref # command: > # python /pipeline/src/run.py {\"brick_id\":1} hosts: # - h0:1 # - c0:1 # - c1:1 - c2:2