github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/cmd/step/scheduler/test_data/step_scheduler_config_apply/nongitops_repogroup_scheduler/config.yaml (about)

     1  branch-protection:
     2    orgs:
     3      @@DEV_ENV_ORG@@:
     4        repos:
     5          environment-@@DEV_ENV_ORG@@-@@DEV_ENV_REPO@@-dev:
     6            protect: true
     7            required_status_checks:
     8              contexts:
     9              - integration
    10      cb-kubecd:
    11        repos:
    12          jx-scheduler-test-group-repo:
    13            protect: true
    14            required_status_checks:
    15              contexts:
    16              - integration
    17          jx-scheduler-test-repo:
    18            protect: true
    19            required_status_checks:
    20              contexts:
    21              - integration
    22    protect-tested-repos: true
    23  github:
    24    LinkURL: null
    25  plank: {}
    26  pod_namespace: jx
    27  postsubmits:
    28    @@DEV_ENV_ORG@@/environment-@@DEV_ENV_ORG@@-@@DEV_ENV_REPO@@-dev:
    29    - agent: tekton
    30      branches:
    31      - master
    32      name: release
    33    cb-kubecd/jx-scheduler-test-group-repo:
    34    - agent: tekton
    35      branches:
    36      - master
    37      name: bdd
    38    - agent: tekton
    39      branches:
    40      - master
    41      name: release
    42    cb-kubecd/jx-scheduler-test-repo:
    43    - agent: tekton
    44      branches:
    45      - master
    46      name: bdd
    47    - agent: tekton
    48      branches:
    49      - master
    50      name: release
    51  presubmits:
    52    @@DEV_ENV_ORG@@/environment-@@DEV_ENV_ORG@@-@@DEV_ENV_REPO@@-dev:
    53    - agent: tekton
    54      always_run: true
    55      context: integration
    56      name: integration
    57      rerun_command: /test this
    58      trigger: (?m)^/test( all| this),?(\s+|$)
    59    cb-kubecd/jx-scheduler-test-group-repo:
    60    - agent: tekton
    61      always_run: true
    62      context: integration
    63      name: integration
    64      rerun_command: /test this
    65      trigger: (?m)^/test( all| this),?(\s+|$)
    66    cb-kubecd/jx-scheduler-test-repo:
    67    - agent: tekton
    68      always_run: true
    69      context: integration
    70      name: integration
    71      rerun_command: /test this
    72      trigger: (?m)^/test( all| this),?(\s+|$)
    73  prowjob_namespace: jx
    74  push_gateway:
    75    serve_metrics: false
    76  tide:
    77    context_options:
    78      from-branch-protection: true
    79      required-if-present-contexts: null
    80      skip-unknown-contexts: false
    81    queries:
    82    - labels:
    83      - approved
    84      missingLabels:
    85      - do-not-merge
    86      - do-not-merge/hold
    87      - do-not-merge/work-in-progress
    88      - needs-ok-to-test
    89      - needs-rebase
    90      repos:
    91      - cb-kubecd/jx-scheduler-test-repo
    92      - cb-kubecd/jx-scheduler-test-group-repo
    93      - @@DEV_ENV_ORG@@/environment-@@DEV_ENV_ORG@@-@@DEV_ENV_REPO@@-dev