Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 2.96 KB

README.md

File metadata and controls

80 lines (50 loc) · 2.96 KB

Knative Test Infrastructure

go.dev reference Go Report Card LICENSE Slack Status

The infra repository contains a collection of tools for testing Knative, collecting metrics and displaying test results. This is the main repo for the Productivity Working Group

The Productivity Working Group also has other repos:

Tools we use

We use two big platforms for running automation:

  • Prow

    To schedule testing and update issues. Prow handles the merge queue and makes sure every commit passes tests. Prow builds releases from release branches.

  • Github Actions

    We use github actions for some automated tests, coordinating releases and syncronizing files between repos

Spyglass

Knative uses Spyglass to visualize test details.

TestGrid

Knative provides a health dashboard to show test, code and release health for each repo. It covers key areas such as continuous integration, nightly release, conformance and etc.

E2E Testing

Our E2E testing uses kubetest2 to build/deploy/test Knative clusters (managed by Prow).

Contributing

If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md. For a list of help wanted issues in Knative, look at CLOTRIBUTOR.

Guides

To setup the CI/CD flow for a knative project, see guides.