We have many microservices written with PHP/Symfony. The pipeline for most of them looks like:
build the image
prepare the image for testing(install phpunit, etc)
3…7. Run some tests in parallel(steps may differ between microservice)
push the image to registry
I want to know if there is any possibility to create steps from 3-7 dinamically from a list of {name, command} using pipeline templates?
I am thinking at something like:
@beniamin this feature does not currently exist. We brainstormed adding a CLI command and API endpoint to generate yaml files from templates, for testing purposes. This is definitely something we are interested in, but not something we are actively working on.