github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/mungegithub/submit-queue/deployment/contrib/configmap.yaml (about) 1 # basic config options. 2 http-cache-dir: /cache/httpcache 3 organization: kubernetes 4 project: contrib 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 pr-mungers: approval-handler,blunderbuss,lgtm-after-commit,submit-queue,needs-rebase 8 state: open 9 token-file: /etc/secret-volume/token 10 period: 2m 11 repo-dir: /gitrepos 12 github-key-file: /etc/hook-secret-volume/secret 13 14 # status contexts options. 15 required-contexts: "continuous-integration/travis-ci/pr" 16 required-retest-contexts: "" 17 protected-branches-extra-contexts: "cla/linuxfoundation" 18 19 # submit-queue options. 20 protected-branches: "master" 21 nonblocking-jobs: "" 22 do-not-merge-milestones: "" 23 admin-port: 9999 24 context-url: https://contrib.submit-queue.k8s.io 25 26 # munger specific options. 27 label-file: "/gitrepos/contrib/labels.yaml" 28 29 use-reviewers: true 30 gate-approved: true 31 gate-cla: true