Back to home page

EIC code displayed by LXR

 
 

    


Warning, /epic/views/view15.yml is written in an unsupported language. File is not indexed.

0001 dawn_view_15:detector:
0002   extends: .views
0003   needs:
0004     - job: view_prim:detector_only
0005       optional: false
0006   script:
0007     - ./bin/make_dawn_views -i ${LOCAL_DATA_PATH}/detector_view.prim -t view15 -d scripts/view15 -D -- ${SLICE}
0008     - ls -lrth *
0009     - ls -lrth images/*
0010   parallel:
0011     matrix:
0012       - SLICE: ["100", "300", "500", "700", "900", "1100", "1300", "1500", "1700", "1900"]
0013 
0014 view_15:
0015   stage: collect
0016   rules:
0017     - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
0018   needs:
0019     - ["dawn_view_15:detector"]
0020   script:
0021     - ls -lrth *
0022     - ls -lrth images/*