Skip to content

Conversation

@IrvingMg
Copy link
Contributor

What type of PR is this?

/kind bug

What this PR does / why we need it:

I wasn’t able to reproduce the issue locally, even after running over 300 repetitions. However, it seems that waiting for the ClusterQueue to become active is missing from this test compared to the others, and that would explain the error message.

Which issue(s) this PR fixes:

Fixes #7909

Special notes for your reviewer:

Does this PR introduce a user-facing change?

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/bug Categorizes issue or PR as related to a bug. labels Nov 26, 2025
@netlify
Copy link

netlify bot commented Nov 26, 2025

Deploy Preview for kubernetes-sigs-kueue ready!

Name Link
🔨 Latest commit 7166f37
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-kueue/deploys/6927412fcc98d1000855b808
😎 Deploy Preview https://deploy-preview-7922--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.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 26, 2025
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 26, 2025
@IrvingMg
Copy link
Contributor Author

/cc @mbobrovskyi @mimowo

@mimowo
Copy link
Contributor

mimowo commented Nov 26, 2025

/lgtm
/approve
/cherrypick release-0.14
/cherrypick release-0.13

@k8s-infra-cherrypick-robot
Copy link
Contributor

@mimowo: once the present PR merges, I will cherry-pick it on top of release-0.13, release-0.14 in new PRs and assign them to you.

In response to this:

/lgtm
/approve
/cherrypick release-0.14
/cherrypick release-0.13

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 the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 26, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 376b0fe9eaae9d38829ba9c287476374eb1d6868

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: IrvingMg, mimowo

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 26, 2025
@kannon92
Copy link
Contributor

#7922 (comment)

This may not cherry-pick well since its specific for v1beta1 api.

@k8s-ci-robot k8s-ci-robot merged commit 6b89691 into kubernetes-sigs:main Nov 26, 2025
28 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v0.15 milestone Nov 26, 2025
@k8s-infra-cherrypick-robot
Copy link
Contributor

@mimowo: new pull request created: #7923

In response to this:

/lgtm
/approve
/cherrypick release-0.14
/cherrypick release-0.13

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-infra-cherrypick-robot
Copy link
Contributor

@mimowo: new pull request created: #7924

In response to this:

/lgtm
/approve
/cherrypick release-0.14
/cherrypick release-0.13

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.

@IrvingMg IrvingMg deleted the flaky/kueue-visibility-server branch November 27, 2025 07:05
Singularity23x0 added a commit to Singularity23x0/kueue that referenced this pull request Nov 28, 2025
* Initital implementation.

* added assumed workloads verification to tests

* [Cleanup] Restrict controller-manager access of ClusterProfiles to the Kueue namespace (kubernetes-sigs#7843)

* Restrict access to ClusterProfiles

to those existing in kueue's namespace

* Use fake client instead of stub

* Log when skipping ClusterProfile

* feat: display flavor assignment attempts in events (kubernetes-sigs#7646)

* Prevent admitting inactive workloads (kubernetes-sigs#7913)

* Prevent admitting inactive workloads

* Adress lint finding & review comment

* Yet another linter fix

* Add integration tests for excludeResourcePrefixes scheduler configuration (kubernetes-sigs#7492)

This adds comprehensive integration tests for the excludeResourcePrefixes
feature in a dedicated test directory following the pattern of other
scheduler tests (fairsharing, podsready).

The tests verify:
- Basic resource exclusion from quota calculations
- Multiple excluded resource prefixes
- Quota enforcement for non-excluded resources
- Exact prefix matching (not substring matching)

All tests create Workload objects directly and use the scheduler test
utilities for robust assertions.

* Add performance tests for v1beta2 TopologyAssignment encoding (kubernetes-sigs#7821)

* Add performance tests for v1beta2 TAS assignment

* Various fixes

* Address linter findings

* Add some logging to debug Prow timeout

* Round node limits to thousands (to speed up the test)

* Remove logging; speed up the test

* Change node pool counts

* TAS: Respect `requiredDuringSchedulingIgnoredDuringExecution` affinity (kubernetes-sigs#7899)

* Respect `requiredDuringSchedulingIgnoredDuringExecution` in TAS

* Remove redundant information from `leafDomain`

* Reduce the amount of `nil` checks when handling affinity in TAS

* Adjust comment describing node selector check

* Add unit test for TAS required affinity

* Make label keys less ambiguous in test

* Reword the TAS affinity check test cases

* Add wait for ClusterQueue Active status in visibility test (kubernetes-sigs#7922)

* Unauthorized error when running renovate (kubernetes-sigs#7926)

* Fix the availability check after rolling restart (kubernetes-sigs#7925)

* test: fix pod groups E2E test flake by checking workload admission before gates (kubernetes-sigs#7917)

Signed-off-by: Sohan Kunkerkar <[email protected]>

* Use main context for CertBootstrap (kubernetes-sigs#7930)

* Replace kueue-populator references for release (kubernetes-sigs#7932)

* add replaces to prepare-release-branch target

* prepare READMEs

* make DES_CHART_DIR overridable

* cleanup

* cleanup

* cleanup

* add makefile comment

* replace registry in readmes

* Revert "replace registry in readmes"

This reverts commit 0b066cc.

* Fix the flaky test for resources (kubernetes-sigs#7941)

* Cleanup.

* Applied review comments.

* Applied review comments 2.

* Restore log.

* Using wrong qKey source in heads fix.

* Fixed pernding workloads reporting bug.

* cq test TestFIFOClusterQueue cleanup.

* Appwraper test cleanup.

---------

Signed-off-by: Sohan Kunkerkar <[email protected]>
Co-authored-by: Michał Szadkowski <[email protected]>
Co-authored-by: Mykyta Derhunov <[email protected]>
Co-authored-by: Olek Zabłocki <[email protected]>
Co-authored-by: Kevin Hannon <[email protected]>
Co-authored-by: Karol Szuster <[email protected]>
Co-authored-by: Irving Mondragón <[email protected]>
Co-authored-by: vladikkuzn <[email protected]>
Co-authored-by: Michał Woźniak <[email protected]>
Co-authored-by: Sohan Kunkerkar <[email protected]>
Co-authored-by: Jakub Skiba <[email protected]>
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. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

5 participants