Tommy Li
Tommy Li
**Which issue is resolved by this Pull Request:** Resolves #1045 **Description of your changes:** The original loop dsl only returns the original argument name no matter the loop is nested...
Update PVC/workspace result passing details with new POC.
# Summary There are list of go packages that are outdated and no longer provide security patches. We also want to make sure packages that shared with the KFP/KFP-Tekton deployment...
**Description of your changes:** fixes #10487 - Update images to build with go 1.21 images - debian:stable is now based on the bookworm image. https://www.debian.org/releases/ - Update dependencies such as...
### Feature Area KFP is using go version 1.13 which is very old. Although the image is using go 1.20, we should update the go.mod and the core program to...
### Feature Area The project KFP-Tekton is the place to experiment running KFP with the Tekton runtime. For KFP V1, KFP-Tekton will continue to maintain the KFP V1 capability on...
### Feature Area Add the integration tests (github actions) and corresponding deployment manifests for Tekton runtime ### What feature would you like to see? ### What is the use case...
**Description of your changes:** fixes #10155 Add backend and SDK support to use Kubernetes FieldPath as env. This follows the Kubernetes document is set field as env variables. https://kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/ This...
**Description of your changes:** fixes #9996 Add Backend and SDK support for pod timeout (using pod spec activeDeadlineSeconds). This is the same approach defined in the [Argo timeout feature](https://argo-workflows.readthedocs.io/en/latest/walk-through/timeouts/). The...
> > Thanks @roytman, the tests are passed now. Are you planning to refactor the two for loops for configmap mount and configmap env into functions? > > Hi @Tomcli...