cncf / k8s-conformance

🧪CNCF K8s Conformance Working Group

Home Page:https://cncf.io/ck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to submit conformance test result multiple times based on maintenance version

gyliu513 opened this issue · comments

If one Kubernetes release distributed two released based on Kubernetes 1.11, one is based on Kubernetes 1.11.2 and another is based on Kubernetes 1.11.3, then how to submit the conformance test?

Let us say the version is as following format:

major.minor.maintenance

I found that the conformance test only include version like major.minor but if I want to submit conformance test twice with same major.minor version but different maintenance version, how to proceed this?

Please just submit one conformance test for 1.11 (either 1.11.2 or 1.11.3 is OK). We don't track maintenance releases separately.

Good, thanks @dankohn