Skip to content

node-readiness-controller: add scale test as presubmit job - #37689

Merged
kubernetes-prow[bot] merged 1 commit into
kubernetes:masterfrom
vitorfloriano:k-sigs-node-readiness-controller-add-presubmit-scale-test
Aug 17, 2026
Merged

node-readiness-controller: add scale test as presubmit job#37689
kubernetes-prow[bot] merged 1 commit into
kubernetes:masterfrom
vitorfloriano:k-sigs-node-readiness-controller-add-presubmit-scale-test

Conversation

@vitorfloriano

Copy link
Copy Markdown
Contributor

This PR adds the scalability test merged in kubernetes-sigs/node-readiness-controller#284 as a presubmit job.

The following configuration is used:

KWOK_RUNTIME="binary"
NODE_COUNT=1000
ENFORCEMENT_MODE="continuous"

xref: kubernetes-sigs/node-readiness-controller#409

@kubernetes-prow kubernetes-prow Bot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 14, 2026
@kubernetes-prow
kubernetes-prow Bot requested review from dchen1107 and mrunalp August 14, 2026 23:36
@kubernetes-prow kubernetes-prow Bot added area/config Issues or PRs related to code in /config area/jobs sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Aug 14, 2026
@vitorfloriano
vitorfloriano force-pushed the k-sigs-node-readiness-controller-add-presubmit-scale-test branch from cc58cff to 5a9235e Compare August 14, 2026 23:41
@vitorfloriano

Copy link
Copy Markdown
Contributor Author

/cc @ajaysundark @Priyankasaggu11929

@ajaysundark ajaysundark left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

/lgtm

always_run: false
skip_if_only_changed: "^docs/|\\.md$|^(README|LICENSE|OWNERS|SECURITY_CONTACTS)$"
branches:
- ^main$

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Once we get confidence, we could update this to keep presubmits only in release branches and periodics in main

- name: NODE_COUNT
value: "1000"
- name: KWOK_RUNTIME
value: "binary"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: you could skip this as this is default. It is odd to expose this implementation detail config outside.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Just thought of establishing a pattern for the next tests, in case we add variants. Also, it is self-documenting and can help identify what is being tested without having to look up the default implementation.

@kubernetes-prow kubernetes-prow Bot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 15, 2026
@vitorfloriano

Copy link
Copy Markdown
Contributor Author

/hold

Could we try to get #37693 merged first for validation then we could enable the JUnit report by default?

@kubernetes-prow kubernetes-prow Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 17, 2026
@Priyankasaggu11929

Copy link
Copy Markdown
Member

keeping the hold

/lgtm
/approve

@kubernetes-prow kubernetes-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 17, 2026
@vitorfloriano

Copy link
Copy Markdown
Contributor Author

@Priyankasaggu11929

Copy link
Copy Markdown
Member

@Priyankasaggu11929 @ajaysundark The JUnit report worked as expected and it is now possible to visualize the metrics in graph view:

https://testgrid.k8s.io/sig-node-node-readiness-controller#pull-node-readiness-controller-junit-report-canary&graph-metrics=kube_api_requests_rate&graph-metrics=cpu_cores_peak&graph-metrics=reconcile_time_p50&graph-metrics=resident_memory_avg&width=90

Should we use this as default?

let's do it. Even if we do some other UI later, no harm in keeping these in testgrid too.

@vitorfloriano

Copy link
Copy Markdown
Contributor Author

@Priyankasaggu11929 should we just add the JUnit report flag to this prowjob or change the actual test to enable it by default?

@Priyankasaggu11929

Copy link
Copy Markdown
Member

@Priyankasaggu11929 should we just add the JUnit report flag to this prowjob or change the actual test to enable it by default?

here is better, i like the documentation in the job itself.

Adds the scale test merged in kubernetes-sigs/node-readiness-controller#284
as presubmit job using the following configuration:

KWOK_RUNTIME="binary"
NODE_COUNT=1000
ENFORCEMENT_MODE="continuous"
@vitorfloriano
vitorfloriano force-pushed the k-sigs-node-readiness-controller-add-presubmit-scale-test branch from 5a9235e to 44129ce Compare August 17, 2026 12:40
@kubernetes-prow kubernetes-prow Bot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 17, 2026
@vitorfloriano

Copy link
Copy Markdown
Contributor Author

I added the JUnit report. PTAL.

/unhold

@kubernetes-prow kubernetes-prow Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 17, 2026
@Priyankasaggu11929

Copy link
Copy Markdown
Member

/lgtm
/approve

Thank you!

@kubernetes-prow kubernetes-prow Bot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 17, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Priyankasaggu11929, vitorfloriano

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

The pull request process is described 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

@kubernetes-prow
kubernetes-prow Bot merged commit 22f1fcb into kubernetes:master Aug 17, 2026
6 checks passed
@kubernetes-prow

Copy link
Copy Markdown
Contributor

@vitorfloriano: Updated the job-config configmap in namespace default at cluster test-infra-trusted using the following files:

  • key node-readiness-controller-presubmits.yaml using file config/jobs/kubernetes-sigs/node-readiness-controller/node-readiness-controller-presubmits.yaml
Details

In response to this:

This PR adds the scalability test merged in kubernetes-sigs/node-readiness-controller#284 as a presubmit job.

The following configuration is used:

KWOK_RUNTIME="binary"
NODE_COUNT=1000
ENFORCEMENT_MODE="continuous"

xref: kubernetes-sigs/node-readiness-controller#409

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.

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/config Issues or PRs related to code in /config area/jobs 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. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants