|
922 | 922 | "promotion_release": null |
923 | 923 | }, |
924 | 924 | { |
925 | | - "file": null, |
| 925 | + "file": "test/e2e/apimachinery/chunking.go", |
926 | 926 | "test": "[sig-api-machinery] Servers with support for API chunking should return chunks of results for list calls [Conformance]", |
927 | 927 | "release": "1.29.0", |
928 | | - "testname": null, |
929 | | - "conformance_test": false, |
930 | | - "promotion_release": null |
| 928 | + "testname": "API Chunking, server should return chunks of results for list calls", |
| 929 | + "conformance_test": true, |
| 930 | + "promotion_release": "1.29.0" |
931 | 931 | }, |
932 | 932 | { |
933 | | - "file": null, |
| 933 | + "file": "test/e2e/apimachinery/chunking.go", |
934 | 934 | "test": "[sig-api-machinery] Servers with support for API chunking should support continue listing from the last key if the original version has been compacted away, though the list is inconsistent [Slow] [Conformance]", |
935 | 935 | "release": "1.29.0", |
936 | | - "testname": null, |
937 | | - "conformance_test": false, |
938 | | - "promotion_release": null |
| 936 | + "testname": "API Chunking, server should support continue listing from the last key even if the original version has been compacted away", |
| 937 | + "conformance_test": true, |
| 938 | + "promotion_release": "1.29.0" |
939 | 939 | }, |
940 | 940 | { |
941 | 941 | "file": "test/e2e/apimachinery/table_conversion.go", |
|
7884 | 7884 | ], |
7885 | 7885 | "release": "1.29.0", |
7886 | 7886 | "sources": [ |
7887 | | - "https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1701696405703233536", |
7888 | | - "https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/1701741452549165056", |
7889 | | - "https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance-latest/1701676272192589824" |
| 7887 | + "https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1702967040400166912", |
| 7888 | + "https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance-latest/1702946403673706496", |
| 7889 | + "https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/1703002776524558336" |
7890 | 7890 | ], |
7891 | 7891 | "endpoints": [ |
7892 | 7892 | { |
|
15143 | 15143 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]", |
15144 | 15144 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]", |
15145 | 15145 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]", |
| 15146 | + "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]", |
15146 | 15147 | "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]", |
15147 | 15148 | "[sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]", |
15148 | 15149 | "[sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance]", |
|
18293 | 18294 | "group": null, |
18294 | 18295 | "level": "stable", |
18295 | 18296 | "tests": [ |
18296 | | - "[sig-api-machinery] Discovery should validate PreferredVersion for each APIGroup [Conformance]" |
| 18297 | + "[sig-api-machinery] Discovery should validate PreferredVersion for each APIGroup [Conformance]", |
| 18298 | + null |
18297 | 18299 | ], |
18298 | 18300 | "action": null, |
18299 | 18301 | "tested": true, |
@@ -23180,24 +23182,22 @@ |
23180 | 23182 | "level": "stable", |
23181 | 23183 | "tests": [ |
23182 | 23184 | "[sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance]", |
23183 | | - "[sig-cli] Kubectl client Simple pod should return command exit codes should handle in-cluster config", |
| 23185 | + "[sig-api-machinery] OpenAPIV3 should contain OpenAPI V3 for Aggregated APIServer", |
23184 | 23186 | "[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", |
23185 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with mount options", |
23186 | 23187 | "[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]", |
23187 | 23188 | "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support existing directories when readOnly specified in the volumeSource", |
23188 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should allow exec of files on the volume", |
| 23189 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support existing single file [LinuxOnly]", |
| 23190 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support non-existent path", |
| 23191 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]", |
23189 | 23192 | "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should store data", |
23190 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read-only inline ephemeral volume", |
23191 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read/write inline ephemeral volume", |
23192 | | - "[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", |
23193 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read-only inline ephemeral volume", |
23194 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read/write inline ephemeral volume", |
| 23193 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]", |
| 23194 | + "[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", |
23195 | 23195 | "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support expansion of pvcs created for ephemeral pvcs", |
| 23196 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support multiple inline ephemeral volumes", |
23196 | 23197 | "[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", |
23197 | 23198 | "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Inline-volume (default fs)] volumes should allow exec of files on the volume", |
23198 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Inline-volume (default fs)] volumes should store data", |
| 23199 | + "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume", |
23199 | 23200 | "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data", |
23200 | | - "[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]", |
23201 | 23201 | null |
23202 | 23202 | ], |
23203 | 23203 | "action": "list", |
|
24519 | 24519 | "group": "events.k8s.io", |
24520 | 24520 | "level": "stable", |
24521 | 24521 | "tests": [ |
24522 | | - "[sig-instrumentation] Events API should ensure that an event can be fetched, patched, deleted, and listed [Conformance]" |
| 24522 | + "[sig-instrumentation] Events API should ensure that an event can be fetched, patched, deleted, and listed [Conformance]", |
| 24523 | + null |
24523 | 24524 | ], |
24524 | 24525 | "action": "patch", |
24525 | 24526 | "tested": true, |
|
25132 | 25133 | "group": "autoscaling", |
25133 | 25134 | "level": "stable", |
25134 | 25135 | "tests": [ |
25135 | | - "[sig-apps] ReplicaSet Replicaset should have a working scale subresource [Conformance]" |
| 25136 | + "[sig-apps] ReplicaSet Replicaset should have a working scale subresource [Conformance]", |
| 25137 | + null |
25136 | 25138 | ], |
25137 | 25139 | "action": "get", |
25138 | 25140 | "tested": true, |
|
26737 | 26739 | "[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]", |
26738 | 26740 | "[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] volume-expand should not allow expansion of pvcs without AllowVolumeExpansion property", |
26739 | 26741 | "[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] volumes should store data", |
| 26742 | + "[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (filesystem volmode)] volumeLimits should verify that all csinodes have volume limits", |
26740 | 26743 | "[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]", |
26741 | 26744 | "[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Generic Ephemeral-volume (block volmode) (late-binding)] ephemeral should create read/write inline ephemeral volume", |
26742 | 26745 | "[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Generic Ephemeral-volume (block volmode) (late-binding)] ephemeral should support expansion of pvcs created for ephemeral pvcs", |
|
28757 | 28760 | "level": "stable", |
28758 | 28761 | "tests": [ |
28759 | 28762 | "[sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]", |
28760 | | - "[sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]" |
| 28763 | + "[sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]", |
| 28764 | + null |
28761 | 28765 | ], |
28762 | 28766 | "action": "put", |
28763 | 28767 | "tested": true, |
|
32068 | 32072 | "description": "replace the specified ResourceClass" |
32069 | 32073 | } |
32070 | 32074 | ], |
32071 | | - "release_date": "2023-09-13T00:35:17", |
| 32075 | + "release_date": "2023-09-16T12:03:26", |
32072 | 32076 | "total endpoints": 706, |
32073 | 32077 | "tested endpoints": 462, |
32074 | 32078 | "new conformance eligible endpoints": 0, |
|
0 commit comments