{"id":18256322,"url":"https://github.com/kudobuilder/test-infra","last_synced_at":"2026-01-19T23:35:06.072Z","repository":{"id":100772931,"uuid":"199070013","full_name":"kudobuilder/test-infra","owner":"kudobuilder","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-12T22:32:17.000Z","size":77,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T22:31:42.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kudobuilder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2019-07-26T19:29:09.000Z","updated_at":"2020-12-24T09:54:32.000Z","dependencies_parsed_at":"2023-06-09T20:15:16.068Z","dependency_job_id":null,"html_url":"https://github.com/kudobuilder/test-infra","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kudobuilder/test-infra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudobuilder%2Ftest-infra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudobuilder%2Ftest-infra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudobuilder%2Ftest-infra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudobuilder%2Ftest-infra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kudobuilder","download_url":"https://codeload.github.com/kudobuilder/test-infra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudobuilder%2Ftest-infra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28590228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-05T10:21:16.949Z","updated_at":"2026-01-19T23:35:06.040Z","avatar_url":"https://github.com/kudobuilder.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Development\n\nTo run the tests, run:\n\n```\ngo run github.com/kudobuilder/kudo/cmd/kubectl-kudo test\n```\n\nTests are written using the [KUDO test harness](https://kudo.dev/docs/testing) and can be found in `test/integration/`.\n\n# Configuration\n\nAll Kubernetes manifests live under `cluster/` and `prow-jobs/` and are deployed using [flux](https://github.com/fluxcd/flux) automatically on merge.\n\nSee `prow-jobs/prow.yaml` to configure your Prow job.\n\n# Cluster management\n\nThe Prow cluster lives on a GKE cluster in the `maestro-229419` project.\n\n## Setup the google cloud CLI\n\nInstall the [gcloud CLI](https://cloud.google.com/sdk/gcloud/):\n\n```\ngcloud auth login\ngcloud auth application-default login\n```\n\n## Login\n\nTo login to the cluster, run:\n\n```\ngcloud container clusters get-credentials prow-prod --region us-east4\n```\n\nAnd then you can run the e2e tests:\n\n```\ngo run github.com/kudobuilder/kudo/cmd/kubectl-kudo test --config kudo-test-e2e.yaml\n```\n\nTo login to the `kudo-ci` account, TODO: add login to onelogin.\n\n## Deployment\n\nTo deploy run:\n\n```\ncd tf/\nterraform apply\n```\n\n## Secret management\n\nTo encrypt a new secret, run this command:\n\n```\necho -n $SECRET |gcloud kms encrypt --project maestro-229419 --location us-central1 --keyring prow --key key --plaintext-file - --ciphertext-file - |base64 -w0 \u0026\u0026 echo\n```\n\nAnd then create a new `google_kms_secret` resource in Terraform:\n\n```\ndata \"google_kms_secret\" \"mysecret\" {\n  crypto_key = \"${module.kms.key}\"\n  ciphertext = \"ENCRYPTEDBLOB\"\n}\n```\n\nAnd then that can be referenced as `${data.google_kms_secret.mysecret.plaintext}`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkudobuilder%2Ftest-infra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkudobuilder%2Ftest-infra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkudobuilder%2Ftest-infra/lists"}