name: mci-l1.app.process
cluster: csst
parameters:
  initial_status: RUNNING

jobs:
  mci-l1: 
    base_image: csst/mci-l1
    variables:
      output_text_size: 100000
      text_tranc_mode: TAIL
      locale_mode: NONE
    parameters:
      key_group_regex: ^(.{6})(.{3})$
      key_group_seq: 1,2
    # paths: 
    #   - ${AUX_DIR}:/L1Pipeline/aux
    #   - ${CRDS_DIR}:/L1Pipeline/aux/C6.1_ref_crds
    #   - ${DFS_ROOT}:/dfsroot
    # command: docker run -d --network=host %ENVS% %VOLUMES% {{IMAGE}}
    # sink_jobs:
    # hosts:
    #   - h0:1
    #   - c0:2
    #   - c1:2
    #   - c2:2