The Kubernetes test history dashboard contains e2e test results from the last 24 hours. The test history is implemented by two components in this repository:
jenkins/test-history/
- scripts that periodically gather results from e2e test jobs and generate the above status page.gubernator/
- parses and presents the error message of a failed scenario. The test-history page links failed scenarios to the output of gubernator.
The Kubernetes project encourages organizations to contribute execution of e2e test jobs for a variety of platforms (e.g., Azure, rktnetes). The test-history scripts gather e2e results from these federated jobs. For information about how to contribute test results, see Federated Testing.