Skip to content

Add jobset.sigs.k8s.io/skip-suspend-reconciliation#1182

Closed
GiuseppeTT wants to merge 2 commits intokubernetes-sigs:mainfrom
GiuseppeTT:skip-suspend-reconciliation
Closed

Add jobset.sigs.k8s.io/skip-suspend-reconciliation#1182
GiuseppeTT wants to merge 2 commits intokubernetes-sigs:mainfrom
GiuseppeTT:skip-suspend-reconciliation

Conversation

@GiuseppeTT
Copy link
Copy Markdown
Contributor

What type of PR is this?

What this PR does / why we need it:

Add the JobSet annotation jobset.sigs.k8s.io/skip-suspend-reconciliation that makes the JobSet controller not reconcile the suspension state of its child Jobs.

Which issue(s) this PR fixes:

Fixes #1172

Special notes for your reviewer:

Does this PR introduce a user-facing change?


@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@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 Mar 7, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 7, 2026

Deploy Preview for kubernetes-sigs-jobset ready!

Name Link
🔨 Latest commit defaa11
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-jobset/deploys/69c59fb1d93069000819d32b
😎 Deploy Preview https://deploy-preview-1182--kubernetes-sigs-jobset.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
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: GiuseppeTT

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

@k8s-ci-robot k8s-ci-robot requested review from ahg-g and kannon92 March 7, 2026 03:50
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 7, 2026
@GiuseppeTT
Copy link
Copy Markdown
Contributor Author

/test all

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@GiuseppeTT: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-jobset-verify-main 0a94dc8 link true /test pull-jobset-verify-main

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 13, 2026
@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.

@GiuseppeTT
Copy link
Copy Markdown
Contributor Author

/close

This PR is so old that i decided to create a new one in #1202

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@GiuseppeTT: Closed this PR.

Details

In response to this:

/close

This PR is so old that i decided to create a new one in #1202

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. 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-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support granular suspend/resume for individual Jobs within a JobSet

2 participants