File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ jobs:
302302 - name : ' Build project'
303303 run : ' npm run build'
304304
305- - name : ' Run Evals (Required to pass )'
305+ - name : ' Run Evals (ALWAYS_PASSING )'
306306 env :
307307 GEMINI_API_KEY : ' ${{ secrets.GEMINI_API_KEY }}'
308308 run : ' npm run test:always_passing_evals'
@@ -315,16 +315,14 @@ jobs:
315315 - ' e2e_linux'
316316 - ' e2e_mac'
317317 - ' e2e_windows'
318- - ' evals'
319318 - ' merge_queue_skipper'
320319 runs-on : ' gemini-cli-ubuntu-16-core'
321320 steps :
322321 - name : ' Check E2E test results'
323322 run : |
324323 if [[ ${NEEDS_E2E_LINUX_RESULT} != 'success' || \
325324 ${NEEDS_E2E_MAC_RESULT} != 'success' || \
326- ${NEEDS_E2E_WINDOWS_RESULT} != 'success' || \
327- ${NEEDS_EVALS_RESULT} != 'success' ]]; then
325+ ${NEEDS_E2E_WINDOWS_RESULT} != 'success' ]]; then
328326 echo "One or more E2E jobs failed."
329327 exit 1
330328 fi
@@ -333,7 +331,6 @@ jobs:
333331 NEEDS_E2E_LINUX_RESULT : ' ${{ needs.e2e_linux.result }}'
334332 NEEDS_E2E_MAC_RESULT : ' ${{ needs.e2e_mac.result }}'
335333 NEEDS_E2E_WINDOWS_RESULT : ' ${{ needs.e2e_windows.result }}'
336- NEEDS_EVALS_RESULT : ' ${{ needs.evals.result }}'
337334
338335 set_workflow_status :
339336 runs-on : ' gemini-cli-ubuntu-16-core'
You can’t perform that action at this time.
0 commit comments