github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/cmd/step/scheduler/test_data/step_scheduler_config_apply/gitops_all/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: magic
    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: magic
    51    - agent: tekton
    52      branches:
    53      - master
    54      name: release
    55  presubmits:
    56    @@DEV_ENV_ORG@@/environment-@@DEV_ENV_ORG@@-@@DEV_ENV_REPO@@-dev:
    57    - agent: tekton
    58      always_run: true
    59      context: integration
    60      name: integration
    61      rerun_command: /test this
    62      trigger: (?m)^/test( all| this),?(\s+|$)
    63    cb-kubecd/jx-scheduler-test-group-repo:
    64    - agent: tekton
    65      always_run: true
    66      context: integration
    67      name: integration
    68      rerun_command: /test this
    69      trigger: (?m)^/test( all| this),?(\s+|$)
    70    cb-kubecd/jx-scheduler-test-repo:
    71    - agent: tekton
    72      always_run: true
    73      context: integration
    74      name: integration
    75      rerun_command: /test this
    76      trigger: (?m)^/test( all| this),?(\s+|$)
    77  prowjob_namespace: jx
    78  push_gateway:
    79    serve_metrics: false
    80  tide:
    81    context_options:
    82      from-branch-protection: true
    83      required-if-present-contexts: null
    84      skip-unknown-contexts: false
    85    queries:
    86    - labels:
    87      - approved
    88      missingLabels:
    89      - do-not-merge
    90      - do-not-merge/hold
    91      - do-not-merge/work-in-progress
    92      - needs-ok-to-test
    93      - needs-rebase
    94      repos:
    95      - cb-kubecd/jx-scheduler-test-repo
    96      - cb-kubecd/jx-scheduler-test-group-repo
    97      - @@DEV_ENV_ORG@@/environment-@@DEV_ENV_ORG@@-@@DEV_ENV_REPO@@-dev