{"id":18581880,"url":"https://github.com/knative/test-infra","last_synced_at":"2025-04-10T11:35:33.933Z","repository":{"id":37271548,"uuid":"136082371","full_name":"knative/test-infra","owner":"knative","description":"Test infrastructure for the Knative project","archived":false,"fork":false,"pushed_at":"2023-11-20T18:07:10.000Z","size":93269,"stargazers_count":82,"open_issues_count":23,"forks_count":162,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-03-24T20:22:07.033Z","etag":null,"topics":["hacktoberfest","infrastructure","knative"],"latest_commit_sha":null,"homepage":"","language":"Go","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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-04T21:01:06.000Z","updated_at":"2025-03-10T11:19:09.000Z","dependencies_parsed_at":"2024-06-18T12:48:44.654Z","dependency_job_id":null,"html_url":"https://github.com/knative/test-infra","commit_stats":{"total_commits":2790,"total_committers":139,"mean_commits":"20.071942446043167","dds":0.8526881720430107,"last_synced_commit":"e71f8c38c5694e84d086897f60bc698d71364e2e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knative%2Ftest-infra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knative%2Ftest-infra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knative%2Ftest-infra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knative%2Ftest-infra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knative","download_url":"https://codeload.github.com/knative/test-infra/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208688,"owners_count":21065205,"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":["hacktoberfest","infrastructure","knative"],"created_at":"2024-11-07T00:07:56.825Z","updated_at":"2025-04-10T11:35:28.913Z","avatar_url":"https://github.com/knative.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚠ ⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠ ⚠\n# ⚠ This repo is no longer in use please go to [infra repo](https://github.com/knative/infra) ⚠\n# ⚠ ⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠ ⚠\n\n## 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/test-infra)\n[![Go Report Card](https://goreportcard.com/badge/knative/test-infra)](https://goreportcard.com/report/knative/test-infra)\n[![LICENSE](https://img.shields.io/github/license/knative/test-infra.svg)](https://github.com/knative/test-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 `test-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/release](https://github.com/knative/release)\n\n  Release documentation and tools\n\n- [knative-sandbox/.github](https://github.com/knative-sandbox/.github)\n\n  Tools for github actions\n\n- [knative-sandbox/kperf](https://github.com/knative-sandbox/kperf)\n\n  A performance test framework\n\n- [knative-sandbox/knobots](https://github.com/knative-sandbox/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/test-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/test-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).\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%2Ftest-infra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknative%2Ftest-infra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknative%2Ftest-infra/lists"}