Skip to content

Commit

Permalink
Merge pull request #13477 from chases2/fejtabot-migration
Browse files Browse the repository at this point in the history
Migration of fejta-bot-periodics to prow annotations
  • Loading branch information
k8s-ci-robot committed Jul 17, 2019
2 parents ee3256c + b656cfc commit 7aef384
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
28 changes: 28 additions & 0 deletions config/jobs/kubernetes/test-infra/fejta-bot-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ periodics:
- name: periodic-api-review-help
interval: 1h
decorate: true
annotations:
testgrid-dashboards: sig-testing-fejtabot
description: Adds API review process description to kind/api-change PRs
testgrid-tab-name: api-review-help
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190717-0bf601772
Expand Down Expand Up @@ -45,6 +49,10 @@ periodics:
- name: periodic-test-infra-cla
interval: 1h
decorate: true
annotations:
testgrid-dashboards: sig-testing-fejtabot
description: Re-checks CLA context when CLA labels are missing
testgrid-tab-name: cla
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190717-0bf601772
Expand Down Expand Up @@ -81,6 +89,10 @@ periodics:
- name: periodic-test-infra-close
interval: 1h
decorate: true
annotations:
testgrid-dashboards: sig-testing-fejtabot
description: Closes rotten issues after 30d of inactivity
testgrid-tab-name: close
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190717-0bf601772
Expand Down Expand Up @@ -164,6 +176,10 @@ periodics:
- name: periodic-test-infra-rotten
interval: 1h
decorate: true
annotations:
testgrid-dashboards: sig-testing-fejtabot
description: Adds lifecycle/rotten to stale issues after 30d of inactivity
testgrid-tab-name: rotten
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190717-0bf601772
Expand Down Expand Up @@ -204,6 +220,10 @@ periodics:
- name: periodic-test-infra-stale
interval: 1h
decorate: true
annotations:
testgrid-dashboards: sig-testing-fejtabot
description: Adds lifecycle/stale to issues after 30d of inactivity
testgrid-tab-name: stale
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190717-0bf601772
Expand Down Expand Up @@ -272,6 +292,10 @@ periodics:
- 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:v20190717-0bf601772
Expand Down Expand Up @@ -302,6 +326,10 @@ periodics:
- name: periodic-secping
interval: 24h
decorate: true
annotations:
testgrid-dashboards: sig-testing-fejtabot
description: files bugs for SECURITY_CONTACTS
testgrid-tab-name: periodic-secping
extra_refs:
- base_ref: master
org: jessfraz
Expand Down
21 changes: 0 additions & 21 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2357,27 +2357,6 @@ dashboards:
test_group_name: periodic-test-infra-retester
code_search_url_template:
url: https://github.com/kubernetes/test-infra/compare/<start-custom-0>...<end-custom-0>
- name: stale
description: Adds lifecycle/stale to issues after 30d of inactivity
test_group_name: periodic-test-infra-stale
- name: rotten
description: Adds lifecycle/rotten to stale issues after 30d of inactivity
test_group_name: periodic-test-infra-rotten
- name: close
description: Closes rotten issues after 30d of inactivity
test_group_name: periodic-test-infra-close
- name: cla
description: Re-checks CLA context when CLA labels are missing
test_group_name: periodic-test-infra-cla
- name: api-review-help
description: Adds API review process description to kind/api-change PRs
test_group_name: periodic-api-review-help
- name: secping
description: files bugs for SECURITY_CONTACTS
test_group_name: periodic-secping
- name: enhancements-unfreeze
description: Prevents issues in `k/enhancements` from being marked as `lifecycle/frozen`
test_group_name: periodic-enhancements-unfreeze
- name: issue-creator
description: Creates github issues based on data from various 'IssueSource's.
test_group_name: issue-creator
Expand Down

0 comments on commit 7aef384

Please sign in to comment.