ocurrent / current-bench

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

Filter out branches for benchmarking before setting up metadata #428

Closed punchagan closed 1 year ago

punchagan commented 1 year ago

Previously, we filtered out the branches which don't have the required label, before starting the benchmarking run. But, this meant that the metadata for the branch is already saved to the DB and displayed in the UI. This commit changes the filtering to be run before the metadata for the benchmark run is setup.

ElectreAAS commented 1 year ago

Closing this as #430 incorporates the changes here