github.com/jenkins-x/jx/v2@v2.1.155/pkg/pipelinescheduler/test_data/merger_with_mergemethod/parent.yaml (about) 1 trigger: 2 trustedOrg: roadrunner-corp 3 approve: 4 lgtmActsAsApprove: true 5 ignoreReviewState: false 6 externalPlugins: 7 entries: 8 - name: jx-app-cheese 9 endpoint: http://jx-app-cheese 10 schedulerAgent: 11 agent: prow 12 policy: 13 protectTested: true 14 merger: 15 blockerLabel: hold 16 prStatusBaseUrl: http://fakeurl 17 maxGoroutines: 5 18 policy: 19 fromBranchProtection: true 20 requiredContexts: 21 entries: 22 - context1 23 - context2 24 requiredIfPresentContexts: 25 entries: 26 - context55 27 - context66 28 - context77 29 optionalContexts: 30 entries: 31 - opt1 32 mergeMethod: merge 33 postsubmits: 34 entries: 35 - name: release 36 context: "" 37 branches: 38 entries: 39 - master 40 agent: tekton 41 42 presubmits: 43 entries: 44 - name: integration 45 agent: tekton 46 alwaysRun: true 47 context: integration 48 rerunCommand: /test this 49 trigger: (?m)^/test( all| this),?(\s+|$) 50 queries: 51 - labels: 52 entries: 53 - approved 54 missingLabels: 55 entries: 56 - do-not-merge 57 - do-not-merge/hold 58 - do-not-merge/work-in-progress 59 - needs-ok-to-test 60 - needs-rebase 61 policy: 62 protect: true 63 requiredStatusChecks: 64 contexts: 65 entries: 66 - integration 67 plugins: 68 entries: 69 - config-updater 70 - approve 71 - assign 72 - blunderbuss 73 - help 74 - hold 75 - lgtm 76 - lifecycle 77 - size 78 - trigger 79 - wip 80 - heart 81 - override