{"id":18581863,"url":"https://github.com/knative/infra","last_synced_at":"2026-01-23T13:47:05.451Z","repository":{"id":38161733,"uuid":"465895809","full_name":"knative/infra","owner":"knative","description":"Home of Infra (Productivity) that hosts configs for prow and other infrastructure related things.","archived":false,"fork":false,"pushed_at":"2025-02-13T12:28:48.000Z","size":96837,"stargazers_count":8,"open_issues_count":9,"forks_count":27,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-02-13T13:35:14.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jsonnet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-03T21:50:49.000Z","updated_at":"2025-02-13T12:27:56.000Z","dependencies_parsed_at":"2024-05-13T16:46:12.191Z","dependency_job_id":"2d25f438-bbaa-4c74-b2ae-2626c55c301a","html_url":"https://github.com/knative/infra","commit_stats":{"total_commits":3218,"total_committers":128,"mean_commits":25.140625,"dds":0.8247358607830951,"last_synced_commit":"6c0ac0861320525795287f769bfc0c4c7ea56669"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knative%2Finfra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knative%2Finfra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knative%2Finfra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knative%2Finfra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knative","download_url":"https://codeload.github.com/knative/infra/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239321400,"owners_count":19619697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T00:07:43.664Z","updated_at":"2025-11-01T20:30:28.141Z","avatar_url":"https://github.com/knative.png","language":"Jsonnet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Knative Test Infrastructure\n\n[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go\u0026logoColor=white)](https://pkg.go.dev/github.com/knative/infra)\n[![Go Report Card](https://goreportcard.com/badge/knative/infra)](https://goreportcard.com/report/knative/infra)\n[![LICENSE](https://img.shields.io/github/license/knative/infra.svg)](https://github.com/knative/infra/blob/main/LICENSE)\n[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack\u0026style=social)](https://knative.slack.com/archives/CCSNR4FCH)\n\nThe `infra` repository contains a collection of tools for testing Knative,\ncollecting metrics and displaying test results.\nThis is the main repo for the [Productivity Working Group](https://github.com/knative/community/blob/main/working-groups/WORKING-GROUPS.md#productivity)\n\nThe Productivity Working Group also has other repos:\n- [knative/actions](https://github.com/knative/actions)\n\n  Reusable github workflows and actions\n\n- [knative/hack](https://github.com/knative/hack)\n\n  Shellscripts used across the repos placed in a separate repo to avoid\n  dependency cycles\n\n- [knative/toolbox](https://github.com/knative/toolbox)\n\n  Tools used in Knative projects, intended for development and testing\n\n- [knative/release](https://github.com/knative/release)\n\n  Release documentation and tools\n\n- [knative-extensions/.github](https://github.com/knative-extensions/.github)\n\n  Tools for github actions\n\n- [knative-extensions/knobots](https://github.com/knative-extensions/knobots)\n\n  Automated pull requests to fix up the code (based on github actions)\n\n## Tools we use\n\nWe use two big platforms for running automation:\n- [Prow](https://github.com/kubernetes/infra/tree/master/prow)\n\n  To schedule testing and update issues. Prow handles the merge queue\n  and makes sure every commit passes tests. Prow builds releases from release branches.\n\n- [Github Actions](https://docs.github.com/en/actions)\n\n  We use github actions for some automated tests, coordinating releases\n  and syncronizing files between repos\n\n\u003c!-- TODO: As an improvement for the architecture section maybe mention how\nthe tools fit together --\u003e\n\n### Spyglass\n\nKnative uses\n[Spyglass](https://github.com/kubernetes/infra/tree/master/prow/spyglass)\nto visualize test details.\n\n### TestGrid\n\nKnative provides a [health dashboard](https://testgrid.knative.dev/) to show\ntest, code and release health for each repo. It covers key areas such as\ncontinuous integration, nightly release, conformance and etc.\n\n### E2E Testing\n\nOur E2E testing uses\n[kubetest2](https://github.com/kubernetes-sigs/kubetest2) to\nbuild/deploy/test Knative clusters (managed by Prow).\n\n## Contributing\n\nIf you are interested in contributing, see [CONTRIBUTING.md](./CONTRIBUTING.md)\nand [DEVELOPMENT.md](./DEVELOPMENT.md). For a list of help wanted issues in Knative, \nlook at [CLOTRIBUTOR](https://clotributor.dev/search?project=knative\u0026page=1).\n\n## Guides\n\nTo setup the CI/CD flow for a knative project, see [guides](./guides/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknative%2Finfra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknative%2Finfra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknative%2Finfra/lists"}