You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

knative.dev/infra

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knative.dev/infra

v0.0.0-20250708014458-bda7f8047e3d
Go
Version published
Created
Source

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.

FAQs

Package last updated on 08 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts