-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Pipeline: Support set pod template for tasks #6742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@vdemeester would |
@jerop I don't think it would solve too much (or even what it would look like — except if it's a typo and you meant |
yes, I meant pipeline declares string params, and pipelinerun provides array params to fan out to multiple child pipelineruns seems to me that will help with the multi-arch use case, right? |
It helps if we use cross-compilation to do multi-arch build, but it doesn't if we need the "host" to be a certain architecture (as of today I mean). |
@vdemeester |
I would like to implement it. ❤️ |
/cc wuhuizuo |
/assign wuhuizuo |
@wuhuizuo Any update on your efforts to implement this feature? |
Any update ? |
have no time to finish the feature. /unassign |
/assign dorzel |
Currently working on this in the linked PR, appreciate any feedback/suggestions |
Feature request
Support set pod template for tasks in
Pipeline
resource.Use case
I want a pipeline with two parallel tasks, one task run on AMD64 arch node and another run on ARM64 node.
Currently only PipelineRun support pod template to do it, but it's complex for my case, it should decide internal by params.
The text was updated successfully, but these errors were encountered: