github.com/jenkins-x/jx/v2@v2.1.155/pkg/pipelinescheduler/test_data/only_with_parent/parent.yaml (about)

     1  trigger:
     2    trustedOrg: roadrunner-corp
     3  schedulerAgent:
     4    agent: prow
     5  policy:
     6    protectTested: true
     7  merger:
     8    policy:
     9      fromBranchProtection: true
    10      skipUnknownContexts: false
    11  postsubmits:
    12    entries:
    13    - name: release
    14      context: ""
    15      branches:
    16        entries:
    17        - master
    18      agent: tekton
    19  presubmits:
    20    entries:
    21    - name: integration
    22      agent: tekton
    23      alwaysRun: true
    24      context: integration
    25      rerunCommand: /test this
    26      trigger: (?m)^/test( all| this),?(\s+|$)
    27      queries:
    28        - labels:
    29            entries:
    30              - approved
    31          missingLabels:
    32            entries:
    33            - do-not-merge
    34            - do-not-merge/hold
    35            - do-not-merge/work-in-progress
    36            - needs-ok-to-test
    37            - needs-rebase
    38      policy:
    39        protect: true
    40        requiredStatusChecks:
    41          contexts:
    42            entries:
    43            - integration
    44  plugins:
    45    entries:
    46    - config-updater
    47    - approve
    48    - assign
    49    - blunderbuss
    50    - help
    51    - hold
    52    - lgtm
    53    - lifecycle
    54    - size
    55    - trigger
    56    - wip
    57    - heart
    58    - override