github.com/jenkins-x/jx/v2@v2.1.155/pkg/pipelinescheduler/test_data/repo/repo.yaml (about) 1 schedulerAgent: 2 agent: prow 3 policy: 4 protectTested: true 5 postsubmits: 6 entries: 7 - name: release 8 context: "" 9 branches: 10 entries: 11 - master 12 agent: tekton 13 presubmits: 14 entries: 15 - agent: tekton 16 alwaysRun: true 17 context: integration 18 name: integration 19 rerunCommand: /test this 20 trigger: (?m)^/test( all| this),?(\s+|$) 21 queries: 22 - labels: 23 entries: 24 - approved 25 missingLabels: 26 entries: 27 - do-not-merge 28 - do-not-merge/hold 29 - do-not-merge/work-in-progress 30 - needs-ok-to-test 31 - needs-rebase 32 policy: 33 protect: true 34 requiredStatusChecks: 35 contexts: 36 entries: 37 - integration 38 merger: 39 policy: 40 fromBranchProtection: true 41 skipUnknownContexts: false