ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Current-bench gives up testing commits on the master branch if new commits have been pushed in the meantime #436

Open kit-ty-kate opened 1 year ago

kit-ty-kate commented 1 year ago

To reproduce:

This will cancel the bench on the previous merge commit an leave the github status for said merge commit as "pending" for all eternity.

punchagan commented 1 year ago

On PRs, cancelling the previous run may still be a good idea, but on master we still want to benchmark for those commits, I think. Leaving the status as pending is a bug, in any case.