Skip to content

Commit c73bafa

Browse files
committed
test(ci): trigger bench-main + zkVM-build on branch pushes (TEMPORARY)
Push-to-branch triggers so the full bench (incl. the zkvm-execute job with the new --consts full-closure hosts, execute-peak-rss, and the RAM watchdog) and the zkVM build gate run pre-merge. DROP THIS COMMIT BEFORE MERGE — it is the sole carrier of both temporary triggers. Notes for the test runs: bencher uploads land under branch `sb/ci-benchmarks` (isolated from main's baselines; the threshold window query finds zero reports there, so thresholds are omitted on first upload), and the bench-bins-/bench-ixe- caches this run saves are keyed by branch SHA, harmless.
1 parent e6babcf commit c73bafa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bench-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: Benchmark main
1717

1818
on:
1919
push:
20-
branches: main
20+
branches: [main, sb/ci-benchmarks] # TEMPORARY: test on this branch
2121
workflow_dispatch:
2222

2323
permissions:

.github/workflows/riscv-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: zkVM host build
1111
# + const-tree regeneration per run).
1212
on:
1313
push:
14-
branches: main
14+
branches: [main, sb/ci-benchmarks] # TEMPORARY: test on this branch
1515
workflow_dispatch:
1616

1717
permissions:

0 commit comments

Comments
 (0)