paketo-buildpacks / github-config

Common repository configuration
Apache License 2.0
8 stars 12 forks source link

Multiple stack support for stack acceptance tests #956

Closed pacostas closed 2 months ago

pacostas commented 3 months ago

Merge after

Summary

This PR adds support for creating multiple stacks before running tests. Specifically iterates over the stacks provided from the images.json file. In case there is no images.json file, it fallbacks to the current behavior, which is to build the build.oci and run.oci from the stack directory

Testing

Use Cases

Checklist

pacostas commented 2 months ago

@ForestEckhardt, I just resolved the configs. Can you review/approve it?