github.com/jenkins-x/jx/v2@v2.1.155/pkg/pipelinescheduler/test_data/no_postsubmits_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 presubmits: 22 acme/dummy: 23 - agent: tekton 24 always_run: true 25 #build_spec: 26 # serviceAccountName: helm 27 # template: 28 # name: jenkins-base 29 context: integration 30 name: integration 31 rerun_command: /test this 32 trigger: (?m)^/test( all| this),?(\s+|$) 33 #prowjob_namespace: jx 34 #push_gateway: {} 35 #sinker: {} 36 tide: 37 context_options: 38 from-branch-protection: true 39 required-if-present-contexts: null 40 skip-unknown-contexts: false 41 queries: 42 - labels: 43 - approved 44 missingLabels: 45 - do-not-merge 46 - do-not-merge/hold 47 - do-not-merge/work-in-progress 48 - needs-ok-to-test 49 - needs-rebase 50 repos: 51 - acme/dummy 52 #target_url: https://tide.foo.bar 53 54 triggers: 55