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