# project-infra **Repository Path**: mirrors_kata-containers/project-infra ## Basic Information - **Project Name**: project-infra - **Description**: Project infrastructure administrative tools - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-10 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KubeVirt Project Infrastructure Tools This repository provides supporting code for the project infrastructure. This is what you can find on each of the repo directories * `cni-plugins`: code to deploy CNI plugins (currently only sriov-passthrough-cni is available) * `docs`: extended documentation of several aspects of our infrastructure * `external-plugins`: Prow plugins used on our setup * `github/ci`: Infrastructure code for our main deployments: * `github/ci/prow-deploy`: Ansible code for testing and deploying Prow components, includes Prow configuration under github/ci/prow-deploy/files * `github/ci/prow-workloads`: Ansible code for bootstrapping prow-workloads cluster with Kubespray * `github/ci/services`: Code to manage additional CI services * `github/ci/testgrid`: Code to manage the configuration for our [testgrid setup](https://testgrid.k8s.io/kubevirt) * `images`: Definition of container images used in CI * `limiter`: Tool used to control connections for GCE buckets to the outside world depending on billing alerts. See [README](limiter/README.md) * `releng/release-tool`: Tool for creating KubeVirt releases * `robots`: Automation tools * `robots/cmd/ci-usage-exporter`: Prometheus exporter to expose CI infrastructure information * `robots/cmd/flakefinder`: Tool to create statistics from failed tests of PRs. See [README](robots/cmd/flakefinder/README.md) * `robots/cmd/indexpagecreator`: Creates flakefinder index page * `robots/cmd/kubevirt`: Provides commands to manipulate the SIG jobs (periodic and presubmit) that are testing kubevirt with kubevirtci See [README](robots/cmd/kubevirt/README.md) * `robots/cmd/kubevirtci-bumper`: Tool to automatically bump kubevirtci providers. See [README](robots/cmd/kubevirtci-bumper/README.md) * `robots/cmd/kubevirtci-presubmit-creator`: Creates kubevirtci presubmit job definitions for new providers * `robots/cmd/labels-checker`: Checks whether a PR has certain labels * `robots/cmd/uploader`: Tool to mirror bazel dependencies on GCS. See [README](plugins/cmd/uploader/README.md) ## Contributing Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute.