# test-infra **Repository Path**: x-istio/test-infra ## Basic Information - **Project Name**: test-infra - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-23 - **Last Updated**: 2023-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Istio Test Infra This repository contains tools and configuration files for the testing and automation needs for Istio. ## Navigating this repository * For information about interacting with Istio's CI/CD system (Prow), see [Working with Prow](https://github.com/istio/istio/wiki/Working-with-Prow). * For information about _authoring_ new jobs, see [jobs/README.md](prow/config/jobs/README.md). * For information about _operating_ the Prow control plane, see [prow/README.md](prow/README.md). * For information about our cloud infrastructure, see [infra/README.md](infra/README.md). * For information about tools we use... * [`automator`](tools/automator/README.md) helps automate dependency and other updates. * [`prowgen`](tools/prowgen/README.md) translates high level job definitions to ProwJob configurations. * [`prowtrans`](tools/prowtrans/README.md) translates ProwJob configurations to other ProwJob configurations. For example, to run the same jobs in the private infrastructure. * [`authentikos`](authentikos/README.md) writes access token to Kubernetes Secrets. This is not currently used by Istio, but is by other communities. * A variety of other tools live outside of this repo. Checkout [istio/tools](https://github.com/istio/tools) for more.