Skip to content

Test infrastructure for the Kubernetes project.

License

Notifications You must be signed in to change notification settings

karan/test-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Kubernetes Prow Robotci-robot
Kubernetes Prow Robot
and
ci-robot
Aug 17, 2020
1cea8f4 · Aug 17, 2020
Jan 19, 2019
May 28, 2020
Aug 17, 2020
Nov 12, 2019
Aug 7, 2020
Aug 15, 2020
Apr 2, 2020
Aug 6, 2020
Jun 16, 2020
Aug 13, 2020
Aug 13, 2020
Aug 11, 2020
Aug 10, 2020
Aug 13, 2020
Aug 13, 2020
Aug 13, 2020
Aug 13, 2020
Aug 13, 2020
Jul 31, 2020
Aug 17, 2020
Aug 22, 2019
May 26, 2020
Jul 24, 2020
Jul 30, 2020
Apr 9, 2020
Aug 13, 2020
Feb 21, 2020
Aug 14, 2020
Aug 13, 2020
Aug 13, 2020
Jul 21, 2020
Aug 14, 2020
Aug 13, 2020
Feb 20, 2020
Jun 4, 2019
Mar 3, 2020
May 21, 2020
Feb 19, 2020
Sep 27, 2019
Jul 31, 2020
Dec 7, 2019
Aug 26, 2016
May 29, 2020
Aug 14, 2020
Oct 23, 2019
Jul 27, 2020
Apr 23, 2020
Aug 13, 2020
Sep 25, 2018
Jul 15, 2020
Jul 31, 2020
Jul 31, 2020
Aug 13, 2020
Mar 4, 2020
Sep 17, 2019
Jan 13, 2020
May 14, 2019
Jul 31, 2020
Jan 13, 2020
Jul 30, 2020
Jun 12, 2019
Feb 7, 2019
Mar 17, 2020

Repository files navigation

test-infra

Go Report Card GoDoc Build status

This repository contains tools and configuration files for the testing and automation needs of the Kubernetes project.

Our architecture diagram provides a (wildly out of date #13063) overview of how the different tools and services interact.

CI Job Management

Kubernetes uses a prow instance at prow.k8s.io to handle CI and automation for the entire project. Everyone can participate in a self-service PR-based workflow, where changes are automatically deployed after they have been reviewed. All job configs are located in config/jobs

Dashboards

Test Result Dashboards

Job and PR Dashboards

Other Tools

  • boskos manages pools of resources; our CI leases GCP projects from these pools
  • experiment/ is a catchall directory for one-shot tools or scripts
  • gcsweb is a UI we use to display test artifacts stored in public GCS buckets
  • ghproxy is a GitHub-aware reverse proxy cache to help keep our GitHub API token usage within rate limits
  • gopherage is a tool for manipulating Go coverage files
  • greenhouse is a shared bazel cache we use to ensure faster build and test presubmit jobs
  • label_sync creates, updates and migrates GitHub labels across orgs and repos based on labels.yaml file
  • kettle extracts test results from GCS and puts them into bigquery
  • kubetest is how our CI creates and e2e tests kubernetes clusters
  • maintenance/migratestatus is used to migrate or retire GitHub status contexts on PRs across orgs and repos
  • metrics runs queries against bigquery to generate metrics based on test results
  • robots/commenter is used by some of our jobs to comment on GitHub issues

Contributing

Please see CONTRIBUTING.MD

About

Test infrastructure for the Kubernetes project.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.1%
  • Python 7.6%
  • Starlark 7.4%
  • Shell 2.3%
  • TypeScript 2.3%
  • HTML 0.9%
  • Other 2.4%