Skip to content

Commit

Permalink
Merge pull request #824 from cncf/coverage-update-for-2023-11-18-12-04
Browse files Browse the repository at this point in the history
Update APISnoop coverage 2023-11-18-12-04
  • Loading branch information
heyste authored Nov 19, 2023
2 parents 864746d + 0b155a9 commit 6317d23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 5 additions & 4 deletions resources/coverage/1.29.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -8204,9 +8204,9 @@
],
"release": "1.29.0",
"sources": [
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1725103850190278656",
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/1705686590900146176",
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance-latest/1705668219261423616"
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1725738538206498816",
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance-latest/1705668219261423616",
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/1705686590900146176"
],
"endpoints": [
{
Expand Down Expand Up @@ -20982,6 +20982,7 @@
"[sig-apps] Deployment RecreateDeployment should delete old pods and create new ones [Conformance]",
"[sig-apps] Deployment RollingUpdateDeployment should delete old pods and create new ones [Conformance]",
"[sig-apps] Deployment should not disrupt a cloud load-balancer's connectivity during rollout",
"[sig-apps] Deployment should run the lifecycle of a Deployment [Conformance]",
"[sig-apps] Deployment should validate Deployment Status endpoints [Conformance]",
"[sig-apps] Deployment test Deployment ReplicaSet orphaning and adoption regarding controllerRef",
"[sig-apps] DisruptionController evictions: enough pods, absolute => should allow an eviction",
Expand Down Expand Up @@ -33298,7 +33299,7 @@
"description": "replace the specified VolumeAttributesClass"
}
],
"release_date": "2023-11-16T19:02:16",
"release_date": "2023-11-18T12:02:41",
"total endpoints": 738,
"tested endpoints": 489,
"new conformance eligible endpoints": 21,
Expand Down
6 changes: 6 additions & 0 deletions resources/coverage/conformance-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -19095,6 +19095,12 @@
"codename": "[sig-apps] Deployment RollingUpdateDeployment should delete old pods and create new ones [Conformance]",
"testname": "Deployment RollingUpdate"
},
{
"file": "test/e2e/apps/deployment.go",
"release": "1.20.0",
"codename": "[sig-apps] Deployment should run the lifecycle of a Deployment [Conformance]",
"testname": "Deployment, completes the lifecycle of a Deployment"
},
{
"file": "test/e2e/apps/deployment.go",
"release": "1.21.0",
Expand Down

0 comments on commit 6317d23

Please sign in to comment.