@@ -140,6 +140,14 @@ jobs:
140140 with :
141141 exp-name : " dsr1_1k1k"
142142
143+ collect-dsr1-1k1k-evals :
144+ needs : benchmark-dsr1-1k1k
145+ if : ${{ always() && needs.get-configs.outputs.dsr1-1k1k != '[]' }}
146+ uses : ./.github/workflows/collect-evals.yml
147+ secrets : inherit
148+ with :
149+ exp-name : " dsr1_1k1k"
150+
143151 # GPTOSS 1K1K Benchmarks
144152 benchmark-gptoss-1k1k :
145153 needs : get-configs
@@ -175,6 +183,14 @@ jobs:
175183 with :
176184 exp-name : " gptoss_1k1k"
177185
186+ collect-gptoss-1k1k-evals :
187+ needs : benchmark-gptoss-1k1k
188+ if : ${{ always() && needs.get-configs.outputs.gptoss-1k1k != '[]' }}
189+ uses : ./.github/workflows/collect-evals.yml
190+ secrets : inherit
191+ with :
192+ exp-name : " gptoss_1k1k"
193+
178194
179195 # DSR1 8K1K Benchmarks
180196 benchmark-dsr1-8k1k :
@@ -211,6 +227,14 @@ jobs:
211227 with :
212228 exp-name : " dsr1_8k1k"
213229
230+ collect-dsr1-8k1k-evals :
231+ needs : benchmark-dsr1-8k1k
232+ if : ${{ always() && needs.get-configs.outputs.dsr1-8k1k != '[]' }}
233+ uses : ./.github/workflows/collect-evals.yml
234+ secrets : inherit
235+ with :
236+ exp-name : " dsr1_8k1k"
237+
214238 # GPTOSS 8K1K Benchmarks
215239 benchmark-gptoss-8k1k :
216240 needs : get-configs
@@ -246,6 +270,14 @@ jobs:
246270 with :
247271 exp-name : " gptoss_8k1k"
248272
273+ collect-gptoss-8k1k-evals :
274+ needs : benchmark-gptoss-8k1k
275+ if : ${{ always() && needs.get-configs.outputs.gptoss-8k1k != '[]' }}
276+ uses : ./.github/workflows/collect-evals.yml
277+ secrets : inherit
278+ with :
279+ exp-name : " gptoss_8k1k"
280+
249281
250282 # DSR1 1K8K Benchmarks
251283 benchmark-dsr1-1k8k :
@@ -376,6 +408,14 @@ jobs:
376408 with :
377409 exp-name : " dsr1_1k8k"
378410
411+ collect-dsr1-1k8k-evals :
412+ needs : benchmark-dsr1-1k8k
413+ if : ${{ always() && needs.get-configs.outputs.dsr1-1k8k != '[]' }}
414+ uses : ./.github/workflows/collect-evals.yml
415+ secrets : inherit
416+ with :
417+ exp-name : " dsr1_1k8k"
418+
379419
380420 # GPTOSS 1K8K Benchmarks
381421 benchmark-gptoss-1k8k :
@@ -412,6 +452,14 @@ jobs:
412452 with :
413453 exp-name : " gptoss_1k8k"
414454
455+ collect-gptoss-1k8k-evals :
456+ needs : benchmark-gptoss-1k8k
457+ if : ${{ always() && needs.get-configs.outputs.gptoss-1k8k != '[]' }}
458+ uses : ./.github/workflows/collect-evals.yml
459+ secrets : inherit
460+ with :
461+ exp-name : " gptoss_1k8k"
462+
415463
416464 calc-success-rate :
417465 needs :
0 commit comments