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

     1  periodics:
     2  - name: periodic-jx-stale
     3    interval: 1h
     4    decorate: false
     5    spec:
     6      containers:
     7      - image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
     8        command:
     9        - /app/robots/commenter/app.binary
    10        args:
    11        - |-
    12          --query=org:jenkins-x
    13          -label:lifecycle/frozen
    14          -label:lifecycle/stale
    15          -label:lifecycle/rotten
    16        - --updated=2160h
    17        - --token=/etc/token/oauth
    18        - |-
    19          --comment=Issues go stale after 90d of inactivity.
    20          Mark the issue as fresh with `/remove-lifecycle stale`.
    21          Stale issues rot after an additional 30d of inactivity and eventually close.
    22          If this issue is safe to close now please do so with `/close`.
    23          Provide feedback via https://jenkins-x.io/community.
    24          /lifecycle stale
    25        - --template
    26        - --ceiling=30
    27        - --confirm
    28        volumeMounts:
    29        - name: token
    30          mountPath: /etc/token
    31      volumes:
    32      - name: token
    33        secret:
    34          secretName: oauth-token
    35  
    36  - name: periodic-jx-close
    37    interval: 1h
    38    decorate: false
    39    spec:
    40      containers:
    41      - image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
    42        command:
    43        - /app/robots/commenter/app.binary
    44        args:
    45        - |-
    46          --query=org:jenkins-x
    47          -label:lifecycle/frozen
    48          label:lifecycle/rotten
    49        - --updated=720h
    50        - --token=/etc/token/oauth
    51        - |-
    52          --comment=Rotten issues close after 30d of inactivity.
    53          Reopen the issue with `/reopen`.
    54          Mark the issue as fresh with `/remove-lifecycle rotten`.
    55          Provide feedback via https://jenkins-x.io/community.
    56          /close
    57        - --template
    58        - --ceiling=10
    59        - --confirm
    60        volumeMounts:
    61        - name: token
    62          mountPath: /etc/token
    63      volumes:
    64      - name: token
    65        secret:
    66          secretName: oauth-token
    67  
    68  - name: periodic-jx-rotten
    69    interval: 1h
    70    decorate: false
    71    spec:
    72      containers:
    73      - image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
    74        command:
    75        - /app/robots/commenter/app.binary
    76        args:
    77        - |-
    78          --query=org:jenkins-x
    79          -label:lifecycle/frozen
    80          label:lifecycle/stale
    81          -label:lifecycle/rotten
    82        - --updated=720h
    83        - --token=/etc/token/oauth
    84        - |-
    85          --comment=Stale issues rot after 30d of inactivity.
    86          Mark the issue as fresh with `/remove-lifecycle rotten`.
    87          Rotten issues close after an additional 30d of inactivity.
    88          If this issue is safe to close now please do so with `/close`.
    89          Provide feedback via https://jenkins-x.io/community.
    90          /lifecycle rotten
    91        - --template
    92        - --ceiling=10
    93        - --confirm
    94        volumeMounts:
    95        - name: token
    96          mountPath: /etc/token
    97      volumes:
    98      - name: token
    99        secret:
   100          secretName: oauth-token
   101  
   102  branch-protection:
   103    orgs:
   104      cloudbees:
   105        repos:
   106          jxui-backend:
   107            required_status_checks:
   108              contexts: ["tekton"]
   109          jxui-frontend:
   110            required_status_checks:
   111              contexts: ["tekton"]
   112          jxui-ts-client:
   113            required_status_checks:
   114              contexts: ["tekton"]
   115          cb-app-slack:
   116            required_status_checks:
   117              contexts: ["tekton"]
   118      jenkins-x-charts:
   119        required_status_checks:
   120          contexts: ["tekton"]
   121      jenkins-x-apps:
   122        required_status_checks:
   123          contexts: ["tekton"]
   124      jenkins-x:
   125        repos:
   126          environment-tekton-mole-dev:
   127            required_status_checks:
   128              contexts:
   129              - promotion-build
   130          environment-tekton-mole-production:
   131            required_status_checks:
   132              contexts:
   133              - promotion-build
   134          environment-tekton-mole-staging:
   135            required_status_checks:
   136              contexts:
   137              - promotion-build
   138          jx:
   139            required_status_checks:
   140              contexts:
   141                ["bdd","integration","lint"]
   142          jx-datadog:
   143            required_status_checks:
   144              contexts: ["tekton"]
   145          jx-docs:
   146            required_status_checks:
   147              contexts: ["tekton"]
   148          jx-tutorial:
   149            required_status_checks:
   150              contexts: ["tekton"]
   151          jenkins-x-builders-base-image:
   152            required_status_checks:
   153              contexts: ["tekton"]
   154          jenkins-x-builders-base:
   155            required_status_checks:
   156              contexts: ["tekton"]
   157          jenkins-x-builders:
   158            required_status_checks:
   159              contexts: ["tekton"]
   160          jenkins-x-serverless-filerunner:
   161            required_status_checks:
   162              contexts: ["tekton"]
   163          jenkins-x-serverless:
   164            required_status_checks:
   165              contexts: ["tekton"]
   166          homebrew-jx:
   167            required_status_checks:
   168              contexts: ["tekton"]
   169          dev-env:
   170            required_status_checks:
   171              contexts: ["tekton"]
   172          dev-env-base:
   173            required_status_checks:
   174              contexts: ["tekton"]
   175          updatebot:
   176            required_status_checks:
   177              contexts: ["tekton"]
   178          ext-java-code-quality:
   179            required_status_checks:
   180              contexts: ["tekton"]
   181          jenkins-x-image:
   182            required_status_checks:
   183              contexts: ["tekton"]
   184          sso-operator:
   185            required_status_checks:
   186              contexts: ["tekton"]
   187          bucketrepo:
   188            required_status_checks:
   189              contexts: ["tekton"]
   190    protect-tested-repos: true
   191  deck:
   192    spyglass:
   193      size_limit: 500e+6 # 500MB
   194      viewers:
   195        #"started.json|finished.json": ["metadata"]
   196        "\\*.log": ["buildlog"]
   197        #"artifacts/junit.*\\.xml": ["junit"] # Remember to escape your '\' in yaml strings!
   198  gerrit: {}
   199  plank:
   200    job_url_prefix: 'https://dashboard.infra.jrawlings.co.uk/teams'
   201    report_template: '{{if eq .Spec.Type "presubmit"}}[View all Builds for this Pull Request](https://dashboard.infra.jrawlings.co.uk/teams/{{.Spec.Namespace}}/projects/{{.Spec.Refs.Org}}/{{.Spec.Refs.Repo}}/PR-{{(index .Spec.Refs.Pulls 0).Number}}) {{else if eq .Spec.Type "batch"}} Run `jx get build log --owner {{.Spec.Refs.Org}} --repo {{.Spec.Refs.Repo}} --branch batch` whilst connected to the cluster. UI support coming soon. {{end}}'
   202    job_url_template: '{{if eq .Spec.Type "presubmit"}}https://dashboard.infra.jrawlings.co.uk/teams/{{.Spec.Namespace}}/projects/{{.Spec.Refs.Org}}/{{.Spec.Refs.Repo}}/PR-{{(index .Spec.Refs.Pulls 0).Number}}/{{.Status.BuildID}}{{else if eq .Spec.Type "postsubmit"}}https://dashboard.infra.jrawlings.co.uk/teams/{{.Spec.Namespace}}/projects/{{.Spec.Refs.Org}}/{{.Spec.Refs.Repo}}/{{.Spec.Refs.BaseRef}}/{{.Status.BuildID}}{{end}}'
   203  
   204    # pod_pending_timeout: 60m
   205    # default_decoration_config:
   206    #   timeout: 10800000000000
   207    #   grace_period: 15000000000
   208    #   utility_images:
   209    #     clonerefs: "gcr.io/k8s-prow/clonerefs:v20190528-0d7c4b53a"
   210    #     initupload: "gcr.io/k8s-prow/initupload:v20190528-0d7c4b53a"
   211    #     entrypoint: "gcr.io/k8s-prow/entrypoint:v20190528-0d7c4b53a"
   212    #     sidecar: "gcr.io/k8s-prow/sidecar:v20190528-0d7c4b53a"
   213  
   214  pod_namespace: jx
   215  postsubmits:
   216    cloudbees/jxui-backend:
   217    - agent: tekton
   218      context: tekton
   219      name: tekton
   220      branches:
   221      - master
   222      skip_report: true
   223    cloudbees/jxui-ts-client:
   224    - agent: tekton
   225      context: tekton
   226      name: tekton
   227      branches:
   228      - master
   229      skip_report: true
   230    cloudbees/jxui-frontend:
   231    - agent: tekton
   232      context: tekton
   233      name: tekton
   234      branches:
   235      - master
   236      skip_report: true
   237    jenkins-x/environment-tekton-mole-dev:
   238    - agent: tekton
   239      branches:
   240      - master
   241      context: ""
   242      name: promotion
   243      skip_report: true
   244    jenkins-x/environment-tekton-mole-production:
   245    - agent: tekton
   246      branches:
   247      - master
   248      context: ""
   249      name: promotion
   250      skip_report: true
   251    jenkins-x/environment-tekton-mole-staging:
   252    - agent: tekton
   253      branches:
   254      - master
   255      context: ""
   256      name: promotion
   257      skip_report: true
   258    jenkins-x-apps/jx-app-sonarqube:
   259    - agent: tekton
   260      context: tekton
   261      name: tekton
   262      branches:
   263      - master
   264      skip_report: true
   265    jenkins-x-apps/jx-app-cheese:
   266    - agent: tekton
   267      context: tekton
   268      name: tekton
   269      branches:
   270      - master
   271      skip_report: true
   272    jenkins-x-apps/jx-app-grafana:
   273    - agent: tekton
   274      context: tekton
   275      name: tekton
   276      branches:
   277      - master
   278      skip_report: true
   279    jenkins-x-apps/jx-app-datadog:
   280    - agent: tekton
   281      context: tekton
   282      name: tekton
   283      branches:
   284      - master
   285      skip_report: true
   286    jenkins-x-apps/jx-app-istio:
   287    - agent: tekton
   288      context: tekton
   289      name: tekton
   290      branches:
   291      - master
   292      skip_report: true
   293    jenkins-x-apps/jx-app-gitea:
   294    - agent: tekton
   295      context: tekton
   296      name: tekton
   297      branches:
   298      - master
   299      skip_report: true
   300    jenkins-x-apps/jx-app-jenkins:
   301    - agent: tekton
   302      context: tekton
   303      name: tekton
   304      branches:
   305      - master
   306      skip_report: true
   307    jenkins-x-apps/jx-app-anchore:
   308    - agent: tekton
   309      context: tekton
   310      name: tekton
   311      branches:
   312      - master
   313      skip_report: true
   314    jenkins-x-apps/jx-app-ambassador:
   315    - agent: tekton
   316      context: tekton
   317      name: tekton
   318      branches:
   319      - master
   320      skip_report: true
   321    jenkins-x-apps/jx-app-test-lifecycle:
   322    - agent: tekton
   323      context: tekton
   324      name: tekton
   325      branches:
   326      - master
   327      skip_report: true
   328    jenkins-x-apps/jx-app-athens:
   329    - agent: tekton
   330      context: tekton
   331      name: tekton
   332      branches:
   333      - master
   334      skip_report: true
   335    jenkins-x-apps/jx-app-sso:
   336    - agent: tekton
   337      context: tekton
   338      name: tekton
   339      branches:
   340      - master
   341      skip_report: true
   342    jenkins-x-apps/jx-app-cert-manager:
   343    - agent: tekton
   344      context: tekton
   345      name: tekton
   346      branches:
   347      - master
   348      skip_report: true
   349    jenkins-x-apps/jx-app-jacoco:
   350    - agent: tekton
   351      context: tekton
   352      name: tekton
   353      branches:
   354      - master
   355      skip_report: true
   356    jenkins-x-apps/jx-app-prometheus:
   357    - agent: tekton
   358      context: tekton
   359      name: tekton
   360      branches:
   361      - master
   362      skip_report: true
   363    jenkins-x-charts/hey:
   364    - agent: tekton
   365      context: tekton
   366      name: tekton
   367      branches:
   368      - master
   369      skip_report: true
   370    jenkins-x-charts/jenkins-x-minimal:
   371    - agent: tekton
   372      context: tekton
   373      name: tekton
   374      branches:
   375      - master
   376      skip_report: true
   377    jenkins-x-charts/nexus:
   378    - agent: tekton
   379      context: tekton
   380      name: tekton
   381      branches:
   382      - master
   383      skip_report: true
   384    jenkins-x-charts/tekton:
   385    - agent: tekton
   386      context: tekton
   387      name: tekton
   388      branches:
   389      - master
   390      skip_report: true
   391    jenkins-x-charts/openshift-namespace-rbac-chart:
   392    - agent: tekton
   393      context: tekton
   394      name: tekton
   395      branches:
   396      - master
   397      skip_report: true
   398    jenkins-x-charts/athens-proxy:
   399    - agent: tekton
   400      context: tekton
   401      name: tekton
   402      branches:
   403      - master
   404      skip_report: true
   405    jenkins-x-charts/vault-operator:
   406    - agent: tekton
   407      context: tekton
   408      name: tekton
   409      branches:
   410      - master
   411      skip_report: true
   412    jenkins-x-charts/knative-build:
   413    - agent: tekton
   414      context: tekton
   415      name: tekton
   416      branches:
   417      - master
   418      skip_report: true
   419    jenkins-x-charts/jx-build-templates:
   420    - agent: tekton
   421      context: tekton
   422      name: tekton
   423      branches:
   424      - master
   425      skip_report: true
   426    jenkins-x-charts/environment-controller:
   427    - agent: tekton
   428      context: tekton
   429      name: tekton
   430      branches:
   431      - master
   432      skip_report: true
   433    jenkins-x-charts/prow:
   434    - agent: tekton
   435      context: tekton
   436      name: tekton
   437      branches:
   438      - master
   439      skip_report: true
   440    jenkins-x-charts/kubernetes-replicator:
   441    - agent: tekton
   442      context: tekton
   443      name: tekton
   444      branches:
   445      - master
   446      skip_report: true
   447    jenkins-x/dev-env:
   448    - agent: tekton
   449      context: tekton
   450      name: tekton
   451      branches:
   452      - master
   453      skip_report: true
   454    jenkins-x/dev-env-base:
   455    - agent: tekton
   456      context: tekton
   457      name: tekton
   458      branches:
   459      - master
   460      skip_report: true
   461    cloudbees/jx-tenant-service:
   462    - agent: tekton
   463      context: tekton
   464      name: tekton
   465      branches:
   466      - master
   467      skip_report: true
   468    jenkins-x/updatebot:
   469    - agent: tekton
   470      context: tekton
   471      name: tekton
   472      branches:
   473      - master
   474      skip_report: true
   475    jenkins-x/ext-java-code-quality:
   476    - agent: tekton
   477      context: tekton
   478      name: tekton
   479      branches:
   480      - master
   481      skip_report: true
   482    jenkins-x/jx:
   483    - agent: tekton
   484      name: release
   485      branches:
   486      - master
   487      skip_report: true
   488    jenkins-x/jx-datadog:
   489    - agent: tekton
   490      context: tekton
   491      name: tekton
   492      branches:
   493      - master
   494      skip_report: true
   495    jenkins-x/jx-docs:
   496    - agent: tekton
   497      context: tekton
   498      name: tekton
   499      branches:
   500      - master
   501      skip_report: true
   502    jenkins-x/jx-tutorial:
   503    - agent: tekton
   504      context: tekton
   505      name: tekton
   506      branches:
   507      - master
   508      skip_report: true
   509    jenkins-x/jenkins-x-builders-base-image:
   510    - agent: tekton
   511      context: tekton
   512      name: tekton
   513      branches:
   514      - master
   515      skip_report: true
   516    jenkins-x/jenkins-x-builders-base:
   517    - agent: tekton
   518      context: tekton
   519      name: tekton
   520      branches:
   521      - master
   522      skip_report: true
   523    jenkins-x/jenkins-x-builders:
   524    - agent: tekton
   525      context: tekton
   526      name: tekton
   527      branches:
   528      - master
   529      skip_report: true
   530    jenkins-x/jenkins-x-serverless-filerunner:
   531    - agent: tekton
   532      context: tekton
   533      name: tekton
   534      branches:
   535      - master
   536      skip_report: true
   537    jenkins-x/jenkins-x-serverless:
   538    - agent: tekton
   539      context: tekton
   540      name: tekton
   541      branches:
   542      - master
   543      skip_report: true
   544    jenkins-x/homebrew-jx:
   545    - agent: tekton
   546      context: tekton
   547      name: tekton
   548      branches:
   549      - master
   550      skip_report: true
   551    jenkins-x/jenkins-x-image:
   552    - agent: tekton
   553      context: tekton
   554      name: tekton
   555      branches:
   556      - master
   557      skip_report: true
   558    jenkins-x/jenkins-x-platform:
   559    - agent: tekton
   560      context: tekton
   561      name: tekton
   562      branches:
   563      - master
   564      skip_report: true
   565    jenkins-x/jx-ts-client:
   566    - agent: tekton
   567      context: tekton
   568      name: tekton
   569      branches:
   570      - master
   571      skip_report: true
   572    jenkins-x/sso-operator:
   573    - agent: tekton
   574      context: tekton
   575      name: tekton
   576      branches:
   577      - master
   578      skip_report: true
   579    jenkins-x/exposecontroller:
   580    - agent: tekton
   581      context: tekton
   582      name: tekton
   583      branches:
   584      - master
   585      skip_report: true
   586    jenkins-x/bucketrepo:
   587    - agent: tekton
   588      context: tekton
   589      name: tekton
   590      branches:
   591      - master
   592      skip_report: true
   593    cloudbees/cb-app-slack:
   594    - agent: tekton
   595      context: tekton
   596      name: tekton
   597      branches:
   598      - master
   599      skip_report: true
   600  presubmits:
   601    cloudbees/jxui-backend:
   602    - agent: tekton
   603      always_run: true
   604      context: tekton
   605      name: tekton
   606      rerun_command: /test this
   607      trigger: (?m)^/test( all| this),?(s+|$)
   608    cloudbees/jxui-ts-client:
   609    - agent: tekton
   610      always_run: true
   611      context: tekton
   612      name: tekton
   613      rerun_command: /test this
   614      trigger: (?m)^/test( all| this),?(s+|$)
   615    cloudbees/jxui-frontend:
   616    - agent: tekton
   617      always_run: true
   618      context: tekton
   619      name: tekton
   620      rerun_command: /test this
   621      trigger: (?m)^/test( all| this),?(s+|$)
   622    jenkins-x/jenkins-x-versions:
   623    - agent: tekton
   624      always_run: false
   625      context: static
   626      name: static
   627      rerun_command: /test static
   628      trigger: (?m)^/test( all| this| static),?(s+|$)
   629    - agent: tekton
   630      always_run: false
   631      context: tiller
   632      name: tiller
   633      rerun_command: /test tiller
   634      trigger: (?m)^/test( all| this| tiller),?(s+|$)
   635    - agent: tekton
   636      always_run: false
   637      context: prow
   638      name: prow
   639      rerun_command: /test prow
   640      trigger: (?m)^/test( all| this| prow),?(s+|$)
   641    - agent: tekton
   642      always_run: false
   643      context: gitops
   644      name: gitops
   645      rerun_command: /test gitops
   646      trigger: (?m)^/test( all| gitops),?(s+|$)
   647    - agent: tekton
   648      always_run: false
   649      context: tekton
   650      name: tekton
   651      rerun_command: /test tekton
   652      trigger: (?m)^/test( all| tekton),?(s+|$)
   653    - agent: tekton
   654      always_run: false
   655      context: ekstekton
   656      name: ekstekton
   657      rerun_command: /test ekstekton
   658      trigger: (?m)^/test( ekstekton),?(s+|$)
   659    - agent: tekton
   660      always_run: false
   661      context: eksclassic
   662      name: eksclassic
   663      rerun_command: /test eksclassic
   664      trigger: (?m)^/test( eksclassic),?(s+|$)
   665    - agent: tekton
   666      always_run: false
   667      context: ng
   668      name: ng
   669      rerun_command: /test ng
   670      trigger: (?m)^/test( all| ng),?(s+|$)
   671    - agent: tekton
   672      always_run: false
   673      context: static-gke-us-east1-b
   674      name: static-gke-us-east1-b
   675      rerun_command: /test static-gke-us-east1-b
   676      trigger: (?m)^/test static-gke-us-east1-b,?(s+|$)
   677    - agent: tekton
   678      always_run: false
   679      context: helm3
   680      name: helm3
   681      rerun_command: /test helm3
   682      trigger: (?m)^/test( helm3),?(s+|$)
   683    - agent: tekton
   684      always_run: false
   685      context: terraform
   686      name: terraform
   687      rerun_command: /test terraform
   688      trigger: (?m)^/test( terraform),?(s+|$)
   689    jenkins-x/environment-tekton-mole-dev:
   690    - agent: tekton
   691      always_run: true
   692      context: promotion-build
   693      name: promotion-build
   694      rerun_command: /test this
   695      trigger: (?m)^/test( all| this),?(\s+|$)
   696    jenkins-x/environment-tekton-mole-production:
   697    - agent: tekton
   698      always_run: true
   699      context: promotion-build
   700      name: promotion-build
   701      rerun_command: /test this
   702      trigger: (?m)^/test( all| this),?(\s+|$)
   703    jenkins-x/environment-tekton-mole-staging:
   704    - agent: tekton
   705      always_run: true
   706      context: promotion-build
   707      name: promotion-build
   708      rerun_command: /test this
   709      trigger: (?m)^/test( all| this),?(\s+|$)
   710    jenkins-x-apps/jx-app-sonarqube:
   711    - agent: tekton
   712      always_run: true
   713      context: tekton
   714      name: tekton
   715      rerun_command: /test this
   716      trigger: (?m)^/test( all| this),?(s+|$)
   717    jenkins-x-apps/jx-app-cheese:
   718    - agent: tekton
   719      always_run: true
   720      context: tekton
   721      name: tekton
   722      rerun_command: /test this
   723      trigger: (?m)^/test( all| this),?(s+|$)
   724    jenkins-x-apps/jx-app-grafana:
   725    - agent: tekton
   726      always_run: true
   727      context: tekton
   728      name: tekton
   729      rerun_command: /test this
   730      trigger: (?m)^/test( all| this),?(s+|$)
   731    jenkins-x-apps/jx-app-datadog:
   732    - agent: tekton
   733      always_run: true
   734      context: tekton
   735      name: tekton
   736      rerun_command: /test this
   737      trigger: (?m)^/test( all| this),?(s+|$)
   738    jenkins-x-apps/jx-app-istio:
   739    - agent: tekton
   740      always_run: true
   741      context: tekton
   742      name: tekton
   743      rerun_command: /test this
   744      trigger: (?m)^/test( all| this),?(s+|$)
   745    jenkins-x-apps/jx-app-gitea:
   746    - agent: tekton
   747      always_run: true
   748      context: tekton
   749      name: tekton
   750      rerun_command: /test this
   751      trigger: (?m)^/test( all| this),?(s+|$)
   752    jenkins-x-apps/jx-app-jenkins:
   753    - agent: tekton
   754      always_run: true
   755      context: tekton
   756      name: tekton
   757      rerun_command: /test this
   758      trigger: (?m)^/test( all| this),?(s+|$)
   759    jenkins-x-apps/jx-app-anchore:
   760    - agent: tekton
   761      always_run: true
   762      context: tekton
   763      name: tekton
   764      rerun_command: /test this
   765      trigger: (?m)^/test( all| this),?(s+|$)
   766    jenkins-x-apps/jx-app-ambassador:
   767    - agent: tekton
   768      always_run: true
   769      context: tekton
   770      name: tekton
   771      rerun_command: /test this
   772      trigger: (?m)^/test( all| this),?(s+|$)
   773    jenkins-x-apps/jx-app-test-lifecycle:
   774    - agent: tekton
   775      always_run: true
   776      context: tekton
   777      name: tekton
   778      rerun_command: /test this
   779      trigger: (?m)^/test( all| this),?(s+|$)
   780    jenkins-x-apps/jx-app-athens:
   781    - agent: tekton
   782      always_run: true
   783      context: tekton
   784      name: tekton
   785      rerun_command: /test this
   786      trigger: (?m)^/test( all| this),?(s+|$)
   787    jenkins-x-apps/jx-app-sso:
   788    - agent: tekton
   789      always_run: true
   790      context: tekton
   791      name: tekton
   792      rerun_command: /test this
   793      trigger: (?m)^/test( all| this),?(s+|$)
   794    jenkins-x-apps/jx-app-cert-manager:
   795    - agent: tekton
   796      always_run: true
   797      context: tekton
   798      name: tekton
   799      rerun_command: /test this
   800      trigger: (?m)^/test( all| this),?(s+|$)
   801    cloudbees/cb-app-slack:
   802    - agent: tekton
   803      always_run: true
   804      context: tekton
   805      name: tekton
   806      rerun_command: /test this
   807      trigger: (?m)^/test( all| this),?(s+|$)
   808    jenkins-x-apps/jx-app-jacoco:
   809    - agent: tekton
   810      always_run: true
   811      context: tekton
   812      name: tekton
   813      rerun_command: /test this
   814      trigger: (?m)^/test( all| this),?(s+|$)
   815    jenkins-x-apps/jx-app-prometheus:
   816    - agent: tekton
   817      always_run: true
   818      context: tekton
   819      name: tekton
   820      rerun_command: /test this
   821      trigger: (?m)^/test( all| this),?(s+|$)
   822    jenkins-x-charts/hey:
   823    - agent: tekton
   824      always_run: true
   825      context: tekton
   826      name: tekton
   827      rerun_command: /test this
   828      trigger: (?m)^/test( all| this),?(s+|$)
   829    jenkins-x-charts/jenkins-x-minimal:
   830    - agent: tekton
   831      always_run: true
   832      context: tekton
   833      name: tekton
   834      rerun_command: /test this
   835      trigger: (?m)^/test( all| this),?(s+|$)
   836    jenkins-x-charts/nexus:
   837    - agent: tekton
   838      always_run: true
   839      context: tekton
   840      name: tekton
   841      rerun_command: /test this
   842      trigger: (?m)^/test( all| this),?(s+|$)
   843    jenkins-x-charts/tekton:
   844    - agent: tekton
   845      always_run: true
   846      context: tekton
   847      name: tekton
   848      rerun_command: /test this
   849      trigger: (?m)^/test( all| this),?(s+|$)
   850    jenkins-x-charts/openshift-namespace-rbac-chart:
   851    - agent: tekton
   852      always_run: true
   853      context: tekton
   854      name: tekton
   855      rerun_command: /test this
   856      trigger: (?m)^/test( all| this),?(s+|$)
   857    jenkins-x-charts/athens-proxy:
   858    - agent: tekton
   859      always_run: true
   860      context: tekton
   861      name: tekton
   862      rerun_command: /test this
   863      trigger: (?m)^/test( all| this),?(s+|$)
   864    jenkins-x-charts/vault-operator:
   865    - agent: tekton
   866      always_run: true
   867      context: tekton
   868      name: tekton
   869      rerun_command: /test this
   870      trigger: (?m)^/test( all| this),?(s+|$)
   871    jenkins-x-charts/knative-build:
   872    - agent: tekton
   873      always_run: true
   874      context: tekton
   875      name: tekton
   876      rerun_command: /test this
   877      trigger: (?m)^/test( all| this),?(s+|$)
   878    jenkins-x-charts/jx-build-templates:
   879    - agent: tekton
   880      always_run: true
   881      context: tekton
   882      name: tekton
   883      rerun_command: /test this
   884      trigger: (?m)^/test( all| this),?(s+|$)
   885    jenkins-x-charts/environment-controller:
   886    - agent: tekton
   887      always_run: true
   888      context: tekton
   889      name: tekton
   890      rerun_command: /test this
   891      trigger: (?m)^/test( all| this),?(s+|$)
   892    jenkins-x-charts/prow:
   893    - agent: tekton
   894      always_run: true
   895      context: tekton
   896      name: tekton
   897      rerun_command: /test this
   898      trigger: (?m)^/test( all| this),?(s+|$)
   899    jenkins-x-charts/kubernetes-replicator:
   900    - agent: tekton
   901      always_run: true
   902      context: tekton
   903      name: tekton
   904      rerun_command: /test this
   905      trigger: (?m)^/test( all| this),?(s+|$)
   906    jenkins-x/jx:
   907    - agent: tekton
   908      always_run: true
   909      context: bdd
   910      name: bdd
   911      rerun_command: /test bdd
   912      trigger: (?m)^/test( all| bdd),?(s+|$)
   913    - agent: tekton
   914      always_run: false
   915      context: images
   916      name: images
   917      rerun_command: /test images
   918      trigger: (?m)^/test images,?(s+|$)
   919    - agent: tekton
   920      always_run: true
   921      context: integration
   922      name: integration
   923      rerun_command: /test integration
   924      trigger: (?m)^/test( all| integration),?(s+|$)
   925    - agent: tekton
   926      always_run: true
   927      context: lint
   928      name: lint
   929      rerun_command: /test lint
   930      trigger: (?m)^/test( all| lint),?(s+|$)
   931    - agent: tekton
   932      always_run: false
   933      context: tekton
   934      name: tekton
   935      rerun_command: /test tekton
   936      trigger: (?m)^/test( tekton),?(s+|$)
   937    jenkins-x/jx-datadog:
   938    - agent: tekton
   939      always_run: true
   940      context: tekton
   941      name: tekton
   942      rerun_command: /test this
   943      trigger: (?m)^/test( all| this),?(s+|$)
   944    jenkins-x/jx-docs:
   945    - agent: tekton
   946      always_run: true
   947      context: tekton
   948      name: tekton
   949      rerun_command: /test this
   950      trigger: (?m)^/test( all| this),?(s+|$)
   951    jenkins-x/jx-tutorial:
   952    - agent: tekton
   953      always_run: true
   954      context: tekton
   955      name: tekton
   956      rerun_command: /test this
   957      trigger: (?m)^/test( all| this),?(s+|$)
   958    jenkins-x/dev-env:
   959    - agent: tekton
   960      always_run: true
   961      context: tekton
   962      name: tekton
   963      rerun_command: /test tekton
   964      trigger: (?m)^/test( all| tekton),?(s+|$)
   965    jenkins-x/dev-env-base:
   966    - agent: tekton
   967      always_run: true
   968      context: tekton
   969      name: tekton
   970      rerun_command: /test tekton
   971      trigger: (?m)^/test( all| tekton),?(s+|$)
   972    cloudbees/jx-tenant-service :
   973    - agent: tekton
   974      always_run: true
   975      context: tekton
   976      name: tekton
   977      rerun_command: /test tekton
   978      trigger: (?m)^/test( all| tekton),?(s+|$)
   979    jenkins-x/updatebot:
   980    - agent: tekton
   981      always_run: true
   982      context: tekton
   983      name: tekton
   984      rerun_command: /test tekton
   985      trigger: (?m)^/test( all| tekton),?(s+|$)
   986    jenkins-x/ext-java-code-quality:
   987    - agent: tekton
   988      always_run: true
   989      context: tekton
   990      name: tekton
   991      rerun_command: /test this
   992      trigger: (?m)^/test( all| this),?(s+|$)
   993    jenkins-x/jenkins-x-builders-base-image:
   994    - agent: tekton
   995      always_run: true
   996      context: tekton
   997      name: tekton
   998      rerun_command: /test this
   999      trigger: (?m)^/test( all| this),?(s+|$)
  1000    jenkins-x/jenkins-x-builders-base:
  1001    - agent: tekton
  1002      always_run: true
  1003      context: tekton
  1004      name: tekton
  1005      rerun_command: /test this
  1006      trigger: (?m)^/test( all| this),?(s+|$)
  1007    jenkins-x/jenkins-x-builders:
  1008    - agent: tekton
  1009      always_run: true
  1010      context: tekton
  1011      name: tekton
  1012      rerun_command: /test this
  1013      trigger: (?m)^/test( all| this),?(s+|$)
  1014    jenkins-x/jenkins-x-serverless-filerunner:
  1015    - agent: tekton
  1016      always_run: true
  1017      context: tekton
  1018      name: tekton
  1019      rerun_command: /test this
  1020      trigger: (?m)^/test( all| this),?(s+|$)
  1021    jenkins-x/jenkins-x-serverless:
  1022    - agent: tekton
  1023      always_run: true
  1024      context: tekton
  1025      name: tekton
  1026      rerun_command: /test this
  1027      trigger: (?m)^/test( all| this),?(s+|$)
  1028    jenkins-x/homebrew-jx:
  1029    - agent: tekton
  1030      always_run: true
  1031      context: tekton
  1032      name: tekton
  1033      rerun_command: /test this
  1034      trigger: (?m)^/test( all| this),?(s+|$)
  1035    jenkins-x/jenkins-x-image:
  1036    - agent: tekton
  1037      always_run: true
  1038      context: tekton
  1039      name: tekton
  1040      rerun_command: /test this
  1041      trigger: (?m)^/test( all| this),?(s+|$)
  1042    jenkins-x/jenkins-x-platform:
  1043    - agent: tekton
  1044      always_run: true
  1045      context: tekton
  1046      name: tekton
  1047      rerun_command: /test this
  1048      trigger: (?m)^/test( all| this),?(s+|$)
  1049    jenkins-x/jx-ts-client:
  1050    - agent: tekton
  1051      always_run: true
  1052      context: tekton
  1053      name: tekton
  1054      rerun_command: /test this
  1055      trigger: (?m)^/test( all| this),?(s+|$)
  1056    jenkins-x/sso-operator:
  1057    - agent: tekton
  1058      always_run: true
  1059      context: tekton
  1060      name: tekton
  1061      rerun_command: /test this
  1062      trigger: (?m)^/test( all| this),?(s+|$)
  1063    jenkins-x/exposecontroller:
  1064    - agent: tekton
  1065      always_run: true
  1066      context: tekton
  1067      name: tekton
  1068      rerun_command: /test this
  1069      trigger: (?m)^/test( all| this),?(s+|$)
  1070    jenkins-x/bucketrepo:
  1071    - agent: tekton
  1072      always_run: true
  1073      context: tekton
  1074      name: tekton
  1075      rerun_command: /test this
  1076      trigger: (?m)^/test( all| this),?(s+|$)
  1077  prowjob_namespace: jx
  1078  push_gateway: {}
  1079  sinker: {}
  1080  tide:
  1081    merge_method:
  1082      cloudbees/cb-app-slack: merge
  1083      cloudbees/jx-tenant-service: merge
  1084      cloudbees/jxui-backend: merge
  1085      cloudbees/jxui-frontend: merge
  1086      cloudbees/jxui-ts-client: merge
  1087      jenkins-x-apps/jx-app-ambassador: merge
  1088      jenkins-x-apps/jx-app-anchore: merge
  1089      jenkins-x-apps/jx-app-athens: merge
  1090      jenkins-x-apps/jx-app-cert-manager: merge
  1091      jenkins-x-apps/jx-app-cheese: merge
  1092      jenkins-x-apps/jx-app-datadog: merge
  1093      jenkins-x-apps/jx-app-gitea: merge
  1094      jenkins-x-apps/jx-app-grafana: merge
  1095      jenkins-x-apps/jx-app-istio: merge
  1096      jenkins-x-apps/jx-app-jacoco: rebase
  1097      jenkins-x-apps/jx-app-jenkins: merge
  1098      jenkins-x-apps/jx-app-prometheus: merge
  1099      jenkins-x-apps/jx-app-sonarqube: merge
  1100      jenkins-x-apps/jx-app-sso: merge
  1101      jenkins-x-apps/jx-app-test-lifecycle: rebase
  1102      jenkins-x-charts/athens-proxy: merge
  1103      jenkins-x-charts/environment-controller: merge
  1104      jenkins-x-charts/hey: merge
  1105      jenkins-x-charts/jenkins-x-minimal: merge
  1106      jenkins-x-charts/jx-build-templates: merge
  1107      jenkins-x-charts/knative-build: merge
  1108      jenkins-x-charts/kubernetes-replicator: merge
  1109      jenkins-x-charts/nexus: merge
  1110      jenkins-x-charts/openshift-namespace-rbac-chart: merge
  1111      jenkins-x-charts/prow: merge
  1112      jenkins-x-charts/tekton: merge
  1113      jenkins-x-charts/vault-operator: merge
  1114      jenkins-x/bucketrepo: merge
  1115      jenkins-x/dev-env: merge
  1116      jenkins-x/dev-env-base: merge
  1117      jenkins-x/environment-tekton-mole-dev: merge
  1118      jenkins-x/environment-tekton-mole-production: merge
  1119      jenkins-x/environment-tekton-mole-staging: merge
  1120      jenkins-x/exposecontroller: merge
  1121      jenkins-x/ext-java-code-quality: merge
  1122      jenkins-x/homebrew-jx: merge
  1123      jenkins-x/jenkins-x-builders: merge
  1124      jenkins-x/jenkins-x-builders-base: merge
  1125      jenkins-x/jenkins-x-builders-base-image: merge
  1126      jenkins-x/jenkins-x-image: merge
  1127      jenkins-x/jenkins-x-platform: merge
  1128      jenkins-x/jenkins-x-serverless: merge
  1129      jenkins-x/jenkins-x-serverless-filerunner: merge
  1130      jenkins-x/jenkins-x-versions: merge
  1131      jenkins-x/jx: squash
  1132      jenkins-x/jx-datadog: merge
  1133      jenkins-x/jx-docs: merge
  1134      jenkins-x/jx-ts-client: merge
  1135      jenkins-x/jx-tutorial: merge
  1136      jenkins-x/sso-operator: merge
  1137      jenkins-x/updatebot: merge
  1138    context_options:
  1139      from-branch-protection: true
  1140      required-if-present-contexts: null
  1141      skip-unknown-contexts: false
  1142      orgs:
  1143        jenkins-x:
  1144          repos:
  1145            jx:
  1146              required-if-present-contexts:
  1147              - images
  1148              optional-contexts:
  1149              - codecov/project
  1150              - codecov/patch
  1151              required-contexts:
  1152              - integration
  1153              - lint
  1154              - bdd
  1155              - Hound
  1156    queries:
  1157    - labels:
  1158      - approved
  1159      - lgtm
  1160      missingLabels:
  1161      - do-not-merge
  1162      - do-not-merge/hold
  1163      - do-not-merge/work-in-progress
  1164      - needs-ok-to-test
  1165      - needs-rebase
  1166      repos:
  1167      - jenkins-x/jx
  1168      - jenkins-x/environment-tekton-mole-production
  1169      - jenkins-x/environment-tekton-mole-staging
  1170    - labels:
  1171      - updatebot
  1172      missingLabels:
  1173      - do-not-merge
  1174      - do-not-merge/hold
  1175      - do-not-merge/work-in-progress
  1176      - needs-ok-to-test
  1177      - needs-rebase
  1178      repos:
  1179      - jenkins-x/environment-tekton-mole-dev
  1180      - cloudbees/jxui-backend
  1181      - cloudbees/jxui-frontend
  1182      - cloudbees/jxui-ts-client
  1183      - cloudbees/cb-app-slack
  1184      - cloudbees/jx-tenant-service
  1185      - jenkins-x-apps/jx-app-sonarqube
  1186      - jenkins-x-apps/jx-app-cheese
  1187      - jenkins-x-apps/jx-app-grafana
  1188      - jenkins-x-apps/jx-app-datadog
  1189      - jenkins-x-apps/jx-app-istio
  1190      - jenkins-x-apps/jx-app-gitea
  1191      - jenkins-x-apps/jx-app-jenkins
  1192      - jenkins-x-apps/jx-app-anchore
  1193      - jenkins-x-apps/jx-app-ambassador
  1194      - jenkins-x-apps/jx-app-test-lifecycle
  1195      - jenkins-x-apps/jx-app-athens
  1196      - jenkins-x-apps/jx-app-sso
  1197      - jenkins-x-apps/jx-app-cert-manager
  1198      - jenkins-x-apps/jx-app-jacoco
  1199      - jenkins-x-apps/jx-app-prometheus
  1200      - jenkins-x-charts/hey
  1201      - jenkins-x-charts/jenkins-x-minimal
  1202      - jenkins-x-charts/nexus
  1203      - jenkins-x-charts/tekton
  1204      - jenkins-x-charts/openshift-namespace-rbac-chart
  1205      - jenkins-x-charts/athens-proxy
  1206      - jenkins-x-charts/vault-operator
  1207      - jenkins-x-charts/knative-build
  1208      - jenkins-x-charts/jx-build-templates
  1209      - jenkins-x-charts/environment-controller
  1210      - jenkins-x-charts/prow
  1211      - jenkins-x-charts/kubernetes-replicator
  1212      - jenkins-x/jx-datadog
  1213      - jenkins-x/jx-docs
  1214      - jenkins-x/jx-tutorial
  1215      - jenkins-x/jenkins-x-builders
  1216      - jenkins-x/jenkins-x-builders-base
  1217      - jenkins-x/jenkins-x-builders-base-image
  1218      - jenkins-x/jenkins-x-serverless-filerunner
  1219      - jenkins-x/jenkins-x-serverless
  1220      - jenkins-x/homebrew-jx
  1221      - jenkins-x/dev-env
  1222      - jenkins-x/dev-env-base
  1223      - jenkins-x/updatebot
  1224      - jenkins-x/ext-java-code-quality
  1225      - jenkins-x/jenkins-x-platform
  1226      - jenkins-x/jx-ts-client
  1227      - jenkins-x/jenkins-x-image
  1228      - jenkins-x/exposecontroller
  1229      - jenkins-x/sso-operator
  1230      - jenkins-x/bucketrepo
  1231    - labels:
  1232      - approved
  1233      missingLabels:
  1234      - do-not-merge
  1235      - do-not-merge/hold
  1236      - do-not-merge/work-in-progress
  1237      - needs-ok-to-test
  1238      - needs-rebase
  1239      repos:
  1240      - cloudbees/jxui-backend
  1241      - cloudbees/jxui-frontend
  1242      - cloudbees/jxui-ts-client
  1243      - cloudbees/cb-app-slack
  1244      - cloudbees/jx-tenant-service
  1245      - jenkins-x-apps/jx-app-sonarqube
  1246      - jenkins-x-apps/jx-app-cheese
  1247      - jenkins-x-apps/jx-app-grafana
  1248      - jenkins-x-apps/jx-app-datadog
  1249      - jenkins-x-apps/jx-app-istio
  1250      - jenkins-x-apps/jx-app-gitea
  1251      - jenkins-x-apps/jx-app-jenkins
  1252      - jenkins-x-apps/jx-app-anchore
  1253      - jenkins-x-apps/jx-app-ambassador
  1254      - jenkins-x-apps/jx-app-test-lifecycle
  1255      - jenkins-x-apps/jx-app-athens
  1256      - jenkins-x-apps/jx-app-sso
  1257      - jenkins-x-apps/jx-app-cert-manager
  1258      - jenkins-x-apps/jx-app-jacoco
  1259      - jenkins-x-apps/jx-app-prometheus
  1260      - jenkins-x-charts/hey
  1261      - jenkins-x-charts/jenkins-x-minimal
  1262      - jenkins-x-charts/nexus
  1263      - jenkins-x-charts/tekton
  1264      - jenkins-x-charts/openshift-namespace-rbac-chart
  1265      - jenkins-x-charts/athens-proxy
  1266      - jenkins-x-charts/vault-operator
  1267      - jenkins-x-charts/knative-build
  1268      - jenkins-x-charts/jx-build-templates
  1269      - jenkins-x-charts/environment-controller
  1270      - jenkins-x-charts/prow
  1271      - jenkins-x-charts/kubernetes-replicator
  1272      - jenkins-x/jx-datadog
  1273      - jenkins-x/jx-docs
  1274      - jenkins-x/jx-tutorial
  1275      - jenkins-x/jenkins-x-builders
  1276      - jenkins-x/jenkins-x-builders-base
  1277      - jenkins-x/jenkins-x-builders-base-image
  1278      - jenkins-x/jenkins-x-serverless-filerunner
  1279      - jenkins-x/jenkins-x-serverless
  1280      - jenkins-x/homebrew-jx
  1281      - jenkins-x/dev-env
  1282      - jenkins-x/dev-env-base
  1283      - jenkins-x/updatebot
  1284      - jenkins-x/ext-java-code-quality
  1285      - jenkins-x/jenkins-x-platform
  1286      - jenkins-x/jx-ts-client
  1287      - jenkins-x/jenkins-x-image
  1288      - jenkins-x/environment-tekton-mole-dev
  1289      - jenkins-x/sso-operator
  1290      - jenkins-x/exposecontroller
  1291      - jenkins-x/bucketrepo
  1292    target_url: https://deck.infra.jrawlings.co.uk