k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-contribex-peribolos.yaml (about) 1 postsubmits: 2 kubernetes/org: 3 - name: post-org-peribolos 4 annotations: 5 testgrid-dashboards: sig-contribex-org 6 testgrid-tab-name: post-peribolos 7 # TODO: remove kubernetes-github-managment-alerts@googlegroups.com, 8 # when new kubernetes.io mailing list is stable. 9 testgrid-alert-email: kubernetes-github-managment-alerts@googlegroups.com, k8s-infra-oncall@google.com, github-managment-alerts@kubernetes.io 10 testgrid-num-failures-to-alert: '1' 11 rerun_auth_config: 12 github_team_slugs: 13 - org: kubernetes 14 slug: owners 15 cluster: k8s-infra-prow-build-trusted 16 decorate: true 17 decoration_config: 18 timeout: 180m 19 branches: 20 - ^main$ 21 max_concurrency: 1 22 spec: 23 containers: 24 - image: public.ecr.aws/docker/library/golang:1.22 25 command: 26 - ./admin/update.sh 27 args: 28 - --github-endpoint=http://ghproxy.default.svc.cluster.local 29 - --github-endpoint=https://api.github.com 30 - --github-token-path=/etc/github/token 31 - --confirm 32 volumeMounts: 33 - name: github 34 mountPath: /etc/github 35 volumes: 36 - name: github 37 secret: 38 secretName: k8s-github-robot-github-token 39 periodics: 40 - interval: 24h 41 name: ci-org-peribolos 42 annotations: 43 testgrid-dashboards: sig-contribex-org 44 testgrid-tab-name: ci-peribolos 45 # TODO: remove kubernetes-github-managment-alerts@googlegroups.com, 46 # when new kubernetes.io mailing list is stable. 47 testgrid-alert-email: kubernetes-github-managment-alerts@googlegroups.com, k8s-infra-oncall@google.com, github-managment-alerts@kubernetes.io 48 testgrid-num-failures-to-alert: '1' 49 rerun_auth_config: 50 github_team_slugs: 51 - org: kubernetes 52 slug: owners 53 cluster: k8s-infra-prow-build-trusted 54 decorate: true 55 decoration_config: 56 timeout: 180m 57 max_concurrency: 1 58 extra_refs: 59 - org: kubernetes 60 repo: org 61 base_ref: main 62 spec: 63 containers: 64 - image: public.ecr.aws/docker/library/golang:1.22 65 command: 66 - ./admin/update.sh 67 args: 68 - --github-endpoint=http://ghproxy.default.svc.cluster.local 69 - --github-endpoint=https://api.github.com 70 - --github-token-path=/etc/github/token 71 - --confirm 72 volumeMounts: 73 - name: github 74 mountPath: /etc/github 75 volumes: 76 - name: github 77 secret: 78 secretName: k8s-github-robot-github-token