-
Notifications
You must be signed in to change notification settings - Fork 157
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
Generation of Job name for tests fixed #2386
Generation of Job name for tests fixed #2386
Conversation
I agree to the DCO for all the commits in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I don't we even need these tests anymore. I don't think kanister cretes job now.
@viveksinghggits But these tests are still active. If Kanister doesn't create jobs anymore, probably whole this functionality worth to removed from Kanister? |
Yes, that's what i should have said. Instead of just removing the tests we should remove that source file. |
Ok, I can do it in the next PR. This PR blocks #2365, please approve current PR, if it looks good. |
Before actually removing that let's first verify if it's actually not being used anywhere. I think it's not but we will have to verify that. |
1 similar comment
Before actually removing that let's first verify if it's actually not being used anywhere. I think it's not but we will have to verify that. |
@viveksinghggits OK. You commented this PR "LGTM". Could you approve it please? It blocks #2365 . We can figure out if we need to delete this functionality later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please create a GitHub issue to track removal of job related utilities if applicable.
Signed-off-by: Sergey Aksenov <[email protected]>
11c75e6
to
57a9322
Compare
Signed-off-by: Sergey Aksenov <[email protected]>
Change Overview
Instead of generating job name using format
template + 5_random_symbols
, we used this format only for first job, but for all next jobs formatprevious_name_of_job + 5_random_symbols
has been used. As result sometime we could even to exceed limit in 64 symbols of K8s entity name.Watch
JobName
field:PR series:
minio
#2378make test
locally usingminio
&minikube
fixed #2379Pull request type
Please check the type of change your PR introduces:
Test Plan