|
9668 | 9668 | ], |
9669 | 9669 | "release": "1.35.0", |
9670 | 9670 | "sources": [ |
9671 | | - "https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-audit-kind-conformance/1964898182731141120", |
9672 | | - "https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-gci-gce/1964930647294218240", |
9673 | | - "https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-gce-conformance-latest/1964874023229722624" |
| 9671 | + "https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-audit-kind-conformance/1967437612746543104", |
| 9672 | + "https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-gci-gce/1967461520354840576", |
| 9673 | + "https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-gce-conformance-latest/1967413956360278016" |
9674 | 9674 | ], |
9675 | 9675 | "endpoints": [ |
9676 | 9676 | { |
@@ -18558,10 +18558,13 @@ |
18558 | 18558 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]", |
18559 | 18559 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]", |
18560 | 18560 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]", |
| 18561 | + "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny attaching pod [Conformance]", |
| 18562 | + "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny custom resource creation, update and deletion [Conformance]", |
18561 | 18563 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]", |
18562 | 18564 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]", |
18563 | 18565 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]", |
18564 | 18566 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance]", |
| 18567 | + "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance]", |
18565 | 18568 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate everything except 'skip-me' configmaps [Conformance]", |
18566 | 18569 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]", |
18567 | 18570 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]", |
|
19589 | 19592 | "tests": [ |
19590 | 19593 | "[sig-api-machinery] ResourceQuota should be able to update and delete ResourceQuota. [Conformance]", |
19591 | 19594 | "[sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a custom resource.", |
| 19595 | + "[sig-storage] CSI Mock volume expansion CSI Volume expansion should expand volume by restarting pod if attach=on, nodeExpansion=on", |
19592 | 19596 | "[sig-storage] CSI Mock volume expansion Expansion with recovery recovery should be possible for node-only expanded volumes with final error", |
19593 | 19597 | "[sig-storage] CSI Mock volume expansion Expansion with recovery recovery should be possible for node-only expanded volumes with infeasible error", |
19594 | 19598 | "[sig-storage] CSI Mock volume expansion Expansion with recovery should allow recovery if controller expansion fails with final error", |
|
22573 | 22577 | "group": null, |
22574 | 22578 | "level": "stable", |
22575 | 22579 | "tests": [ |
22576 | | - "[sig-api-machinery] Discovery should validate PreferredVersion for each APIGroup [Conformance]", |
22577 | | - null |
| 22580 | + "[sig-api-machinery] Discovery should validate PreferredVersion for each APIGroup [Conformance]" |
22578 | 22581 | ], |
22579 | 22582 | "action": null, |
22580 | 22583 | "tested": true, |
@@ -28383,29 +28386,32 @@ |
28383 | 28386 | "level": "stable", |
28384 | 28387 | "tests": [ |
28385 | 28388 | "[sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance]", |
28386 | | - "[sig-node] [FeatureGate:KubeletFineGrainedAuthz] [Beta] when calling kubelet API check /healthz enpoint is accessible via nodes/healthz RBAC", |
28387 | | - "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should be able to unmount after the subpath directory is deleted [LinuxOnly]", |
28388 | | - "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support existing directories when readOnly specified in the volumeSource", |
| 28389 | + "[sig-node] [FeatureGate:KubeletFineGrainedAuthz] [Beta] when calling kubelet API check /healthz enpoint is not accessible via nodes/configz RBAC", |
28389 | 28390 | "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support existing directory", |
| 28391 | + "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support file as subpath [LinuxOnly]", |
28390 | 28392 | "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly directory specified in the volumeMount", |
| 28393 | + "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]", |
| 28394 | + "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] volumes should allow exec of files on the volume", |
| 28395 | + "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]", |
28391 | 28396 | "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read/write inline ephemeral volume", |
28392 | 28397 | "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read-only inline ephemeral volume", |
| 28398 | + "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read/write inline ephemeral volume", |
28393 | 28399 | "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support expansion of pvcs created for ephemeral pvcs", |
28394 | 28400 | "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support multiple inline ephemeral volumes", |
| 28401 | + "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume", |
28395 | 28402 | "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data", |
28396 | | - "[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]", |
28397 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with mount options", |
| 28403 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] provisioning should mount multiple PV pointing to the same storage on the same node", |
28398 | 28404 | "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should be able to unmount after the subpath directory is deleted [LinuxOnly]", |
28399 | 28405 | "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support existing single file [LinuxOnly]", |
28400 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support file as subpath [LinuxOnly]", |
28401 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should allow exec of files on the volume", |
28402 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]", |
28403 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should support two pods which have the same volume definition", |
| 28406 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support non-existent path", |
| 28407 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should store data", |
| 28408 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read-only inline ephemeral volume", |
| 28409 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read/write inline ephemeral volume", |
28404 | 28410 | "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read-only inline ephemeral volume", |
28405 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support two pods which have the same volume definition", |
| 28411 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read/write inline ephemeral volume", |
| 28412 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support multiple inline ephemeral volumes", |
28406 | 28413 | "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Inline-volume (default fs)] volumes should allow exec of files on the volume", |
28407 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Inline-volume (default fs)] volumes should store data", |
28408 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data", |
| 28414 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]", |
28409 | 28415 | null |
28410 | 28416 | ], |
28411 | 28417 | "action": "list", |
@@ -31774,14 +31780,15 @@ |
31774 | 31780 | "[sig-api-machinery] ServerSideApply should work for subresources", |
31775 | 31781 | "[sig-api-machinery] Servers with support for Table transformation should return pod details", |
31776 | 31782 | "[sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]", |
| 31783 | + "[sig-apps] Deployment deployment should delete old replica sets [Conformance]", |
31777 | 31784 | "[sig-apps] Deployment deployment should support proportional scaling [Conformance]", |
31778 | | - "[sig-apps] DisruptionController should not evict unready pods with Default UnhealthyPodEvictionPolicy", |
| 31785 | + "[sig-apps] Deployment deployment should support rollover [Conformance]", |
31779 | 31786 | "[sig-apps] Job should adopt matching orphans and release non-matching pods [Conformance]", |
31780 | 31787 | "[sig-apps] Job should allow to use a pod failure policy to ignore failure matching on DisruptionTarget condition [Conformance]", |
31781 | | - "[sig-apps] ReplicaSet Replace and Patch tests [Conformance]", |
31782 | 31788 | "[sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance]", |
31783 | 31789 | "[sig-apps] ReplicaSet should serve a basic image on each replica with a private image", |
31784 | 31790 | "[sig-apps] ReplicaSet should serve a basic image on each replica with a public image [Conformance]", |
| 31791 | + "[sig-apps] ReplicaSet should validate Replicaset Status endpoints [Conformance]", |
31785 | 31792 | "[sig-apps] ReplicationController should adopt matching pods on creation [Conformance]", |
31786 | 31793 | "[sig-apps] ReplicationController should release no longer matching pods [Conformance]", |
31787 | 31794 | "[sig-apps] ReplicationController should serve a basic image on each replica with a private image", |
@@ -36764,10 +36771,10 @@ |
36764 | 36771 | "group": "resource.k8s.io", |
36765 | 36772 | "level": "beta", |
36766 | 36773 | "tests": [ |
36767 | | - "[sig-node] [DRA] ResourceSlice Controller creates slices [ConformanceCandidate]" |
| 36774 | + null |
36768 | 36775 | ], |
36769 | 36776 | "action": "delete", |
36770 | | - "tested": true, |
| 36777 | + "tested": false, |
36771 | 36778 | "release": "1.35.0", |
36772 | 36779 | "version": "v1beta1", |
36773 | 36780 | "category": "resource", |
@@ -36900,10 +36907,10 @@ |
36900 | 36907 | "group": "resource.k8s.io", |
36901 | 36908 | "level": "beta", |
36902 | 36909 | "tests": [ |
36903 | | - "[sig-node] [DRA] ResourceSlice Controller creates slices [ConformanceCandidate]" |
| 36910 | + null |
36904 | 36911 | ], |
36905 | 36912 | "action": "delete", |
36906 | | - "tested": true, |
| 36913 | + "tested": false, |
36907 | 36914 | "release": "1.35.0", |
36908 | 36915 | "version": "v1beta2", |
36909 | 36916 | "category": "resource", |
|
39734 | 39741 | "description": "replace the specified VolumeAttributesClass" |
39735 | 39742 | } |
39736 | 39743 | ], |
39737 | | - "release_date": "2025-09-08T06:53:15", |
| 39744 | + "release_date": "2025-09-15T06:30:18", |
39738 | 39745 | "total endpoints": 859, |
39739 | | - "tested endpoints": 558, |
| 39746 | + "tested endpoints": 556, |
39740 | 39747 | "new conformance eligible endpoints": 0, |
39741 | 39748 | "total conformance eligible endpoints": 549, |
39742 | 39749 | "tested conformance eligible endpoints": 512, |
|
0 commit comments