Skip to content

nikhiljindal/test-infra

 
 

Repository files navigation

Kubernetes Test Infrastructure

Build Status

The test-infra repository contains a collection of tools for testing Kubernetes and displaying Kubernetes tests results. There is no merge bot here. Feel free to click the big green merge button once your code is reviewed and passes on Travis. You will need to be a member of kubernetes/test-infra-maintainers to merge.

Testing Kubernetes

The YAML files under jenkins/job-configs define our Jenkins jobs via Jenkins Job Builder. Travis will run jenkins/diff-job-config-patch.sh to print out the XML diff between your change and master.

Viewing Test Results

  • The Kubernetes TestGrid shows the results of test jobs for the last few weeks. It is currently not open-sourced, but we we would like to move in that direction eventually.
  • The Kubernetes test history dashboard collects test results from the last 24 hours. It is updated hourly by the scripts under jenkins/test-history.
  • Gubernator is a Google App Engine site that parses and presents the results from individual test jobs.

Federated Testing

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.

About

Test infrastructure for the Kubernetes project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.7%
  • Go 24.2%
  • Shell 6.8%
  • HTML 3.9%
  • Makefile 2.1%
  • CSS 0.9%
  • JavaScript 0.4%