github.com/jenkins-x/jx/v2@v2.1.155/pkg/pipelinescheduler/test_data/merger_with_parent/config.yaml (about) 1 branch-protection: 2 orgs: 3 acme: 4 repos: 5 dummy: 6 protect: true 7 required_status_checks: 8 contexts: 9 - integration 10 protect-tested-repos: true 11 # TODO reinstate this 12 #deck: 13 # spyglass: {} 14 #gerrit: {} 15 #owners_dir_blacklist: 16 # default: null 17 # repos: null 18 #plank: {} 19 #pod_namespace: jx 20 postsubmits: 21 acme/dummy: 22 - agent: tekton 23 branches: 24 - master 25 # TODO switch this to tekton 26 #build_spec: 27 # serviceAccountName: knative-build-bot 28 # template: 29 # name: jenkins-base 30 context: "" 31 name: release 32 presubmits: 33 acme/dummy: 34 - agent: tekton 35 always_run: true 36 #build_spec: 37 # serviceAccountName: helm 38 # template: 39 # name: jenkins-base 40 context: integration 41 name: integration 42 rerun_command: /test this 43 trigger: (?m)^/test( all| this),?(\s+|$) 44 #prowjob_namespace: jx 45 #push_gateway: {} 46 #sinker: {} 47 tide: 48 target_url: http://targeturl 49 squash_label: squash 50 pr_status_base_url: http://fakeurl 51 blocker_label: /hold 52 max_goroutines: 10 53 context_options: 54 required-contexts: 55 - context3 56 - context1 57 - context2 58 from-branch-protection: true 59 required-if-present-contexts: 60 - context5 61 - context6 62 optional-contexts: 63 - opt1 64 skip-unknown-contexts: false 65 queries: 66 - labels: 67 - approved 68 missingLabels: 69 - do-not-merge 70 - do-not-merge/hold 71 - do-not-merge/work-in-progress 72 - needs-ok-to-test 73 - needs-rebase 74 repos: 75 - acme/dummy 76 #target_url: https://tide.foo.bar