github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/mungegithub/submit-queue/deployment/community/configmap.yaml (about) 1 # basic config options. 2 http-cache-dir: /cache/httpcache 3 organization: kubernetes 4 project: community 5 # Make sure approval-handler and blunderbuss run before submit-queue. 6 # Otherwise it's going to take an extra-cycle to detect the label change. 7 # Run blunderbuss before approval-handler, so that we can suggest approvers 8 # based on assigned reviewer. 9 pr-mungers: blunderbuss, submit-queue, needs-rebase, sig-mention-handler, lgtm-after-commit, comment-deleter 10 state: open 11 token-file: /etc/secret-volume/token 12 period: 5m 13 repo-dir: /gitrepos 14 github-key-file: /etc/hook-secret-volume/secret 15 16 # status contexts options. 17 protected-branches-extra-contexts: "cla/linuxfoundation" 18 required-retest-contexts: "" 19 20 # submit-queue options. 21 protected-branches: "master" 22 nonblocking-jenkins-jobs: "" 23 do-not-merge-milestones: "" 24 admin-port: 9999 25 context-url: https://community.submit-queue.k8s.io 26 gate-cla: true 27 gate-approved: false 28 29 # munger specific options. 30 # label-file: "/gitrepos/community/labels.yaml" 31 32 use-reviewers: true 33 34 generated-files-config: .generated_files