Back to home page

EIC code displayed by LXR

 
 

    


Warning, /athena/views/view12.yml is written in an unsupported language. File is not indexed.

0001 dawn_view_12: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 view12 -d scripts/view12 -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 
0015 view_12:
0016   stage: collect
0017   rules:
0018     - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"' 
0019   needs:
0020     - ["dawn_view_12:detector"]
0021   script:
0022     - ls -lrth *
0023     - ls -lrth images/*
0024