Skip to content

Commit f7fe343

Browse files
authored
Merge pull request #827 from cncf/coverage-update-for-2023-12-09-12-04
Update APISnoop coverage 2023-12-09-12-04
2 parents e163779 + 919681a commit f7fe343

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

resources/coverage/1.29.0.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8204,7 +8204,7 @@
82048204
],
82058205
"release": "1.29.0",
82068206
"sources": [
8207-
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1730867494198972416",
8207+
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1733409288921026560",
82088208
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/1705686590900146176",
82098209
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance-latest/1705668219261423616"
82108210
],
@@ -15629,6 +15629,7 @@
1562915629
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]",
1563015630
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]",
1563115631
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]",
15632+
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]",
1563215633
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]",
1563315634
"[sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]",
1563415635
"[sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance]",
@@ -32940,7 +32941,7 @@
3294032941
"description": "replace the specified VolumeAttributesClass"
3294132942
}
3294232943
],
32943-
"release_date": "2023-12-02T12:03:10",
32944+
"release_date": "2023-12-09T12:02:55",
3294432945
"total endpoints": 717,
3294532946
"tested endpoints": 489,
3294632947
"new conformance eligible endpoints": 21,

resources/coverage/conformance-endpoints.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14394,6 +14394,12 @@
1439414394
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]",
1439514395
"testname": "Admission webhook, update validating webhook"
1439614396
},
14397+
{
14398+
"file": "test/e2e/apimachinery/webhook.go",
14399+
"release": "1.16.0",
14400+
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]",
14401+
"testname": "Admission webhook, deny custom resource definition"
14402+
},
1439714403
{
1439814404
"file": "test/e2e/apimachinery/webhook.go",
1439914405
"release": "1.16.0",

0 commit comments

Comments
 (0)