Skip to content
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

Update created PipelineRun naming #544

Closed
callmevladik opened this issue Jan 10, 2025 · 0 comments · Fixed by #545
Closed

Update created PipelineRun naming #544

callmevladik opened this issue Jan 10, 2025 · 0 comments · Fixed by #545

Comments

@callmevladik
Copy link
Contributor

callmevladik commented Jan 10, 2025

PipelineRuns created by the App don't have same pattern.

Some of them have pattern <pipelineRunName><pipelineRunType><random4str>,

some do <pipelineRunType><pipelineRunName><random4Str> and rerun has <pipelineRunName>r<random4str>.

As proposed all pipelineRuns created by ui should have same pattern

<pipelineRunType><pipelineRunName><random4str>

and for rerun

r-<pipelineRunType><pipelineRunName><random4str>




pipelineRunName should be truncated to max symbols of 63 minus prefix length + postfix length
@callmevladik callmevladik converted this from a draft issue Jan 10, 2025
SergK pushed a commit that referenced this issue Jan 13, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in KubeRocketCI Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant