moby / buildkit-bench

Set of benchmarks for BuildKit
https://moby.github.io/buildkit-bench/
Apache License 2.0
0 stars 2 forks source link

update matrix strategy #1

Closed crazy-max closed 1 month ago

crazy-max commented 1 month ago

Currently we are running all tests for each BuildKit ref but we want to run each test for multiple BuildKit refs instead so we make sure it runs on same hardware on GitHub Actions. For that we need to change the matrix logic quite a bit by tweaking bake to join named contexts for multiple refs so we can inject binaries to tests base image.