Siamak Sadeghianfar

Results 42 comments of Siamak Sadeghianfar

I like the idea of a pipeline recipe as a blueprint for creating pipeline run, task run and runs for a particular pipeline, a resource that contains the config data....

@rakhbari after you create a `TriggerTemplate` and specify all the resources you need to be created in it when a trigger comes, let's say you want to test your pipeline...

@poy it would be very useful to skip the registry and stream the packaged local directory directly to a pipeline

Agree that retry wouldn't make sense for this use-case. The use-case is to allow a developer to run their local changes through the pipeline for example on minikube before committing...

This is an important shortcoming since usually, projects have multiple modules and one of which might be a WAR. Lack of support for WAR means people won't have a consistent...

`DYNAMIC_USER_NAME` var would be both the format for generating usernames and also the generated username? Why do we need to cap the number of usernames generated?

I don't think `NUM_USERS` is needed to be implemented. It should just act as a counter. How many users are available is not really relevant to workshopper. Would that be...

I have done some work on this as a template here: https://github.com/siamaksade/workshopper-template