/test-infra

Primary LanguageGoApache License 2.0Apache-2.0

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.

  • For information about authoring new jobs, see jobs/README.md.

  • For information about operating the Prow control plane, see prow/README.md.

  • For information about our cloud infrastructure, see infra/README.md.

  • For information about tools we use...

    • automator helps automate dependency and other updates.
    • prowgen translates high level job definitions to ProwJob configurations.
    • prowtrans translates ProwJob configurations to other ProwJob configurations. For example, to run the same jobs in the private infrastructure.
    • authentikos 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 for more.