Skip to content

Conversation

@prad9192
Copy link
Contributor

What

Upgraded Tekton Pipeline from v0.61.0 to v1.6.0 LTS. Upgraded controller-runtime from v0.18.5 to v0.20.1 and k8s.io dependencies from v0.30.1 to v0.32.x. Added integration testing infrastructure for Tekton Pipeline controller.

Why

Tekton v1.6.0 LTS requires k8s.io v0.32.x dependencies, which forced controller-runtime upgrade to v0.20.1.

@netlify
Copy link

netlify bot commented Nov 14, 2025

Deploy Preview for k8s-prow ready!

Name Link
🔨 Latest commit a1f633d
🔍 Latest deploy log https://app.netlify.com/projects/k8s-prow/deploys/6917c93828c18a0009f3fe9d
😎 Deploy Preview https://deploy-preview-548--k8s-prow.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 14, 2025
@k8s-ci-robot k8s-ci-robot added the area/crier Issues or PRs related to prow's crier component label Nov 14, 2025
@k8s-ci-robot k8s-ci-robot requested a review from smg247 November 14, 2025 11:45
@k8s-ci-robot k8s-ci-robot added the area/podutils/entrypoint Issues or PRs related to prow's entrypoint component label Nov 14, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @prad9192. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Nov 14, 2025
trap cleanup SIGINT SIGTERM EXIT
echo process started
sleep infinity &
sleep 9999 &
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed this for macOS compatibility.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be better to just do this in its own PR, but this is a pretty small change and just a couple lines, so probably no harm in including it here.

Named(fmt.Sprintf("crier_%s", reporter.GetName())).
For(&prowv1.ProwJob{}).
WithOptions(controller.Options{MaxConcurrentReconciles: numWorkers,
RateLimiter: workqueue.DefaultControllerRateLimiter()}).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stmcginnis
Copy link
Contributor

Looks fine to me. The only question would be k8s skew version with the newer dependencies, but I think everything should be updated to be within an acceptable range of this anyway.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 14, 2025
@stmcginnis
Copy link
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Nov 14, 2025
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 15, 2025
@prad9192
Copy link
Contributor Author

Hello @stmcginnis
Could you please take a look when get a chance?

@petr-muller
Copy link
Contributor

/cc

Copy link
Contributor

@petr-muller petr-muller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love that you added a new integration test, thanks!

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 25, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: petr-muller, prad9192

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 25, 2025
@k8s-ci-robot k8s-ci-robot merged commit e3ae8cf into kubernetes-sigs:main Nov 25, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/crier Issues or PRs related to prow's crier component area/podutils/entrypoint Issues or PRs related to prow's entrypoint component cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants