github.com/jenkins-x/jx/v2@v2.1.155/pkg/pipelinescheduler/test_data/merger_with_parent/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  postsubmits:
    33    entries:
    34    - name: release
    35      context: ""
    36      branches:
    37        entries:
    38        - master
    39      agent: tekton
    40  
    41  presubmits:
    42    entries:
    43    - name: integration
    44      agent: tekton
    45      alwaysRun: true
    46      context: integration
    47      rerunCommand: /test this
    48      trigger: (?m)^/test( all| this),?(\s+|$)
    49      queries:
    50        - labels:
    51            entries:
    52              - approved
    53          missingLabels:
    54            entries:
    55            - do-not-merge
    56            - do-not-merge/hold
    57            - do-not-merge/work-in-progress
    58            - needs-ok-to-test
    59            - needs-rebase
    60      policy:
    61        protect: true
    62        requiredStatusChecks:
    63          contexts:
    64            entries:
    65            - integration
    66  plugins:
    67    entries:
    68    - config-updater
    69    - approve
    70    - assign
    71    - blunderbuss
    72    - help
    73    - hold
    74    - lgtm
    75    - lifecycle
    76    - size
    77    - trigger
    78    - wip
    79    - heart
    80    - override