Checkpoint validation: wait for convergence and emit e2e_latency_ms (… #104
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Cache spicebench | |
| on: | |
| push: | |
| branches: | |
| - trunk | |
| jobs: | |
| build-and-cache: | |
| name: Build and cache spicebench | |
| runs-on: spiceai-macos | |
| timeout-minutes: 30 | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: ./.github/actions/build-spicebench | |
| with: | |
| lookup-only: 'true' |