-
Notifications
You must be signed in to change notification settings - Fork 89
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
Tekton pipeline client should use generate name #683
Conversation
Skipping CI for Draft Pull Request. |
* Use generateName to generate names for pipelines; we can use labels to attach semantic/metadata information to the pipeline. Related to kubeflow#682: tekton_client.py submitting pipelineruns with names that are too long * tekton_client should use PythonFire to generate the CLI rather than arg parser.
/lgtm |
@Ark-kun Mostly cleanup related to testing the original change
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlewi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* The CLI code isn't actually doing anything when invoked with "junit-and-upload". This was a bug introduced by kubeflow#683 Related to kubeflow#685
* The CLI code isn't actually doing anything when invoked with "junit-and-upload". This was a bug introduced by kubeflow#683 Related to kubeflow#685
to attach semantic/metadata information to the pipeline.
Related to #682: tekton_client.py submitting pipelineruns with names that
are too long