Skip to content

Commit

Permalink
Remove obsolete triaged issue freezer
Browse files Browse the repository at this point in the history
  • Loading branch information
tallclair committed Dec 16, 2022
1 parent 702549c commit 1ffe62c
Showing 1 changed file with 0 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,55 +243,6 @@ periodics:
secret:
secretName: k8s-triage-robot-github-token

- name: ci-k8s-triage-robot-freezer
interval: 1h
cluster: k8s-infra-prow-build-trusted
decorate: true
annotations:
testgrid-dashboards: sig-contribex-k8s-triage-robot
description: Freezes important triaged bug issues
testgrid-tab-name: freeze
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20221216-06fc803e5c
command:
- commenter
args:
- |-
--query=org:kubernetes
org:kubernetes-sigs
org:kubernetes-client
org:kubernetes-csi
-repo:kubernetes-sigs/kind
-label:lifecycle/frozen
label:lifecycle/rotten
label:kind/bug
label:triage/accepted
label:priority/critical-urgent,priority/important-soon,priority/important-longterm
is:issue
is:open
- --token=/etc/github-token/token
- --endpoint=http://ghproxy.default.svc.cluster.local
- |-
--comment=The issue has been marked as an important bug and triaged.
Such issues are automatically marked as frozen when hitting the rotten state
to avoid missing important bugs.
Please send feedback to sig-contributor-experience at [kubernetes/community](https://github.com/kubernetes/community).
/lifecycle frozen
- --template
- --ceiling=10
- --confirm
volumeMounts:
- name: token
mountPath: /etc/github-token
volumes:
- name: token
secret:
secretName: k8s-triage-robot-github-token


- name: ci-k8s-triage-robot-retester
interval: 20m # Retest at most 1 PR per 20m, which should not DOS the queue.
cluster: k8s-infra-prow-build-trusted
Expand Down

0 comments on commit 1ffe62c

Please sign in to comment.