Skip to content

Adding unit test jobs for release branches 1.34 and 1.33 on ppc64le - #35817

Closed
varshadeshmane92 wants to merge 15 commits into
kubernetes:masterfrom
varshadeshmane92:ppc-ut-rel-branch
Closed

Adding unit test jobs for release branches 1.34 and 1.33 on ppc64le#35817
varshadeshmane92 wants to merge 15 commits into
kubernetes:masterfrom
varshadeshmane92:ppc-ut-rel-branch

Conversation

@varshadeshmane92

@varshadeshmane92 varshadeshmane92 commented Oct 30, 2025

Copy link
Copy Markdown
Contributor

Add fork-per-release annotations and ppc64le unit test jobs for release branches 1.33, and 1.34

  • Updated cloud-provider-ibmcloud-ppc64le-periodics.yaml with fork-per-release annotations.
  • Modified release branch jobs for 1.33 and 1.34 to include ppc64le unit test jobs.
  • Updated PPC UT jobs so that future release branch job creations will be automated using config-forker and config-rotator.
  • This ensures that release branch jobs for ppc64le are consistent and automatically updated for future releases.

@linux-foundation-easycla

linux-foundation-easycla Bot commented Oct 30, 2025

Copy link
Copy Markdown

CLA Signed

The committers listed above are authorized under a signed CLA.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 30, 2025
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

Welcome @varshadeshmane92!

It looks like this is your first PR to kubernetes/test-infra 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/test-infra has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot

Copy link
Copy Markdown
Contributor

Hi @varshadeshmane92. 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.

Details

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 area/config Issues or PRs related to code in /config area/jobs labels Oct 30, 2025
@k8s-ci-robot k8s-ci-robot added sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Oct 30, 2025
@varshadeshmane92
varshadeshmane92 marked this pull request as draft October 31, 2025 03:47
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 31, 2025

@BenTheElder BenTheElder left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please take a look at the config forker docs in this repo, so we can make sure this is added to 1.35 without a separate manual PR.

We have tooling to automatically copy and transform jobs from master to the release branch when it is introduced, but you have to set some annotations on the job to inform that tooling.

@varshadeshmane92
varshadeshmane92 force-pushed the ppc-ut-rel-branch branch 2 times, most recently from acecb23 to 56c6210 Compare November 10, 2025 11:21
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Nov 10, 2025
Signed-off-by: varshadeshmane92 <Varsharani.Deshmane1@ibm.com>
@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 12, 2025
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 12, 2025
…se branches 1.33 and 1.34; merge latest master into ppc-ut-rel-branch
vibhutisawant and others added 11 commits December 16, 2025 01:49
us-docker.pkg.dev/k8s-infra-prow/images/ changes: kubernetes-sigs/prow@8a9b5e4...148e9cf (2025&#x2011;12&#x2011;11 → 2025&#x2011;12&#x2011;12)
use a more recent version and update the dependencies
`boskos-resource-type` is removed in favor of `boskos-aws-resource-type`
and `boskos-gcp-resource-type`

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 16, 2025
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

PR needs rebase.

Details

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

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: varshadeshmane92
Once this PR has been reviewed and has the lgtm label, please assign upodroid for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details 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 sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. sig/windows Categorizes an issue or PR as relevant to SIG Windows. labels Dec 16, 2025
@Rajalakshmi-Girish

Copy link
Copy Markdown
Contributor

@varshadeshmane92 Kindly close this PR as you submitted #36093

@varshadeshmane92

Copy link
Copy Markdown
Contributor Author

Closing this PR, as I submitted this PR: #36093

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/config Issues or PRs related to code in /config area/jobs area/kettle area/metrics area/release-eng Issues or PRs related to the Release Engineering subproject area/testgrid cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. sig/release Categorizes an issue or PR as relevant to SIG Release. sig/testing Categorizes an issue or PR as relevant to SIG Testing. sig/windows Categorizes an issue or PR as relevant to SIG Windows. 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.