Skip to content

[release-0.18] Tune KubeRay e2e task durations for faster CI#12224

Open
k8s-infra-cherrypick-robot wants to merge 1 commit into
kubernetes-sigs:release-0.18from
k8s-infra-cherrypick-robot:cherry-pick-12213-to-release-0.18
Open

[release-0.18] Tune KubeRay e2e task durations for faster CI#12224
k8s-infra-cherrypick-robot wants to merge 1 commit into
kubernetes-sigs:release-0.18from
k8s-infra-cherrypick-robot:cherry-pick-12213-to-release-0.18

Conversation

@k8s-infra-cherrypick-robot

Copy link
Copy Markdown
Contributor

This is an automated cherry-pick of #12213

/assign mimowo

NONE

The InTreeAutoscaling rayjob spec ran 3 tasks of 60s each. The
long sleeps were sized so that tasks survive scale-up and pod
replacement verification, but the retried task of the deleted
worker alone added a full extra minute after verification was
already done. Replace them with a queue of 20 tasks of 10s each:
pending tasks hold worker demand through verification no matter
how long scale-up or replacement takes, and the job drains
quickly once the queue is empty.

The multi scale-up spec ended with 32 sequential 1s tasks to keep
the job alive while scale-down is verified. Idle detection takes
idleTimeoutSeconds=10 plus the annotation update, so 20 tasks
(~25s) are enough with margin.
@k8s-ci-robot k8s-ci-robot added the release-note-none Denotes a PR that doesn't merit a release note. label Jun 12, 2026
@k8s-ci-robot k8s-ci-robot added this to the v0.18 milestone Jun 12, 2026
@netlify

netlify Bot commented Jun 12, 2026

Copy link
Copy Markdown

Deploy Preview for kubernetes-sigs-kueue ready!

Name Link
🔨 Latest commit a9d8b84
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-kueue/deploys/6a2c6cc5a8dbf50008b8b58a
😎 Deploy Preview https://deploy-preview-12224--kubernetes-sigs-kueue.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.

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • main

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6cc716ed-466c-4230-b688-982cd70855f1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 12, 2026
@k8s-ci-robot k8s-ci-robot requested review from mimowo and pajakd June 12, 2026 20:32
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: k8s-infra-cherrypick-robot
Once this PR has been reviewed and has the lgtm label, please assign sohankunkerkar 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 the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants