We use Boskos to manage GCP projects which end to end tests are run against.
- It runs in the
prow
cluster of thetekton-releases
project, in the namespacetest-pods
- Projects are created in GCP and added to the
boskos/boskos-config.yaml
file. - Make sure the IAM account:
[email protected]
has Editor permissions. - Make sure the GKE API is enabled. You can do this by browsing to the GKE tab in the Cloud Console.
- After editing
boskos/boskos-config.yaml
, apply the updated ConfigMap to thetekton-releases
prow
cluster.