WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit bc71ac6

Browse files
authored
Merge pull request #967 from kubernetes-sigs/coverage-update-for-2025-09-15-06-32
chore: update coverage for 2025-09-15-06-32
2 parents fec38f4 + 9486401 commit bc71ac6

File tree

2 files changed

+65
-28
lines changed

2 files changed

+65
-28
lines changed

resources/coverage/1.35.0.json

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9668,9 +9668,9 @@
96689668
],
96699669
"release": "1.35.0",
96709670
"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"
96749674
],
96759675
"endpoints": [
96769676
{
@@ -18558,10 +18558,13 @@
1855818558
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]",
1855918559
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]",
1856018560
"[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]",
1856118563
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]",
1856218564
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]",
1856318565
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]",
1856418566
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance]",
18567+
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance]",
1856518568
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate everything except 'skip-me' configmaps [Conformance]",
1856618569
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]",
1856718570
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]",
@@ -19589,6 +19592,7 @@
1958919592
"tests": [
1959019593
"[sig-api-machinery] ResourceQuota should be able to update and delete ResourceQuota. [Conformance]",
1959119594
"[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",
1959219596
"[sig-storage] CSI Mock volume expansion Expansion with recovery recovery should be possible for node-only expanded volumes with final error",
1959319597
"[sig-storage] CSI Mock volume expansion Expansion with recovery recovery should be possible for node-only expanded volumes with infeasible error",
1959419598
"[sig-storage] CSI Mock volume expansion Expansion with recovery should allow recovery if controller expansion fails with final error",
@@ -22573,8 +22577,7 @@
2257322577
"group": null,
2257422578
"level": "stable",
2257522579
"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]"
2257822581
],
2257922582
"action": null,
2258022583
"tested": true,
@@ -28383,29 +28386,32 @@
2838328386
"level": "stable",
2838428387
"tests": [
2838528388
"[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",
2838928390
"[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]",
2839028392
"[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]",
2839128396
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read/write inline ephemeral volume",
2839228397
"[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",
2839328399
"[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",
2839428400
"[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",
2839528402
"[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",
2839828404
"[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]",
2839928405
"[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",
2840428410
"[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",
2840628413
"[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]",
2840928415
null
2841028416
],
2841128417
"action": "list",
@@ -31774,14 +31780,15 @@
3177431780
"[sig-api-machinery] ServerSideApply should work for subresources",
3177531781
"[sig-api-machinery] Servers with support for Table transformation should return pod details",
3177631782
"[sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]",
31783+
"[sig-apps] Deployment deployment should delete old replica sets [Conformance]",
3177731784
"[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]",
3177931786
"[sig-apps] Job should adopt matching orphans and release non-matching pods [Conformance]",
3178031787
"[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]",
3178231788
"[sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance]",
3178331789
"[sig-apps] ReplicaSet should serve a basic image on each replica with a private image",
3178431790
"[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]",
3178531792
"[sig-apps] ReplicationController should adopt matching pods on creation [Conformance]",
3178631793
"[sig-apps] ReplicationController should release no longer matching pods [Conformance]",
3178731794
"[sig-apps] ReplicationController should serve a basic image on each replica with a private image",
@@ -36764,10 +36771,10 @@
3676436771
"group": "resource.k8s.io",
3676536772
"level": "beta",
3676636773
"tests": [
36767-
"[sig-node] [DRA] ResourceSlice Controller creates slices [ConformanceCandidate]"
36774+
null
3676836775
],
3676936776
"action": "delete",
36770-
"tested": true,
36777+
"tested": false,
3677136778
"release": "1.35.0",
3677236779
"version": "v1beta1",
3677336780
"category": "resource",
@@ -36900,10 +36907,10 @@
3690036907
"group": "resource.k8s.io",
3690136908
"level": "beta",
3690236909
"tests": [
36903-
"[sig-node] [DRA] ResourceSlice Controller creates slices [ConformanceCandidate]"
36910+
null
3690436911
],
3690536912
"action": "delete",
36906-
"tested": true,
36913+
"tested": false,
3690736914
"release": "1.35.0",
3690836915
"version": "v1beta2",
3690936916
"category": "resource",
@@ -39734,9 +39741,9 @@
3973439741
"description": "replace the specified VolumeAttributesClass"
3973539742
}
3973639743
],
39737-
"release_date": "2025-09-08T06:53:15",
39744+
"release_date": "2025-09-15T06:30:18",
3973839745
"total endpoints": 859,
39739-
"tested endpoints": 558,
39746+
"tested endpoints": 556,
3974039747
"new conformance eligible endpoints": 0,
3974139748
"total conformance eligible endpoints": 549,
3974239749
"tested conformance eligible endpoints": 512,

resources/coverage/conformance-endpoints.json

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16442,6 +16442,18 @@
1644216442
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]",
1644316443
"testname": "Admission webhook, update validating webhook"
1644416444
},
16445+
{
16446+
"file": "test/e2e/apimachinery/webhook.go",
16447+
"release": "1.16.0",
16448+
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny attaching pod [Conformance]",
16449+
"testname": "Admission webhook, deny attach"
16450+
},
16451+
{
16452+
"file": "test/e2e/apimachinery/webhook.go",
16453+
"release": "1.16.0",
16454+
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny custom resource creation, update and deletion [Conformance]",
16455+
"testname": "Admission webhook, deny custom resource create and delete"
16456+
},
1644516457
{
1644616458
"file": "test/e2e/apimachinery/webhook.go",
1644716459
"release": "1.16.0",
@@ -16466,6 +16478,12 @@
1646616478
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance]",
1646716479
"testname": "Admission webhook, ordered mutation"
1646816480
},
16481+
{
16482+
"file": "test/e2e/apimachinery/webhook.go",
16483+
"release": "1.16.0",
16484+
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance]",
16485+
"testname": "Admission webhook, mutate custom resource with pruning"
16486+
},
1646916487
{
1647016488
"file": "test/e2e/apimachinery/webhook.go",
1647116489
"release": "1.16.0",
@@ -28297,12 +28315,24 @@
2829728315
"codename": "[sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]",
2829828316
"testname": "DaemonSet-FailedPodCreation"
2829928317
},
28318+
{
28319+
"file": "test/e2e/apps/deployment.go",
28320+
"release": "1.12.0",
28321+
"codename": "[sig-apps] Deployment deployment should delete old replica sets [Conformance]",
28322+
"testname": "Deployment RevisionHistoryLimit"
28323+
},
2830028324
{
2830128325
"file": "test/e2e/apps/deployment.go",
2830228326
"release": "1.12.0",
2830328327
"codename": "[sig-apps] Deployment deployment should support proportional scaling [Conformance]",
2830428328
"testname": "Deployment Proportional Scaling"
2830528329
},
28330+
{
28331+
"file": "test/e2e/apps/deployment.go",
28332+
"release": "1.12.0",
28333+
"codename": "[sig-apps] Deployment deployment should support rollover [Conformance]",
28334+
"testname": "Deployment Rollover"
28335+
},
2830628336
{
2830728337
"file": "test/e2e/apps/job.go",
2830828338
"release": "1.16.0",
@@ -28341,9 +28371,9 @@
2834128371
},
2834228372
{
2834328373
"file": "test/e2e/apps/replica_set.go",
28344-
"release": "1.21.0",
28345-
"codename": "[sig-apps] ReplicaSet Replace and Patch tests [Conformance]",
28346-
"testname": "ReplicaSet, is created, Replaced and Patched"
28374+
"release": "1.22.0",
28375+
"codename": "[sig-apps] ReplicaSet should validate Replicaset Status endpoints [Conformance]",
28376+
"testname": "ReplicaSet, status sub-resource"
2834728377
},
2834828378
{
2834928379
"file": "test/e2e/apps/replica_set.go",

0 commit comments

Comments
 (0)