Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove periodic-enhancements-unfreeze job #22488

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions config/jobs/kubernetes/test-infra/fejta-bot-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,39 +297,6 @@ periodics:
secret:
secretName: fejta-bot-token

- name: periodic-enhancements-unfreeze
interval: 30m
decorate: true
annotations:
testgrid-dashboards: sig-testing-fejtabot
description: Prevents issues in `k/enhancements` from being marked as `lifecycle/frozen`y
testgrid-tab-name: enhancements-unfreeze
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20210608-953d79c16d
command:
- /app/robots/commenter/app.binary
args:
- |-
--query=repo:kubernetes/enhancements
label:lifecycle/frozen
- --updated=5m
- --token=/etc/token/bot-github-token
- |-
--comment=Enhancement issues opened in `kubernetes/enhancements` should never be marked as frozen.
Enhancement Owners can ensure that enhancements stay fresh by consistently updating their states across release cycles.

/remove-lifecycle frozen
- --ceiling=10
- --confirm
volumeMounts:
- name: token
mountPath: /etc/token
volumes:
- name: token
secret:
secretName: fejta-bot-token

# periodically file / close bugs for repos based on presence of SECURITY_CONTACTS
- name: periodic-secping
interval: 24h
Expand Down