Skip to content

Commit c82ac5b

Browse files
committed
Verify upload before commenting to PR
1 parent 0989454 commit c82ac5b

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

benchmarks/lowq2_reconstruction/config.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ upload_onnx:lowq2_reconstruction:
105105
- sha256sum -c <(echo '38ac8548c67302299e50a1b81c159ed418e90d84a6606ddd377fd2c8b164d114 pelican_Linux_x86_64.tar.gz')
106106
- tar zxf pelican_Linux_x86_64.tar.gz
107107
- ./pelican-*/pelican object copy $LOWQ2_ONNX_FILE $ONNX_UPLOAD_URL
108+
- xrdfs $XROOTD_ENDPOINT stat $XROOTD_CALIB_PREFIX/$ONNX_HASH/Low-Q2_Steering_Reconstruction.onnx
108109
- |
109110
python benchmarks/lowq2_reconstruction/makePRSuggestion.py \
110111
--pr 213 \
@@ -114,15 +115,3 @@ upload_onnx:lowq2_reconstruction:
114115
--xml benchmarks/lowq2_reconstruction/calibrations.xml \
115116
--repository eic/detector_benchmarks
116117
- echo "Updating GitHub status for lowq2 reconstruction"
117-
118-
download_onnx:lowq2_reconstruction:
119-
extends: .det_benchmark
120-
stage: deploy
121-
needs:
122-
- "upload_onnx:lowq2_reconstruction"
123-
rules:
124-
- if: '$BENCHMARKS_TAG =~ /nightly/'
125-
when: on_success
126-
- when: never
127-
script:
128-
- xrdcp $ONNX_URL calibrations/onnx/Low-Q2_Steering_Reconstruction.onnx

0 commit comments

Comments
 (0)