Skip to content

Commit e5017fb

Browse files
authored
Merge pull request #980 from kubernetes-sigs/coverage-update-for-2025-11-24-06-28
chore: update coverage for 2025-11-24-06-28
2 parents c6da071 + 7320d81 commit e5017fb

File tree

2 files changed

+27
-44
lines changed

2 files changed

+27
-44
lines changed

resources/coverage/1.35.0.json

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10564,9 +10564,9 @@
1056410564
],
1056510565
"release": "1.35.0",
1056610566
"sources": [
10567-
"https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-audit-kind-conformance/1990298139747160064",
10568-
"https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-gci-gce/1990331359180099584",
10569-
"https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-gce-conformance-latest/1990302921459240960"
10567+
"https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-audit-kind-conformance/1992792855705292800",
10568+
"https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-gci-gce/1992827081746026496",
10569+
"https://prow.k8s.io/view/gcs/kubernetes-ci-logs/logs/ci-kubernetes-gce-conformance-latest/1992797637262184448"
1057010570
],
1057110571
"endpoints": [
1057210572
{
@@ -19886,7 +19886,6 @@
1988619886
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]",
1988719887
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]",
1988819888
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance]",
19889-
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate everything except 'skip-me' configmaps [Conformance]",
1989019889
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]",
1989119890
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]",
1989219891
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should unconditionally reject operations on fail closed webhook [Conformance]",
@@ -20974,7 +20973,7 @@
2097420973
"tests": [
2097520974
"[sig-api-machinery] ResourceQuota should be able to update and delete ResourceQuota. [Conformance]",
2097620975
"[sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a custom resource.",
20977-
"[sig-storage] CSI Mock volume expansion CSI Volume expansion should expand volume without restarting pod if nodeExpansion=off",
20976+
"[sig-storage] CSI Mock volume expansion CSI online volume expansion with secret should expand volume without restarting pod if attach=on, nodeExpansion=on, csiNodeExpandSecret=on",
2097820977
"[sig-storage] CSI Mock volume expansion Expansion with recovery recovery should be possible for node-only expanded volumes with final error",
2097920978
"[sig-storage] CSI Mock volume expansion Expansion with recovery recovery should be possible for node-only expanded volumes with infeasible error",
2098020979
"[sig-storage] CSI Mock volume expansion Expansion with recovery should allow recovery if controller expansion fails with final error",
@@ -30156,30 +30155,34 @@
3015630155
"level": "stable",
3015730156
"tests": [
3015830157
"[sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [LinuxOnly] [Conformance]",
30159-
"[sig-cli] Kubectl client Simple pod should return command exit codes should handle in-cluster config",
30160-
"[sig-node] [FeatureGate:KubeletFineGrainedAuthz] [Beta] when calling kubelet API check /healthz enpoint is accessible via nodes/healthz RBAC",
30161-
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support existing directories when readOnly specified in the volumeSource",
30158+
"[sig-node] [FeatureGate:KubeletFineGrainedAuthz] [Beta] when calling kubelet API check /healthz enpoint is accessible via nodes/proxy RBAC",
30159+
"[sig-node] [FeatureGate:KubeletFineGrainedAuthz] [Beta] when calling kubelet API check /healthz enpoint is not accessible via nodes/configz RBAC",
30160+
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] provisioning should mount multiple PV pointing to the same storage on the same node",
30161+
"[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]",
3016230162
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support existing directory",
30163-
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support file as subpath [LinuxOnly]",
30164-
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]",
30163+
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support existing single file [LinuxOnly]",
30164+
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] subPath should support non-existent path",
3016530165
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] volumes should allow exec of files on the volume",
30166+
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (default fs)] volumes should store data",
3016630167
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]",
3016730168
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read-only inline ephemeral volume",
30168-
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data",
30169-
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]",
30169+
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should support expansion of pvcs created for ephemeral pvcs",
30170+
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read-only inline ephemeral volume",
30171+
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read/write inline ephemeral volume",
30172+
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support two pods which have the same volume definition",
30173+
"[sig-storage] In-tree Volumes [Driver: nfs3] [Testpattern: Inline-volume (default fs)] volumes should allow exec of files on the volume",
3017030174
"[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",
3017130175
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with mount options",
30172-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support existing directories when readOnly specified in the volumeSource",
30173-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support existing directory",
30174-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support file as subpath [LinuxOnly]",
30175-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly directory specified in the volumeMount",
30176+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support existing single file [LinuxOnly]",
30177+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support non-existent path",
3017630178
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should allow exec of files on the volume",
3017730179
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should store data",
30178-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read-only inline ephemeral volume",
30179-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should support expansion of pvcs created for ephemeral pvcs",
30180-
"[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",
30181-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume",
30182-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]",
30180+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]",
30181+
"[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",
30182+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read/write inline ephemeral volume",
30183+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support multiple inline ephemeral volumes",
30184+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Inline-volume (default fs)] volumes should allow exec of files on the volume",
30185+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data",
3018330186
null
3018430187
],
3018530188
"action": "list",
@@ -33347,6 +33350,7 @@
3334733350
"[sig-storage] CSI Mock volume storage capacity storage capacity unlimited",
3334833351
"[sig-storage] CSI Mock workload info CSI PodInfoOnMount Update should be passed when update from false to true",
3334933352
"[sig-storage] CSI Mock workload info CSI PodInfoOnMount Update should not be passed when update from true to false",
33353+
"[sig-storage] CSI Mock workload info CSI workload information using mock driver contain ephemeral=true when using inline volume",
3335033354
"[sig-storage] CSI Mock workload info CSI workload information using mock driver should be passed when podInfoOnMount=true",
3335133355
"[sig-storage] CSI Mock workload info CSI workload information using mock driver should not be passed when CSIDriver does not exist",
3335233356
"[sig-storage] CSI Mock workload info CSI workload information using mock driver should not be passed when podInfoOnMount=false",
@@ -33609,14 +33613,12 @@
3360933613
"[sig-api-machinery] ServerSideApply should work for subresources",
3361033614
"[sig-api-machinery] Servers with support for Table transformation should return pod details",
3361133615
"[sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]",
33612-
"[sig-apps] Deployment deployment should delete old replica sets [Conformance]",
3361333616
"[sig-apps] Deployment deployment should support proportional scaling [Conformance]",
3361433617
"[sig-apps] Job should adopt matching orphans and release non-matching pods [Conformance]",
3361533618
"[sig-apps] Job should allow to use a pod failure policy to ignore failure matching on DisruptionTarget condition [Conformance]",
3361633619
"[sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance]",
3361733620
"[sig-apps] ReplicaSet should serve a basic image on each replica with a private image",
3361833621
"[sig-apps] ReplicaSet should serve a basic image on each replica with a public image [Conformance]",
33619-
"[sig-apps] ReplicaSet should validate Replicaset Status endpoints [Conformance]",
3362033622
"[sig-apps] ReplicationController should adopt matching pods on creation [Conformance]",
3362133623
"[sig-apps] ReplicationController should release no longer matching pods [Conformance]",
3362233624
"[sig-apps] ReplicationController should serve a basic image on each replica with a private image",
@@ -37288,8 +37290,7 @@
3728837290
"tests": [
3728937291
"[sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]",
3729037292
"[sig-node] [DRA] control plane runs a pod without a generated resource claim",
37291-
"[sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]",
37292-
null
37293+
"[sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]"
3729337294
],
3729437295
"action": "put",
3729537296
"tested": true,
@@ -41840,7 +41841,7 @@
4184041841
"description": "replace the specified Workload"
4184141842
}
4184241843
],
41843-
"release_date": "2025-11-17T08:52:18",
41844+
"release_date": "2025-11-24T06:26:03",
4184441845
"total endpoints": 863,
4184541846
"tested endpoints": 575,
4184641847
"new conformance eligible endpoints": 0,

resources/coverage/conformance-endpoints.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17055,12 +17055,6 @@
1705517055
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should unconditionally reject operations on fail closed webhook [Conformance]",
1705617056
"testname": "Admission webhook, fail closed"
1705717057
},
17058-
{
17059-
"file": "test/e2e/apimachinery/webhook.go",
17060-
"release": "1.28.0",
17061-
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate everything except 'skip-me' configmaps [Conformance]",
17062-
"testname": "Mutating Admission webhook, mutating webhook excluding object with specific name"
17063-
},
1706417058
{
1706517059
"file": "test/e2e/auth/service_accounts.go",
1706617060
"release": "1.21.0",
@@ -29217,12 +29211,6 @@
2921729211
"codename": "[sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]",
2921829212
"testname": "DaemonSet-FailedPodCreation"
2921929213
},
29220-
{
29221-
"file": "test/e2e/apps/deployment.go",
29222-
"release": "1.12.0",
29223-
"codename": "[sig-apps] Deployment deployment should delete old replica sets [Conformance]",
29224-
"testname": "Deployment RevisionHistoryLimit"
29225-
},
2922629214
{
2922729215
"file": "test/e2e/apps/deployment.go",
2922829216
"release": "1.12.0",
@@ -29265,12 +29253,6 @@
2926529253
"codename": "[sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance]",
2926629254
"testname": "Replica Set, adopt matching pods and release non matching pods"
2926729255
},
29268-
{
29269-
"file": "test/e2e/apps/replica_set.go",
29270-
"release": "1.22.0",
29271-
"codename": "[sig-apps] ReplicaSet should validate Replicaset Status endpoints [Conformance]",
29272-
"testname": "ReplicaSet, status sub-resource"
29273-
},
2927429256
{
2927529257
"file": "test/e2e/apps/replica_set.go",
2927629258
"release": "1.9.0",

0 commit comments

Comments
 (0)