test: 4-way slice benchmark (with cache save)
This commit is contained in:
parent
b689624aee
commit
510df6eaf4
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -2,7 +2,7 @@ name: Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main, ethie/slice-test-4]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
# (including PRs) get balanced slicing.
|
# (including PRs) get balanced slicing.
|
||||||
save-durations:
|
save-durations:
|
||||||
needs: test
|
needs: test
|
||||||
if: always() && github.ref == 'refs/heads/main'
|
if: always() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/ethie/slice-test-'))
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download all slice durations
|
- name: Download all slice durations
|
||||||
@ -178,4 +178,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
OPENROUTER_API_KEY: ""
|
OPENROUTER_API_KEY: ""
|
||||||
OPENAI_API_KEY: ""
|
OPENAI_API_KEY: ""
|
||||||
NOUS_API_KEY: ""
|
NOUS_API_KEY: ""
|
||||||
Loading…
x
Reference in New Issue
Block a user