Skip to content

kubernetes/test-infra

Folders and files

NameName
Last commit message
Last commit date
Jan 19, 2019
Dec 18, 2024
Apr 18, 2025
Oct 10, 2022
Mar 27, 2025
Mar 18, 2025
Feb 24, 2025
Apr 21, 2024
Apr 9, 2024
Jun 27, 2024
Mar 10, 2025
Apr 10, 2025
Apr 11, 2025
Sep 22, 2023
Mar 27, 2025
Oct 23, 2024
Oct 21, 2024
Mar 27, 2025
Jan 20, 2025
Jul 23, 2024
Sep 3, 2024
Dec 17, 2024
Aug 3, 2024
Aug 12, 2021
Apr 10, 2025
Dec 18, 2024
Jun 27, 2024
Oct 11, 2024
Oct 11, 2024
May 20, 2022
Jul 31, 2024
Jan 27, 2023
Aug 1, 2022
Sep 1, 2023
Oct 20, 2022
Jul 19, 2024
Jul 23, 2024
Feb 22, 2025
Aug 26, 2016
Jan 9, 2025
Jan 11, 2022
Sep 17, 2024
Feb 7, 2025
Mar 27, 2025
Jul 27, 2020
Oct 4, 2022
Jul 29, 2024
Sep 25, 2018
Aug 1, 2022
Dec 17, 2024
Dec 17, 2024
Mar 4, 2020
Aug 1, 2022
May 14, 2019
Jan 13, 2020
Jan 9, 2025
Mar 10, 2022
Mar 10, 2022
Aug 1, 2022

test-infra

GoDoc Build status

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

Our architecture diagram provides an (updated #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
  • 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
  • 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