github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/cmd/step/scheduler/test_data/step_scheduler_config_apply/nongitops_repo_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-repo:
    13            protect: true
    14            required_status_checks:
    15              contexts:
    16              - integration
    17    protect-tested-repos: true
    18  github:
    19    LinkURL: null
    20  plank: {}
    21  pod_namespace: jx
    22  postsubmits:
    23    @@DEV_ENV_ORG@@/environment-@@DEV_ENV_ORG@@-@@DEV_ENV_REPO@@-dev:
    24    - agent: tekton
    25      branches:
    26      - master
    27      name: release
    28    cb-kubecd/jx-scheduler-test-repo:
    29    - agent: tekton
    30      branches:
    31      - master
    32      name: bdd
    33    - agent: tekton
    34      branches:
    35      - master
    36      name: release
    37  presubmits:
    38    @@DEV_ENV_ORG@@/environment-@@DEV_ENV_ORG@@-@@DEV_ENV_REPO@@-dev:
    39    - agent: tekton
    40      always_run: true
    41      context: integration
    42      name: integration
    43      rerun_command: /test this
    44      trigger: (?m)^/test( all| this),?(\s+|$)
    45    cb-kubecd/jx-scheduler-test-repo:
    46    - agent: tekton
    47      always_run: true
    48      context: integration
    49      name: integration
    50      rerun_command: /test this
    51      trigger: (?m)^/test( all| this),?(\s+|$)
    52  prowjob_namespace: jx
    53  push_gateway:
    54    serve_metrics: false
    55  tide:
    56    context_options:
    57      from-branch-protection: true
    58      required-if-present-contexts: null
    59      skip-unknown-contexts: false
    60    queries:
    61    - labels:
    62      - approved
    63      missingLabels:
    64      - do-not-merge
    65      - do-not-merge/hold
    66      - do-not-merge/work-in-progress
    67      - needs-ok-to-test
    68      - needs-rebase
    69      repos:
    70      - cb-kubecd/jx-scheduler-test-repo
    71      - @@DEV_ENV_ORG@@/environment-@@DEV_ENV_ORG@@-@@DEV_ENV_REPO@@-dev