Commit c4e39a6
committed
COMP: Patch asv.conf.json branches to origin/main at harness-stage
ITKPerformanceBenchmarking's asv.conf.json (at the pinned SHA
41bf1b9cfbaa1b146e1b3e5d3ad3571b2203ce1e, introduced by #111) still
hard-codes branches=['origin/master'], but ITK's default branch has
been 'main' for some time. Running `asv run` against origin/main
therefore fails with 'Unknown branch origin/master in configuration'
and aborts before any benchmark executes.
Rather than block this workflow on an upstream fix in
ITKPerformanceBenchmarking, patch asv.conf.json in place during the
harness-stage step so it references origin/main. The upstream fix
should still land in ITKPerformanceBenchmarking's asv.conf.json; once
it does, this patch becomes a no-op and can be removed.1 parent dd6b21c commit c4e39a6
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
121 | 128 | | |
122 | 129 | | |
123 | 130 | | |
| |||
0 commit comments