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

     1  items:
     2  - apiVersion: jenkins.io/v1
     3    kind: Scheduler
     4    metadata:
     5      creationTimestamp: null
     6      name: cloudbees-cb-app-slack-scheduler
     7      namespace: jx
     8    spec:
     9      approve:
    10        issueRequired: false
    11        lgtmActsAsApprove: true
    12        requireSelfApproval: true
    13      attachments:
    14      - name: reportTemplate
    15        urls:
    16        - '{{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}}'
    17      merger:
    18        blockerLabel: ""
    19        maxGoroutines: 0
    20        mergeMethod: merge
    21        policy:
    22          fromBranchProtection: true
    23          optionalContexts: {}
    24          requiredContexts: {}
    25          requiredIfPresentContexts: {}
    26          skipUnknownContexts: false
    27        prStatusBaseUrl: ""
    28        squashLabel: ""
    29        targetUrl: https://deck.infra.jrawlings.co.uk
    30      periodics:
    31        entries:
    32        - agent: ""
    33          cluster: ""
    34          cron: ""
    35          interval: null
    36          labels: {}
    37          maxConcurrency: 0
    38          name: periodic-jx-stale
    39          spec:
    40            containers:
    41            - args:
    42              - |-
    43                --query=org:jenkins-x
    44                -label:lifecycle/frozen
    45                -label:lifecycle/stale
    46                -label:lifecycle/rotten
    47              - --updated=2160h
    48              - --token=/etc/token/oauth
    49              - |-
    50                --comment=Issues go stale after 90d of inactivity.
    51                Mark the issue as fresh with `/remove-lifecycle stale`.
    52                Stale issues rot after an additional 30d of inactivity and eventually close.
    53                If this issue is safe to close now please do so with `/close`.
    54                Provide feedback via https://jenkins-x.io/community.
    55                /lifecycle stale
    56              - --template
    57              - --ceiling=30
    58              - --confirm
    59              command:
    60              - /app/robots/commenter/app.binary
    61              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
    62              name: ""
    63              resources: {}
    64              volumeMounts:
    65              - mountPath: /etc/token
    66                name: token
    67            volumes:
    68            - name: token
    69              secret:
    70                secretName: oauth-token
    71          tags: {}
    72        - agent: ""
    73          cluster: ""
    74          cron: ""
    75          interval: null
    76          labels: {}
    77          maxConcurrency: 0
    78          name: periodic-jx-close
    79          spec:
    80            containers:
    81            - args:
    82              - |-
    83                --query=org:jenkins-x
    84                -label:lifecycle/frozen
    85                label:lifecycle/rotten
    86              - --updated=720h
    87              - --token=/etc/token/oauth
    88              - |-
    89                --comment=Rotten issues close after 30d of inactivity.
    90                Reopen the issue with `/reopen`.
    91                Mark the issue as fresh with `/remove-lifecycle rotten`.
    92                Provide feedback via https://jenkins-x.io/community.
    93                /close
    94              - --template
    95              - --ceiling=10
    96              - --confirm
    97              command:
    98              - /app/robots/commenter/app.binary
    99              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   100              name: ""
   101              resources: {}
   102              volumeMounts:
   103              - mountPath: /etc/token
   104                name: token
   105            volumes:
   106            - name: token
   107              secret:
   108                secretName: oauth-token
   109          tags: {}
   110        - agent: ""
   111          cluster: ""
   112          cron: ""
   113          interval: null
   114          labels: {}
   115          maxConcurrency: 0
   116          name: periodic-jx-rotten
   117          spec:
   118            containers:
   119            - args:
   120              - |-
   121                --query=org:jenkins-x
   122                -label:lifecycle/frozen
   123                label:lifecycle/stale
   124                -label:lifecycle/rotten
   125              - --updated=720h
   126              - --token=/etc/token/oauth
   127              - |-
   128                --comment=Stale issues rot after 30d of inactivity.
   129                Mark the issue as fresh with `/remove-lifecycle rotten`.
   130                Rotten issues close after an additional 30d of inactivity.
   131                If this issue is safe to close now please do so with `/close`.
   132                Provide feedback via https://jenkins-x.io/community.
   133                /lifecycle rotten
   134              - --template
   135              - --ceiling=10
   136              - --confirm
   137              command:
   138              - /app/robots/commenter/app.binary
   139              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   140              name: ""
   141              resources: {}
   142              volumeMounts:
   143              - mountPath: /etc/token
   144                name: token
   145            volumes:
   146            - name: token
   147              secret:
   148                secretName: oauth-token
   149          tags: {}
   150      plugins:
   151        entries:
   152        - approve
   153        - heart
   154        - assign
   155        - help
   156        - hold
   157        - lgtm
   158        - lifecycle
   159        - label
   160        - size
   161        - trigger
   162        - wip
   163        - cat
   164        - dog
   165        - override
   166      policy:
   167        protectTested: true
   168      postsubmits:
   169        entries:
   170        - agent: tekton
   171          branches:
   172            entries:
   173            - master
   174          cluster: ""
   175          context: tekton
   176          labels: {}
   177          maxConcurrency: 0
   178          name: tekton
   179          report: false
   180          runIfChanged: ""
   181          skipBranches: {}
   182      presubmits:
   183        entries:
   184        - agent: tekton
   185          alwaysRun: true
   186          branches: {}
   187          cluster: ""
   188          context: tekton
   189          labels: {}
   190          maxConcurrency: 0
   191          mergeMethod: merge
   192          name: tekton
   193          optional: false
   194          policy:
   195            Replace: false
   196            requiredStatusChecks:
   197              contexts:
   198                entries:
   199                - tekton
   200          queries:
   201          - excludedBranches: {}
   202            includedBranches: {}
   203            labels:
   204              entries:
   205              - updatebot
   206            milestone: ""
   207            missingLabels:
   208              entries:
   209              - do-not-merge
   210              - do-not-merge/hold
   211              - do-not-merge/work-in-progress
   212              - needs-ok-to-test
   213              - needs-rebase
   214            reviewApprovedRequired: false
   215          - excludedBranches: {}
   216            includedBranches: {}
   217            labels:
   218              entries:
   219              - approved
   220            milestone: ""
   221            missingLabels:
   222              entries:
   223              - do-not-merge
   224              - do-not-merge/hold
   225              - do-not-merge/work-in-progress
   226              - needs-ok-to-test
   227              - needs-rebase
   228            reviewApprovedRequired: false
   229          report: true
   230          rerunCommand: /test this
   231          runIfChanged: ""
   232          skipBranches: {}
   233          trigger: (?m)^/test( all| this),?(s+|$)
   234      schedulerAgent:
   235        agent: tekton
   236      welcome:
   237      - message_template: Welcome contributor to Jenkins X
   238  - apiVersion: jenkins.io/v1
   239    kind: Scheduler
   240    metadata:
   241      creationTimestamp: null
   242      name: cloudbees-jx-tenant-service-scheduler
   243      namespace: jx
   244    spec:
   245      approve:
   246        issueRequired: false
   247        lgtmActsAsApprove: true
   248        requireSelfApproval: true
   249      attachments:
   250      - name: reportTemplate
   251        urls:
   252        - '{{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}}'
   253      merger:
   254        blockerLabel: ""
   255        maxGoroutines: 0
   256        mergeMethod: merge
   257        policy:
   258          fromBranchProtection: true
   259          optionalContexts: {}
   260          requiredContexts: {}
   261          requiredIfPresentContexts: {}
   262          skipUnknownContexts: false
   263        prStatusBaseUrl: ""
   264        squashLabel: ""
   265        targetUrl: https://deck.infra.jrawlings.co.uk
   266      periodics:
   267        entries:
   268        - agent: ""
   269          cluster: ""
   270          cron: ""
   271          interval: null
   272          labels: {}
   273          maxConcurrency: 0
   274          name: periodic-jx-stale
   275          spec:
   276            containers:
   277            - args:
   278              - |-
   279                --query=org:jenkins-x
   280                -label:lifecycle/frozen
   281                -label:lifecycle/stale
   282                -label:lifecycle/rotten
   283              - --updated=2160h
   284              - --token=/etc/token/oauth
   285              - |-
   286                --comment=Issues go stale after 90d of inactivity.
   287                Mark the issue as fresh with `/remove-lifecycle stale`.
   288                Stale issues rot after an additional 30d of inactivity and eventually close.
   289                If this issue is safe to close now please do so with `/close`.
   290                Provide feedback via https://jenkins-x.io/community.
   291                /lifecycle stale
   292              - --template
   293              - --ceiling=30
   294              - --confirm
   295              command:
   296              - /app/robots/commenter/app.binary
   297              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   298              name: ""
   299              resources: {}
   300              volumeMounts:
   301              - mountPath: /etc/token
   302                name: token
   303            volumes:
   304            - name: token
   305              secret:
   306                secretName: oauth-token
   307          tags: {}
   308        - agent: ""
   309          cluster: ""
   310          cron: ""
   311          interval: null
   312          labels: {}
   313          maxConcurrency: 0
   314          name: periodic-jx-close
   315          spec:
   316            containers:
   317            - args:
   318              - |-
   319                --query=org:jenkins-x
   320                -label:lifecycle/frozen
   321                label:lifecycle/rotten
   322              - --updated=720h
   323              - --token=/etc/token/oauth
   324              - |-
   325                --comment=Rotten issues close after 30d of inactivity.
   326                Reopen the issue with `/reopen`.
   327                Mark the issue as fresh with `/remove-lifecycle rotten`.
   328                Provide feedback via https://jenkins-x.io/community.
   329                /close
   330              - --template
   331              - --ceiling=10
   332              - --confirm
   333              command:
   334              - /app/robots/commenter/app.binary
   335              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   336              name: ""
   337              resources: {}
   338              volumeMounts:
   339              - mountPath: /etc/token
   340                name: token
   341            volumes:
   342            - name: token
   343              secret:
   344                secretName: oauth-token
   345          tags: {}
   346        - agent: ""
   347          cluster: ""
   348          cron: ""
   349          interval: null
   350          labels: {}
   351          maxConcurrency: 0
   352          name: periodic-jx-rotten
   353          spec:
   354            containers:
   355            - args:
   356              - |-
   357                --query=org:jenkins-x
   358                -label:lifecycle/frozen
   359                label:lifecycle/stale
   360                -label:lifecycle/rotten
   361              - --updated=720h
   362              - --token=/etc/token/oauth
   363              - |-
   364                --comment=Stale issues rot after 30d of inactivity.
   365                Mark the issue as fresh with `/remove-lifecycle rotten`.
   366                Rotten issues close after an additional 30d of inactivity.
   367                If this issue is safe to close now please do so with `/close`.
   368                Provide feedback via https://jenkins-x.io/community.
   369                /lifecycle rotten
   370              - --template
   371              - --ceiling=10
   372              - --confirm
   373              command:
   374              - /app/robots/commenter/app.binary
   375              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   376              name: ""
   377              resources: {}
   378              volumeMounts:
   379              - mountPath: /etc/token
   380                name: token
   381            volumes:
   382            - name: token
   383              secret:
   384                secretName: oauth-token
   385          tags: {}
   386      plugins:
   387        entries:
   388        - approve
   389        - heart
   390        - assign
   391        - help
   392        - hold
   393        - lgtm
   394        - lifecycle
   395        - label
   396        - size
   397        - trigger
   398        - wip
   399        - cat
   400        - dog
   401        - override
   402      policy:
   403        protectTested: true
   404      postsubmits:
   405        entries:
   406        - agent: tekton
   407          branches:
   408            entries:
   409            - master
   410          cluster: ""
   411          context: tekton
   412          labels: {}
   413          maxConcurrency: 0
   414          name: tekton
   415          report: false
   416          runIfChanged: ""
   417          skipBranches: {}
   418      presubmits:
   419        entries:
   420        - agent: tekton
   421          alwaysRun: true
   422          branches: {}
   423          cluster: ""
   424          context: tekton
   425          labels: {}
   426          maxConcurrency: 0
   427          mergeMethod: merge
   428          name: tekton
   429          optional: false
   430          policy:
   431            Replace: false
   432          queries:
   433          - excludedBranches: {}
   434            includedBranches: {}
   435            labels:
   436              entries:
   437              - updatebot
   438            milestone: ""
   439            missingLabels:
   440              entries:
   441              - do-not-merge
   442              - do-not-merge/hold
   443              - do-not-merge/work-in-progress
   444              - needs-ok-to-test
   445              - needs-rebase
   446            reviewApprovedRequired: false
   447          - excludedBranches: {}
   448            includedBranches: {}
   449            labels:
   450              entries:
   451              - approved
   452            milestone: ""
   453            missingLabels:
   454              entries:
   455              - do-not-merge
   456              - do-not-merge/hold
   457              - do-not-merge/work-in-progress
   458              - needs-ok-to-test
   459              - needs-rebase
   460            reviewApprovedRequired: false
   461          report: true
   462          rerunCommand: /test tekton
   463          runIfChanged: ""
   464          skipBranches: {}
   465          trigger: (?m)^/test( all| tekton),?(s+|$)
   466      schedulerAgent:
   467        agent: tekton
   468      welcome:
   469      - message_template: Welcome contributor to Jenkins X
   470  - apiVersion: jenkins.io/v1
   471    kind: Scheduler
   472    metadata:
   473      creationTimestamp: null
   474      name: cloudbees-jxui-backend-scheduler
   475      namespace: jx
   476    spec:
   477      approve:
   478        issueRequired: false
   479        lgtmActsAsApprove: true
   480        requireSelfApproval: true
   481      attachments:
   482      - name: reportTemplate
   483        urls:
   484        - '{{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}}'
   485      lgtm:
   486        reviewActsAsLgtm: true
   487        storeTreeHash: false
   488        trustedTeamForStickyLgtm: ""
   489      merger:
   490        blockerLabel: ""
   491        maxGoroutines: 0
   492        mergeMethod: merge
   493        policy:
   494          fromBranchProtection: true
   495          optionalContexts: {}
   496          requiredContexts: {}
   497          requiredIfPresentContexts: {}
   498          skipUnknownContexts: false
   499        prStatusBaseUrl: ""
   500        squashLabel: ""
   501        targetUrl: https://deck.infra.jrawlings.co.uk
   502      periodics:
   503        entries:
   504        - agent: ""
   505          cluster: ""
   506          cron: ""
   507          interval: null
   508          labels: {}
   509          maxConcurrency: 0
   510          name: periodic-jx-stale
   511          spec:
   512            containers:
   513            - args:
   514              - |-
   515                --query=org:jenkins-x
   516                -label:lifecycle/frozen
   517                -label:lifecycle/stale
   518                -label:lifecycle/rotten
   519              - --updated=2160h
   520              - --token=/etc/token/oauth
   521              - |-
   522                --comment=Issues go stale after 90d of inactivity.
   523                Mark the issue as fresh with `/remove-lifecycle stale`.
   524                Stale issues rot after an additional 30d of inactivity and eventually close.
   525                If this issue is safe to close now please do so with `/close`.
   526                Provide feedback via https://jenkins-x.io/community.
   527                /lifecycle stale
   528              - --template
   529              - --ceiling=30
   530              - --confirm
   531              command:
   532              - /app/robots/commenter/app.binary
   533              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   534              name: ""
   535              resources: {}
   536              volumeMounts:
   537              - mountPath: /etc/token
   538                name: token
   539            volumes:
   540            - name: token
   541              secret:
   542                secretName: oauth-token
   543          tags: {}
   544        - agent: ""
   545          cluster: ""
   546          cron: ""
   547          interval: null
   548          labels: {}
   549          maxConcurrency: 0
   550          name: periodic-jx-close
   551          spec:
   552            containers:
   553            - args:
   554              - |-
   555                --query=org:jenkins-x
   556                -label:lifecycle/frozen
   557                label:lifecycle/rotten
   558              - --updated=720h
   559              - --token=/etc/token/oauth
   560              - |-
   561                --comment=Rotten issues close after 30d of inactivity.
   562                Reopen the issue with `/reopen`.
   563                Mark the issue as fresh with `/remove-lifecycle rotten`.
   564                Provide feedback via https://jenkins-x.io/community.
   565                /close
   566              - --template
   567              - --ceiling=10
   568              - --confirm
   569              command:
   570              - /app/robots/commenter/app.binary
   571              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   572              name: ""
   573              resources: {}
   574              volumeMounts:
   575              - mountPath: /etc/token
   576                name: token
   577            volumes:
   578            - name: token
   579              secret:
   580                secretName: oauth-token
   581          tags: {}
   582        - agent: ""
   583          cluster: ""
   584          cron: ""
   585          interval: null
   586          labels: {}
   587          maxConcurrency: 0
   588          name: periodic-jx-rotten
   589          spec:
   590            containers:
   591            - args:
   592              - |-
   593                --query=org:jenkins-x
   594                -label:lifecycle/frozen
   595                label:lifecycle/stale
   596                -label:lifecycle/rotten
   597              - --updated=720h
   598              - --token=/etc/token/oauth
   599              - |-
   600                --comment=Stale issues rot after 30d of inactivity.
   601                Mark the issue as fresh with `/remove-lifecycle rotten`.
   602                Rotten issues close after an additional 30d of inactivity.
   603                If this issue is safe to close now please do so with `/close`.
   604                Provide feedback via https://jenkins-x.io/community.
   605                /lifecycle rotten
   606              - --template
   607              - --ceiling=10
   608              - --confirm
   609              command:
   610              - /app/robots/commenter/app.binary
   611              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   612              name: ""
   613              resources: {}
   614              volumeMounts:
   615              - mountPath: /etc/token
   616                name: token
   617            volumes:
   618            - name: token
   619              secret:
   620                secretName: oauth-token
   621          tags: {}
   622      plugins:
   623        entries:
   624        - approve
   625        - assign
   626        - blunderbuss
   627        - heart
   628        - help
   629        - hold
   630        - lgtm
   631        - lifecycle
   632        - size
   633        - trigger
   634        - wip
   635        - heart
   636        - cat
   637        - override
   638      policy:
   639        protectTested: true
   640      postsubmits:
   641        entries:
   642        - agent: tekton
   643          branches:
   644            entries:
   645            - master
   646          cluster: ""
   647          context: tekton
   648          labels: {}
   649          maxConcurrency: 0
   650          name: tekton
   651          report: false
   652          runIfChanged: ""
   653          skipBranches: {}
   654      presubmits:
   655        entries:
   656        - agent: tekton
   657          alwaysRun: true
   658          branches: {}
   659          cluster: ""
   660          context: tekton
   661          labels: {}
   662          maxConcurrency: 0
   663          mergeMethod: merge
   664          name: tekton
   665          optional: false
   666          policy:
   667            Replace: false
   668            requiredStatusChecks:
   669              contexts:
   670                entries:
   671                - tekton
   672          queries:
   673          - excludedBranches: {}
   674            includedBranches: {}
   675            labels:
   676              entries:
   677              - updatebot
   678            milestone: ""
   679            missingLabels:
   680              entries:
   681              - do-not-merge
   682              - do-not-merge/hold
   683              - do-not-merge/work-in-progress
   684              - needs-ok-to-test
   685              - needs-rebase
   686            reviewApprovedRequired: false
   687          - excludedBranches: {}
   688            includedBranches: {}
   689            labels:
   690              entries:
   691              - approved
   692            milestone: ""
   693            missingLabels:
   694              entries:
   695              - do-not-merge
   696              - do-not-merge/hold
   697              - do-not-merge/work-in-progress
   698              - needs-ok-to-test
   699              - needs-rebase
   700            reviewApprovedRequired: false
   701          report: true
   702          rerunCommand: /test this
   703          runIfChanged: ""
   704          skipBranches: {}
   705          trigger: (?m)^/test( all| this),?(s+|$)
   706      schedulerAgent:
   707        agent: tekton
   708      welcome:
   709      - message_template: Welcome contributor to Jenkins X
   710  - apiVersion: jenkins.io/v1
   711    kind: Scheduler
   712    metadata:
   713      creationTimestamp: null
   714      name: cloudbees-jxui-frontend-scheduler
   715      namespace: jx
   716    spec:
   717      approve:
   718        issueRequired: false
   719        lgtmActsAsApprove: true
   720        requireSelfApproval: true
   721      attachments:
   722      - name: reportTemplate
   723        urls:
   724        - '{{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}}'
   725      lgtm:
   726        reviewActsAsLgtm: true
   727        storeTreeHash: false
   728        trustedTeamForStickyLgtm: ""
   729      merger:
   730        blockerLabel: ""
   731        maxGoroutines: 0
   732        mergeMethod: merge
   733        policy:
   734          fromBranchProtection: true
   735          optionalContexts: {}
   736          requiredContexts: {}
   737          requiredIfPresentContexts: {}
   738          skipUnknownContexts: false
   739        prStatusBaseUrl: ""
   740        squashLabel: ""
   741        targetUrl: https://deck.infra.jrawlings.co.uk
   742      periodics:
   743        entries:
   744        - agent: ""
   745          cluster: ""
   746          cron: ""
   747          interval: null
   748          labels: {}
   749          maxConcurrency: 0
   750          name: periodic-jx-stale
   751          spec:
   752            containers:
   753            - args:
   754              - |-
   755                --query=org:jenkins-x
   756                -label:lifecycle/frozen
   757                -label:lifecycle/stale
   758                -label:lifecycle/rotten
   759              - --updated=2160h
   760              - --token=/etc/token/oauth
   761              - |-
   762                --comment=Issues go stale after 90d of inactivity.
   763                Mark the issue as fresh with `/remove-lifecycle stale`.
   764                Stale issues rot after an additional 30d of inactivity and eventually close.
   765                If this issue is safe to close now please do so with `/close`.
   766                Provide feedback via https://jenkins-x.io/community.
   767                /lifecycle stale
   768              - --template
   769              - --ceiling=30
   770              - --confirm
   771              command:
   772              - /app/robots/commenter/app.binary
   773              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   774              name: ""
   775              resources: {}
   776              volumeMounts:
   777              - mountPath: /etc/token
   778                name: token
   779            volumes:
   780            - name: token
   781              secret:
   782                secretName: oauth-token
   783          tags: {}
   784        - agent: ""
   785          cluster: ""
   786          cron: ""
   787          interval: null
   788          labels: {}
   789          maxConcurrency: 0
   790          name: periodic-jx-close
   791          spec:
   792            containers:
   793            - args:
   794              - |-
   795                --query=org:jenkins-x
   796                -label:lifecycle/frozen
   797                label:lifecycle/rotten
   798              - --updated=720h
   799              - --token=/etc/token/oauth
   800              - |-
   801                --comment=Rotten issues close after 30d of inactivity.
   802                Reopen the issue with `/reopen`.
   803                Mark the issue as fresh with `/remove-lifecycle rotten`.
   804                Provide feedback via https://jenkins-x.io/community.
   805                /close
   806              - --template
   807              - --ceiling=10
   808              - --confirm
   809              command:
   810              - /app/robots/commenter/app.binary
   811              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   812              name: ""
   813              resources: {}
   814              volumeMounts:
   815              - mountPath: /etc/token
   816                name: token
   817            volumes:
   818            - name: token
   819              secret:
   820                secretName: oauth-token
   821          tags: {}
   822        - agent: ""
   823          cluster: ""
   824          cron: ""
   825          interval: null
   826          labels: {}
   827          maxConcurrency: 0
   828          name: periodic-jx-rotten
   829          spec:
   830            containers:
   831            - args:
   832              - |-
   833                --query=org:jenkins-x
   834                -label:lifecycle/frozen
   835                label:lifecycle/stale
   836                -label:lifecycle/rotten
   837              - --updated=720h
   838              - --token=/etc/token/oauth
   839              - |-
   840                --comment=Stale issues rot after 30d of inactivity.
   841                Mark the issue as fresh with `/remove-lifecycle rotten`.
   842                Rotten issues close after an additional 30d of inactivity.
   843                If this issue is safe to close now please do so with `/close`.
   844                Provide feedback via https://jenkins-x.io/community.
   845                /lifecycle rotten
   846              - --template
   847              - --ceiling=10
   848              - --confirm
   849              command:
   850              - /app/robots/commenter/app.binary
   851              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
   852              name: ""
   853              resources: {}
   854              volumeMounts:
   855              - mountPath: /etc/token
   856                name: token
   857            volumes:
   858            - name: token
   859              secret:
   860                secretName: oauth-token
   861          tags: {}
   862      plugins:
   863        entries:
   864        - approve
   865        - assign
   866        - blunderbuss
   867        - heart
   868        - help
   869        - hold
   870        - lgtm
   871        - lifecycle
   872        - size
   873        - trigger
   874        - wip
   875        - heart
   876        - cat
   877        - override
   878      policy:
   879        protectTested: true
   880      postsubmits:
   881        entries:
   882        - agent: tekton
   883          branches:
   884            entries:
   885            - master
   886          cluster: ""
   887          context: tekton
   888          labels: {}
   889          maxConcurrency: 0
   890          name: tekton
   891          report: false
   892          runIfChanged: ""
   893          skipBranches: {}
   894      presubmits:
   895        entries:
   896        - agent: tekton
   897          alwaysRun: true
   898          branches: {}
   899          cluster: ""
   900          context: tekton
   901          labels: {}
   902          maxConcurrency: 0
   903          mergeMethod: merge
   904          name: tekton
   905          optional: false
   906          policy:
   907            Replace: false
   908            requiredStatusChecks:
   909              contexts:
   910                entries:
   911                - tekton
   912          queries:
   913          - excludedBranches: {}
   914            includedBranches: {}
   915            labels:
   916              entries:
   917              - updatebot
   918            milestone: ""
   919            missingLabels:
   920              entries:
   921              - do-not-merge
   922              - do-not-merge/hold
   923              - do-not-merge/work-in-progress
   924              - needs-ok-to-test
   925              - needs-rebase
   926            reviewApprovedRequired: false
   927          - excludedBranches: {}
   928            includedBranches: {}
   929            labels:
   930              entries:
   931              - approved
   932            milestone: ""
   933            missingLabels:
   934              entries:
   935              - do-not-merge
   936              - do-not-merge/hold
   937              - do-not-merge/work-in-progress
   938              - needs-ok-to-test
   939              - needs-rebase
   940            reviewApprovedRequired: false
   941          report: true
   942          rerunCommand: /test this
   943          runIfChanged: ""
   944          skipBranches: {}
   945          trigger: (?m)^/test( all| this),?(s+|$)
   946      schedulerAgent:
   947        agent: tekton
   948      welcome:
   949      - message_template: Welcome contributor to Jenkins X
   950  - apiVersion: jenkins.io/v1
   951    kind: Scheduler
   952    metadata:
   953      creationTimestamp: null
   954      name: cloudbees-jxui-ts-client-scheduler
   955      namespace: jx
   956    spec:
   957      approve:
   958        issueRequired: false
   959        lgtmActsAsApprove: true
   960        requireSelfApproval: true
   961      attachments:
   962      - name: reportTemplate
   963        urls:
   964        - '{{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}}'
   965      merger:
   966        blockerLabel: ""
   967        maxGoroutines: 0
   968        mergeMethod: merge
   969        policy:
   970          fromBranchProtection: true
   971          optionalContexts: {}
   972          requiredContexts: {}
   973          requiredIfPresentContexts: {}
   974          skipUnknownContexts: false
   975        prStatusBaseUrl: ""
   976        squashLabel: ""
   977        targetUrl: https://deck.infra.jrawlings.co.uk
   978      periodics:
   979        entries:
   980        - agent: ""
   981          cluster: ""
   982          cron: ""
   983          interval: null
   984          labels: {}
   985          maxConcurrency: 0
   986          name: periodic-jx-stale
   987          spec:
   988            containers:
   989            - args:
   990              - |-
   991                --query=org:jenkins-x
   992                -label:lifecycle/frozen
   993                -label:lifecycle/stale
   994                -label:lifecycle/rotten
   995              - --updated=2160h
   996              - --token=/etc/token/oauth
   997              - |-
   998                --comment=Issues go stale after 90d of inactivity.
   999                Mark the issue as fresh with `/remove-lifecycle stale`.
  1000                Stale issues rot after an additional 30d of inactivity and eventually close.
  1001                If this issue is safe to close now please do so with `/close`.
  1002                Provide feedback via https://jenkins-x.io/community.
  1003                /lifecycle stale
  1004              - --template
  1005              - --ceiling=30
  1006              - --confirm
  1007              command:
  1008              - /app/robots/commenter/app.binary
  1009              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1010              name: ""
  1011              resources: {}
  1012              volumeMounts:
  1013              - mountPath: /etc/token
  1014                name: token
  1015            volumes:
  1016            - name: token
  1017              secret:
  1018                secretName: oauth-token
  1019          tags: {}
  1020        - agent: ""
  1021          cluster: ""
  1022          cron: ""
  1023          interval: null
  1024          labels: {}
  1025          maxConcurrency: 0
  1026          name: periodic-jx-close
  1027          spec:
  1028            containers:
  1029            - args:
  1030              - |-
  1031                --query=org:jenkins-x
  1032                -label:lifecycle/frozen
  1033                label:lifecycle/rotten
  1034              - --updated=720h
  1035              - --token=/etc/token/oauth
  1036              - |-
  1037                --comment=Rotten issues close after 30d of inactivity.
  1038                Reopen the issue with `/reopen`.
  1039                Mark the issue as fresh with `/remove-lifecycle rotten`.
  1040                Provide feedback via https://jenkins-x.io/community.
  1041                /close
  1042              - --template
  1043              - --ceiling=10
  1044              - --confirm
  1045              command:
  1046              - /app/robots/commenter/app.binary
  1047              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1048              name: ""
  1049              resources: {}
  1050              volumeMounts:
  1051              - mountPath: /etc/token
  1052                name: token
  1053            volumes:
  1054            - name: token
  1055              secret:
  1056                secretName: oauth-token
  1057          tags: {}
  1058        - agent: ""
  1059          cluster: ""
  1060          cron: ""
  1061          interval: null
  1062          labels: {}
  1063          maxConcurrency: 0
  1064          name: periodic-jx-rotten
  1065          spec:
  1066            containers:
  1067            - args:
  1068              - |-
  1069                --query=org:jenkins-x
  1070                -label:lifecycle/frozen
  1071                label:lifecycle/stale
  1072                -label:lifecycle/rotten
  1073              - --updated=720h
  1074              - --token=/etc/token/oauth
  1075              - |-
  1076                --comment=Stale issues rot after 30d of inactivity.
  1077                Mark the issue as fresh with `/remove-lifecycle rotten`.
  1078                Rotten issues close after an additional 30d of inactivity.
  1079                If this issue is safe to close now please do so with `/close`.
  1080                Provide feedback via https://jenkins-x.io/community.
  1081                /lifecycle rotten
  1082              - --template
  1083              - --ceiling=10
  1084              - --confirm
  1085              command:
  1086              - /app/robots/commenter/app.binary
  1087              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1088              name: ""
  1089              resources: {}
  1090              volumeMounts:
  1091              - mountPath: /etc/token
  1092                name: token
  1093            volumes:
  1094            - name: token
  1095              secret:
  1096                secretName: oauth-token
  1097          tags: {}
  1098      plugins:
  1099        entries:
  1100        - approve
  1101        - assign
  1102        - blunderbuss
  1103        - heart
  1104        - help
  1105        - hold
  1106        - lgtm
  1107        - lifecycle
  1108        - size
  1109        - trigger
  1110        - wip
  1111        - heart
  1112        - cat
  1113        - override
  1114      policy:
  1115        protectTested: true
  1116      postsubmits:
  1117        entries:
  1118        - agent: tekton
  1119          branches:
  1120            entries:
  1121            - master
  1122          cluster: ""
  1123          context: tekton
  1124          labels: {}
  1125          maxConcurrency: 0
  1126          name: tekton
  1127          report: false
  1128          runIfChanged: ""
  1129          skipBranches: {}
  1130      presubmits:
  1131        entries:
  1132        - agent: tekton
  1133          alwaysRun: true
  1134          branches: {}
  1135          cluster: ""
  1136          context: tekton
  1137          labels: {}
  1138          maxConcurrency: 0
  1139          mergeMethod: merge
  1140          name: tekton
  1141          optional: false
  1142          policy:
  1143            Replace: false
  1144            requiredStatusChecks:
  1145              contexts:
  1146                entries:
  1147                - tekton
  1148          queries:
  1149          - excludedBranches: {}
  1150            includedBranches: {}
  1151            labels:
  1152              entries:
  1153              - updatebot
  1154            milestone: ""
  1155            missingLabels:
  1156              entries:
  1157              - do-not-merge
  1158              - do-not-merge/hold
  1159              - do-not-merge/work-in-progress
  1160              - needs-ok-to-test
  1161              - needs-rebase
  1162            reviewApprovedRequired: false
  1163          - excludedBranches: {}
  1164            includedBranches: {}
  1165            labels:
  1166              entries:
  1167              - approved
  1168            milestone: ""
  1169            missingLabels:
  1170              entries:
  1171              - do-not-merge
  1172              - do-not-merge/hold
  1173              - do-not-merge/work-in-progress
  1174              - needs-ok-to-test
  1175              - needs-rebase
  1176            reviewApprovedRequired: false
  1177          report: true
  1178          rerunCommand: /test this
  1179          runIfChanged: ""
  1180          skipBranches: {}
  1181          trigger: (?m)^/test( all| this),?(s+|$)
  1182      schedulerAgent:
  1183        agent: tekton
  1184      welcome:
  1185      - message_template: Welcome contributor to Jenkins X
  1186  - apiVersion: jenkins.io/v1
  1187    kind: Scheduler
  1188    metadata:
  1189      creationTimestamp: null
  1190      name: default-scheduler
  1191      namespace: jx
  1192    spec:
  1193      attachments:
  1194      - name: reportTemplate
  1195        urls:
  1196        - '{{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}}'
  1197      periodics:
  1198        entries:
  1199        - agent: ""
  1200          cluster: ""
  1201          cron: ""
  1202          interval: null
  1203          labels: {}
  1204          maxConcurrency: 0
  1205          name: periodic-jx-stale
  1206          spec:
  1207            containers:
  1208            - args:
  1209              - |-
  1210                --query=org:jenkins-x
  1211                -label:lifecycle/frozen
  1212                -label:lifecycle/stale
  1213                -label:lifecycle/rotten
  1214              - --updated=2160h
  1215              - --token=/etc/token/oauth
  1216              - |-
  1217                --comment=Issues go stale after 90d of inactivity.
  1218                Mark the issue as fresh with `/remove-lifecycle stale`.
  1219                Stale issues rot after an additional 30d of inactivity and eventually close.
  1220                If this issue is safe to close now please do so with `/close`.
  1221                Provide feedback via https://jenkins-x.io/community.
  1222                /lifecycle stale
  1223              - --template
  1224              - --ceiling=30
  1225              - --confirm
  1226              command:
  1227              - /app/robots/commenter/app.binary
  1228              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1229              name: ""
  1230              resources: {}
  1231              volumeMounts:
  1232              - mountPath: /etc/token
  1233                name: token
  1234            volumes:
  1235            - name: token
  1236              secret:
  1237                secretName: oauth-token
  1238          tags: {}
  1239        - agent: ""
  1240          cluster: ""
  1241          cron: ""
  1242          interval: null
  1243          labels: {}
  1244          maxConcurrency: 0
  1245          name: periodic-jx-close
  1246          spec:
  1247            containers:
  1248            - args:
  1249              - |-
  1250                --query=org:jenkins-x
  1251                -label:lifecycle/frozen
  1252                label:lifecycle/rotten
  1253              - --updated=720h
  1254              - --token=/etc/token/oauth
  1255              - |-
  1256                --comment=Rotten issues close after 30d of inactivity.
  1257                Reopen the issue with `/reopen`.
  1258                Mark the issue as fresh with `/remove-lifecycle rotten`.
  1259                Provide feedback via https://jenkins-x.io/community.
  1260                /close
  1261              - --template
  1262              - --ceiling=10
  1263              - --confirm
  1264              command:
  1265              - /app/robots/commenter/app.binary
  1266              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1267              name: ""
  1268              resources: {}
  1269              volumeMounts:
  1270              - mountPath: /etc/token
  1271                name: token
  1272            volumes:
  1273            - name: token
  1274              secret:
  1275                secretName: oauth-token
  1276          tags: {}
  1277        - agent: ""
  1278          cluster: ""
  1279          cron: ""
  1280          interval: null
  1281          labels: {}
  1282          maxConcurrency: 0
  1283          name: periodic-jx-rotten
  1284          spec:
  1285            containers:
  1286            - args:
  1287              - |-
  1288                --query=org:jenkins-x
  1289                -label:lifecycle/frozen
  1290                label:lifecycle/stale
  1291                -label:lifecycle/rotten
  1292              - --updated=720h
  1293              - --token=/etc/token/oauth
  1294              - |-
  1295                --comment=Stale issues rot after 30d of inactivity.
  1296                Mark the issue as fresh with `/remove-lifecycle rotten`.
  1297                Rotten issues close after an additional 30d of inactivity.
  1298                If this issue is safe to close now please do so with `/close`.
  1299                Provide feedback via https://jenkins-x.io/community.
  1300                /lifecycle rotten
  1301              - --template
  1302              - --ceiling=10
  1303              - --confirm
  1304              command:
  1305              - /app/robots/commenter/app.binary
  1306              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1307              name: ""
  1308              resources: {}
  1309              volumeMounts:
  1310              - mountPath: /etc/token
  1311                name: token
  1312            volumes:
  1313            - name: token
  1314              secret:
  1315                secretName: oauth-token
  1316          tags: {}
  1317  - apiVersion: jenkins.io/v1
  1318    kind: Scheduler
  1319    metadata:
  1320      creationTimestamp: null
  1321      name: jenkins-x-apps-jx-app-ambassador-scheduler
  1322      namespace: jx
  1323    spec:
  1324      approve:
  1325        issueRequired: false
  1326        lgtmActsAsApprove: true
  1327        requireSelfApproval: true
  1328      attachments:
  1329      - name: reportTemplate
  1330        urls:
  1331        - '{{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}}'
  1332      merger:
  1333        blockerLabel: ""
  1334        maxGoroutines: 0
  1335        mergeMethod: merge
  1336        policy:
  1337          fromBranchProtection: true
  1338          optionalContexts: {}
  1339          requiredContexts: {}
  1340          requiredIfPresentContexts: {}
  1341          skipUnknownContexts: false
  1342        prStatusBaseUrl: ""
  1343        squashLabel: ""
  1344        targetUrl: https://deck.infra.jrawlings.co.uk
  1345      periodics:
  1346        entries:
  1347        - agent: ""
  1348          cluster: ""
  1349          cron: ""
  1350          interval: null
  1351          labels: {}
  1352          maxConcurrency: 0
  1353          name: periodic-jx-stale
  1354          spec:
  1355            containers:
  1356            - args:
  1357              - |-
  1358                --query=org:jenkins-x
  1359                -label:lifecycle/frozen
  1360                -label:lifecycle/stale
  1361                -label:lifecycle/rotten
  1362              - --updated=2160h
  1363              - --token=/etc/token/oauth
  1364              - |-
  1365                --comment=Issues go stale after 90d of inactivity.
  1366                Mark the issue as fresh with `/remove-lifecycle stale`.
  1367                Stale issues rot after an additional 30d of inactivity and eventually close.
  1368                If this issue is safe to close now please do so with `/close`.
  1369                Provide feedback via https://jenkins-x.io/community.
  1370                /lifecycle stale
  1371              - --template
  1372              - --ceiling=30
  1373              - --confirm
  1374              command:
  1375              - /app/robots/commenter/app.binary
  1376              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1377              name: ""
  1378              resources: {}
  1379              volumeMounts:
  1380              - mountPath: /etc/token
  1381                name: token
  1382            volumes:
  1383            - name: token
  1384              secret:
  1385                secretName: oauth-token
  1386          tags: {}
  1387        - agent: ""
  1388          cluster: ""
  1389          cron: ""
  1390          interval: null
  1391          labels: {}
  1392          maxConcurrency: 0
  1393          name: periodic-jx-close
  1394          spec:
  1395            containers:
  1396            - args:
  1397              - |-
  1398                --query=org:jenkins-x
  1399                -label:lifecycle/frozen
  1400                label:lifecycle/rotten
  1401              - --updated=720h
  1402              - --token=/etc/token/oauth
  1403              - |-
  1404                --comment=Rotten issues close after 30d of inactivity.
  1405                Reopen the issue with `/reopen`.
  1406                Mark the issue as fresh with `/remove-lifecycle rotten`.
  1407                Provide feedback via https://jenkins-x.io/community.
  1408                /close
  1409              - --template
  1410              - --ceiling=10
  1411              - --confirm
  1412              command:
  1413              - /app/robots/commenter/app.binary
  1414              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1415              name: ""
  1416              resources: {}
  1417              volumeMounts:
  1418              - mountPath: /etc/token
  1419                name: token
  1420            volumes:
  1421            - name: token
  1422              secret:
  1423                secretName: oauth-token
  1424          tags: {}
  1425        - agent: ""
  1426          cluster: ""
  1427          cron: ""
  1428          interval: null
  1429          labels: {}
  1430          maxConcurrency: 0
  1431          name: periodic-jx-rotten
  1432          spec:
  1433            containers:
  1434            - args:
  1435              - |-
  1436                --query=org:jenkins-x
  1437                -label:lifecycle/frozen
  1438                label:lifecycle/stale
  1439                -label:lifecycle/rotten
  1440              - --updated=720h
  1441              - --token=/etc/token/oauth
  1442              - |-
  1443                --comment=Stale issues rot after 30d of inactivity.
  1444                Mark the issue as fresh with `/remove-lifecycle rotten`.
  1445                Rotten issues close after an additional 30d of inactivity.
  1446                If this issue is safe to close now please do so with `/close`.
  1447                Provide feedback via https://jenkins-x.io/community.
  1448                /lifecycle rotten
  1449              - --template
  1450              - --ceiling=10
  1451              - --confirm
  1452              command:
  1453              - /app/robots/commenter/app.binary
  1454              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1455              name: ""
  1456              resources: {}
  1457              volumeMounts:
  1458              - mountPath: /etc/token
  1459                name: token
  1460            volumes:
  1461            - name: token
  1462              secret:
  1463                secretName: oauth-token
  1464          tags: {}
  1465      plugins:
  1466        entries:
  1467        - approve
  1468        - heart
  1469        - assign
  1470        - help
  1471        - hold
  1472        - lgtm
  1473        - lifecycle
  1474        - label
  1475        - size
  1476        - trigger
  1477        - wip
  1478        - cat
  1479        - dog
  1480        - override
  1481      policy:
  1482        protectTested: true
  1483      postsubmits:
  1484        entries:
  1485        - agent: tekton
  1486          branches:
  1487            entries:
  1488            - master
  1489          cluster: ""
  1490          context: tekton
  1491          labels: {}
  1492          maxConcurrency: 0
  1493          name: tekton
  1494          report: false
  1495          runIfChanged: ""
  1496          skipBranches: {}
  1497      presubmits:
  1498        entries:
  1499        - agent: tekton
  1500          alwaysRun: true
  1501          branches: {}
  1502          cluster: ""
  1503          context: tekton
  1504          labels: {}
  1505          maxConcurrency: 0
  1506          mergeMethod: merge
  1507          name: tekton
  1508          optional: false
  1509          policy:
  1510            Replace: false
  1511            requiredStatusChecks:
  1512              contexts:
  1513                entries:
  1514                - tekton
  1515          queries:
  1516          - excludedBranches: {}
  1517            includedBranches: {}
  1518            labels:
  1519              entries:
  1520              - updatebot
  1521            milestone: ""
  1522            missingLabels:
  1523              entries:
  1524              - do-not-merge
  1525              - do-not-merge/hold
  1526              - do-not-merge/work-in-progress
  1527              - needs-ok-to-test
  1528              - needs-rebase
  1529            reviewApprovedRequired: false
  1530          - excludedBranches: {}
  1531            includedBranches: {}
  1532            labels:
  1533              entries:
  1534              - approved
  1535            milestone: ""
  1536            missingLabels:
  1537              entries:
  1538              - do-not-merge
  1539              - do-not-merge/hold
  1540              - do-not-merge/work-in-progress
  1541              - needs-ok-to-test
  1542              - needs-rebase
  1543            reviewApprovedRequired: false
  1544          report: true
  1545          rerunCommand: /test this
  1546          runIfChanged: ""
  1547          skipBranches: {}
  1548          trigger: (?m)^/test( all| this),?(s+|$)
  1549      schedulerAgent:
  1550        agent: tekton
  1551      welcome:
  1552      - message_template: Welcome contributor to Jenkins X
  1553  - apiVersion: jenkins.io/v1
  1554    kind: Scheduler
  1555    metadata:
  1556      creationTimestamp: null
  1557      name: jenkins-x-apps-jx-app-anchore-scheduler
  1558      namespace: jx
  1559    spec:
  1560      approve:
  1561        issueRequired: false
  1562        lgtmActsAsApprove: true
  1563        requireSelfApproval: true
  1564      attachments:
  1565      - name: reportTemplate
  1566        urls:
  1567        - '{{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}}'
  1568      merger:
  1569        blockerLabel: ""
  1570        maxGoroutines: 0
  1571        mergeMethod: merge
  1572        policy:
  1573          fromBranchProtection: true
  1574          optionalContexts: {}
  1575          requiredContexts: {}
  1576          requiredIfPresentContexts: {}
  1577          skipUnknownContexts: false
  1578        prStatusBaseUrl: ""
  1579        squashLabel: ""
  1580        targetUrl: https://deck.infra.jrawlings.co.uk
  1581      periodics:
  1582        entries:
  1583        - agent: ""
  1584          cluster: ""
  1585          cron: ""
  1586          interval: null
  1587          labels: {}
  1588          maxConcurrency: 0
  1589          name: periodic-jx-stale
  1590          spec:
  1591            containers:
  1592            - args:
  1593              - |-
  1594                --query=org:jenkins-x
  1595                -label:lifecycle/frozen
  1596                -label:lifecycle/stale
  1597                -label:lifecycle/rotten
  1598              - --updated=2160h
  1599              - --token=/etc/token/oauth
  1600              - |-
  1601                --comment=Issues go stale after 90d of inactivity.
  1602                Mark the issue as fresh with `/remove-lifecycle stale`.
  1603                Stale issues rot after an additional 30d of inactivity and eventually close.
  1604                If this issue is safe to close now please do so with `/close`.
  1605                Provide feedback via https://jenkins-x.io/community.
  1606                /lifecycle stale
  1607              - --template
  1608              - --ceiling=30
  1609              - --confirm
  1610              command:
  1611              - /app/robots/commenter/app.binary
  1612              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1613              name: ""
  1614              resources: {}
  1615              volumeMounts:
  1616              - mountPath: /etc/token
  1617                name: token
  1618            volumes:
  1619            - name: token
  1620              secret:
  1621                secretName: oauth-token
  1622          tags: {}
  1623        - agent: ""
  1624          cluster: ""
  1625          cron: ""
  1626          interval: null
  1627          labels: {}
  1628          maxConcurrency: 0
  1629          name: periodic-jx-close
  1630          spec:
  1631            containers:
  1632            - args:
  1633              - |-
  1634                --query=org:jenkins-x
  1635                -label:lifecycle/frozen
  1636                label:lifecycle/rotten
  1637              - --updated=720h
  1638              - --token=/etc/token/oauth
  1639              - |-
  1640                --comment=Rotten issues close after 30d of inactivity.
  1641                Reopen the issue with `/reopen`.
  1642                Mark the issue as fresh with `/remove-lifecycle rotten`.
  1643                Provide feedback via https://jenkins-x.io/community.
  1644                /close
  1645              - --template
  1646              - --ceiling=10
  1647              - --confirm
  1648              command:
  1649              - /app/robots/commenter/app.binary
  1650              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1651              name: ""
  1652              resources: {}
  1653              volumeMounts:
  1654              - mountPath: /etc/token
  1655                name: token
  1656            volumes:
  1657            - name: token
  1658              secret:
  1659                secretName: oauth-token
  1660          tags: {}
  1661        - agent: ""
  1662          cluster: ""
  1663          cron: ""
  1664          interval: null
  1665          labels: {}
  1666          maxConcurrency: 0
  1667          name: periodic-jx-rotten
  1668          spec:
  1669            containers:
  1670            - args:
  1671              - |-
  1672                --query=org:jenkins-x
  1673                -label:lifecycle/frozen
  1674                label:lifecycle/stale
  1675                -label:lifecycle/rotten
  1676              - --updated=720h
  1677              - --token=/etc/token/oauth
  1678              - |-
  1679                --comment=Stale issues rot after 30d of inactivity.
  1680                Mark the issue as fresh with `/remove-lifecycle rotten`.
  1681                Rotten issues close after an additional 30d of inactivity.
  1682                If this issue is safe to close now please do so with `/close`.
  1683                Provide feedback via https://jenkins-x.io/community.
  1684                /lifecycle rotten
  1685              - --template
  1686              - --ceiling=10
  1687              - --confirm
  1688              command:
  1689              - /app/robots/commenter/app.binary
  1690              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1691              name: ""
  1692              resources: {}
  1693              volumeMounts:
  1694              - mountPath: /etc/token
  1695                name: token
  1696            volumes:
  1697            - name: token
  1698              secret:
  1699                secretName: oauth-token
  1700          tags: {}
  1701      plugins:
  1702        entries:
  1703        - approve
  1704        - heart
  1705        - assign
  1706        - help
  1707        - hold
  1708        - lgtm
  1709        - lifecycle
  1710        - label
  1711        - size
  1712        - trigger
  1713        - wip
  1714        - cat
  1715        - dog
  1716        - override
  1717      policy:
  1718        protectTested: true
  1719      postsubmits:
  1720        entries:
  1721        - agent: tekton
  1722          branches:
  1723            entries:
  1724            - master
  1725          cluster: ""
  1726          context: tekton
  1727          labels: {}
  1728          maxConcurrency: 0
  1729          name: tekton
  1730          report: false
  1731          runIfChanged: ""
  1732          skipBranches: {}
  1733      presubmits:
  1734        entries:
  1735        - agent: tekton
  1736          alwaysRun: true
  1737          branches: {}
  1738          cluster: ""
  1739          context: tekton
  1740          labels: {}
  1741          maxConcurrency: 0
  1742          mergeMethod: merge
  1743          name: tekton
  1744          optional: false
  1745          policy:
  1746            Replace: false
  1747            requiredStatusChecks:
  1748              contexts:
  1749                entries:
  1750                - tekton
  1751          queries:
  1752          - excludedBranches: {}
  1753            includedBranches: {}
  1754            labels:
  1755              entries:
  1756              - updatebot
  1757            milestone: ""
  1758            missingLabels:
  1759              entries:
  1760              - do-not-merge
  1761              - do-not-merge/hold
  1762              - do-not-merge/work-in-progress
  1763              - needs-ok-to-test
  1764              - needs-rebase
  1765            reviewApprovedRequired: false
  1766          - excludedBranches: {}
  1767            includedBranches: {}
  1768            labels:
  1769              entries:
  1770              - approved
  1771            milestone: ""
  1772            missingLabels:
  1773              entries:
  1774              - do-not-merge
  1775              - do-not-merge/hold
  1776              - do-not-merge/work-in-progress
  1777              - needs-ok-to-test
  1778              - needs-rebase
  1779            reviewApprovedRequired: false
  1780          report: true
  1781          rerunCommand: /test this
  1782          runIfChanged: ""
  1783          skipBranches: {}
  1784          trigger: (?m)^/test( all| this),?(s+|$)
  1785      schedulerAgent:
  1786        agent: tekton
  1787      welcome:
  1788      - message_template: Welcome contributor to Jenkins X
  1789  - apiVersion: jenkins.io/v1
  1790    kind: Scheduler
  1791    metadata:
  1792      creationTimestamp: null
  1793      name: jenkins-x-apps-jx-app-athens-scheduler
  1794      namespace: jx
  1795    spec:
  1796      approve:
  1797        issueRequired: false
  1798        lgtmActsAsApprove: true
  1799        requireSelfApproval: true
  1800      attachments:
  1801      - name: reportTemplate
  1802        urls:
  1803        - '{{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}}'
  1804      merger:
  1805        blockerLabel: ""
  1806        maxGoroutines: 0
  1807        mergeMethod: merge
  1808        policy:
  1809          fromBranchProtection: true
  1810          optionalContexts: {}
  1811          requiredContexts: {}
  1812          requiredIfPresentContexts: {}
  1813          skipUnknownContexts: false
  1814        prStatusBaseUrl: ""
  1815        squashLabel: ""
  1816        targetUrl: https://deck.infra.jrawlings.co.uk
  1817      periodics:
  1818        entries:
  1819        - agent: ""
  1820          cluster: ""
  1821          cron: ""
  1822          interval: null
  1823          labels: {}
  1824          maxConcurrency: 0
  1825          name: periodic-jx-stale
  1826          spec:
  1827            containers:
  1828            - args:
  1829              - |-
  1830                --query=org:jenkins-x
  1831                -label:lifecycle/frozen
  1832                -label:lifecycle/stale
  1833                -label:lifecycle/rotten
  1834              - --updated=2160h
  1835              - --token=/etc/token/oauth
  1836              - |-
  1837                --comment=Issues go stale after 90d of inactivity.
  1838                Mark the issue as fresh with `/remove-lifecycle stale`.
  1839                Stale issues rot after an additional 30d of inactivity and eventually close.
  1840                If this issue is safe to close now please do so with `/close`.
  1841                Provide feedback via https://jenkins-x.io/community.
  1842                /lifecycle stale
  1843              - --template
  1844              - --ceiling=30
  1845              - --confirm
  1846              command:
  1847              - /app/robots/commenter/app.binary
  1848              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1849              name: ""
  1850              resources: {}
  1851              volumeMounts:
  1852              - mountPath: /etc/token
  1853                name: token
  1854            volumes:
  1855            - name: token
  1856              secret:
  1857                secretName: oauth-token
  1858          tags: {}
  1859        - agent: ""
  1860          cluster: ""
  1861          cron: ""
  1862          interval: null
  1863          labels: {}
  1864          maxConcurrency: 0
  1865          name: periodic-jx-close
  1866          spec:
  1867            containers:
  1868            - args:
  1869              - |-
  1870                --query=org:jenkins-x
  1871                -label:lifecycle/frozen
  1872                label:lifecycle/rotten
  1873              - --updated=720h
  1874              - --token=/etc/token/oauth
  1875              - |-
  1876                --comment=Rotten issues close after 30d of inactivity.
  1877                Reopen the issue with `/reopen`.
  1878                Mark the issue as fresh with `/remove-lifecycle rotten`.
  1879                Provide feedback via https://jenkins-x.io/community.
  1880                /close
  1881              - --template
  1882              - --ceiling=10
  1883              - --confirm
  1884              command:
  1885              - /app/robots/commenter/app.binary
  1886              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1887              name: ""
  1888              resources: {}
  1889              volumeMounts:
  1890              - mountPath: /etc/token
  1891                name: token
  1892            volumes:
  1893            - name: token
  1894              secret:
  1895                secretName: oauth-token
  1896          tags: {}
  1897        - agent: ""
  1898          cluster: ""
  1899          cron: ""
  1900          interval: null
  1901          labels: {}
  1902          maxConcurrency: 0
  1903          name: periodic-jx-rotten
  1904          spec:
  1905            containers:
  1906            - args:
  1907              - |-
  1908                --query=org:jenkins-x
  1909                -label:lifecycle/frozen
  1910                label:lifecycle/stale
  1911                -label:lifecycle/rotten
  1912              - --updated=720h
  1913              - --token=/etc/token/oauth
  1914              - |-
  1915                --comment=Stale issues rot after 30d of inactivity.
  1916                Mark the issue as fresh with `/remove-lifecycle rotten`.
  1917                Rotten issues close after an additional 30d of inactivity.
  1918                If this issue is safe to close now please do so with `/close`.
  1919                Provide feedback via https://jenkins-x.io/community.
  1920                /lifecycle rotten
  1921              - --template
  1922              - --ceiling=10
  1923              - --confirm
  1924              command:
  1925              - /app/robots/commenter/app.binary
  1926              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  1927              name: ""
  1928              resources: {}
  1929              volumeMounts:
  1930              - mountPath: /etc/token
  1931                name: token
  1932            volumes:
  1933            - name: token
  1934              secret:
  1935                secretName: oauth-token
  1936          tags: {}
  1937      plugins:
  1938        entries:
  1939        - approve
  1940        - heart
  1941        - assign
  1942        - help
  1943        - hold
  1944        - lgtm
  1945        - lifecycle
  1946        - label
  1947        - size
  1948        - trigger
  1949        - wip
  1950        - cat
  1951        - dog
  1952      policy:
  1953        protectTested: true
  1954      postsubmits:
  1955        entries:
  1956        - agent: tekton
  1957          branches:
  1958            entries:
  1959            - master
  1960          cluster: ""
  1961          context: tekton
  1962          labels: {}
  1963          maxConcurrency: 0
  1964          name: tekton
  1965          report: false
  1966          runIfChanged: ""
  1967          skipBranches: {}
  1968      presubmits:
  1969        entries:
  1970        - agent: tekton
  1971          alwaysRun: true
  1972          branches: {}
  1973          cluster: ""
  1974          context: tekton
  1975          labels: {}
  1976          maxConcurrency: 0
  1977          mergeMethod: merge
  1978          name: tekton
  1979          optional: false
  1980          policy:
  1981            Replace: false
  1982            requiredStatusChecks:
  1983              contexts:
  1984                entries:
  1985                - tekton
  1986          queries:
  1987          - excludedBranches: {}
  1988            includedBranches: {}
  1989            labels:
  1990              entries:
  1991              - updatebot
  1992            milestone: ""
  1993            missingLabels:
  1994              entries:
  1995              - do-not-merge
  1996              - do-not-merge/hold
  1997              - do-not-merge/work-in-progress
  1998              - needs-ok-to-test
  1999              - needs-rebase
  2000            reviewApprovedRequired: false
  2001          - excludedBranches: {}
  2002            includedBranches: {}
  2003            labels:
  2004              entries:
  2005              - approved
  2006            milestone: ""
  2007            missingLabels:
  2008              entries:
  2009              - do-not-merge
  2010              - do-not-merge/hold
  2011              - do-not-merge/work-in-progress
  2012              - needs-ok-to-test
  2013              - needs-rebase
  2014            reviewApprovedRequired: false
  2015          report: true
  2016          rerunCommand: /test this
  2017          runIfChanged: ""
  2018          skipBranches: {}
  2019          trigger: (?m)^/test( all| this),?(s+|$)
  2020      schedulerAgent:
  2021        agent: tekton
  2022      welcome:
  2023      - message_template: Welcome contributor to Jenkins X
  2024  - apiVersion: jenkins.io/v1
  2025    kind: Scheduler
  2026    metadata:
  2027      creationTimestamp: null
  2028      name: jenkins-x-apps-jx-app-cert-manager-scheduler
  2029      namespace: jx
  2030    spec:
  2031      approve:
  2032        issueRequired: false
  2033        lgtmActsAsApprove: true
  2034        requireSelfApproval: true
  2035      attachments:
  2036      - name: reportTemplate
  2037        urls:
  2038        - '{{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}}'
  2039      merger:
  2040        blockerLabel: ""
  2041        maxGoroutines: 0
  2042        mergeMethod: merge
  2043        policy:
  2044          fromBranchProtection: true
  2045          optionalContexts: {}
  2046          requiredContexts: {}
  2047          requiredIfPresentContexts: {}
  2048          skipUnknownContexts: false
  2049        prStatusBaseUrl: ""
  2050        squashLabel: ""
  2051        targetUrl: https://deck.infra.jrawlings.co.uk
  2052      periodics:
  2053        entries:
  2054        - agent: ""
  2055          cluster: ""
  2056          cron: ""
  2057          interval: null
  2058          labels: {}
  2059          maxConcurrency: 0
  2060          name: periodic-jx-stale
  2061          spec:
  2062            containers:
  2063            - args:
  2064              - |-
  2065                --query=org:jenkins-x
  2066                -label:lifecycle/frozen
  2067                -label:lifecycle/stale
  2068                -label:lifecycle/rotten
  2069              - --updated=2160h
  2070              - --token=/etc/token/oauth
  2071              - |-
  2072                --comment=Issues go stale after 90d of inactivity.
  2073                Mark the issue as fresh with `/remove-lifecycle stale`.
  2074                Stale issues rot after an additional 30d of inactivity and eventually close.
  2075                If this issue is safe to close now please do so with `/close`.
  2076                Provide feedback via https://jenkins-x.io/community.
  2077                /lifecycle stale
  2078              - --template
  2079              - --ceiling=30
  2080              - --confirm
  2081              command:
  2082              - /app/robots/commenter/app.binary
  2083              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2084              name: ""
  2085              resources: {}
  2086              volumeMounts:
  2087              - mountPath: /etc/token
  2088                name: token
  2089            volumes:
  2090            - name: token
  2091              secret:
  2092                secretName: oauth-token
  2093          tags: {}
  2094        - agent: ""
  2095          cluster: ""
  2096          cron: ""
  2097          interval: null
  2098          labels: {}
  2099          maxConcurrency: 0
  2100          name: periodic-jx-close
  2101          spec:
  2102            containers:
  2103            - args:
  2104              - |-
  2105                --query=org:jenkins-x
  2106                -label:lifecycle/frozen
  2107                label:lifecycle/rotten
  2108              - --updated=720h
  2109              - --token=/etc/token/oauth
  2110              - |-
  2111                --comment=Rotten issues close after 30d of inactivity.
  2112                Reopen the issue with `/reopen`.
  2113                Mark the issue as fresh with `/remove-lifecycle rotten`.
  2114                Provide feedback via https://jenkins-x.io/community.
  2115                /close
  2116              - --template
  2117              - --ceiling=10
  2118              - --confirm
  2119              command:
  2120              - /app/robots/commenter/app.binary
  2121              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2122              name: ""
  2123              resources: {}
  2124              volumeMounts:
  2125              - mountPath: /etc/token
  2126                name: token
  2127            volumes:
  2128            - name: token
  2129              secret:
  2130                secretName: oauth-token
  2131          tags: {}
  2132        - agent: ""
  2133          cluster: ""
  2134          cron: ""
  2135          interval: null
  2136          labels: {}
  2137          maxConcurrency: 0
  2138          name: periodic-jx-rotten
  2139          spec:
  2140            containers:
  2141            - args:
  2142              - |-
  2143                --query=org:jenkins-x
  2144                -label:lifecycle/frozen
  2145                label:lifecycle/stale
  2146                -label:lifecycle/rotten
  2147              - --updated=720h
  2148              - --token=/etc/token/oauth
  2149              - |-
  2150                --comment=Stale issues rot after 30d of inactivity.
  2151                Mark the issue as fresh with `/remove-lifecycle rotten`.
  2152                Rotten issues close after an additional 30d of inactivity.
  2153                If this issue is safe to close now please do so with `/close`.
  2154                Provide feedback via https://jenkins-x.io/community.
  2155                /lifecycle rotten
  2156              - --template
  2157              - --ceiling=10
  2158              - --confirm
  2159              command:
  2160              - /app/robots/commenter/app.binary
  2161              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2162              name: ""
  2163              resources: {}
  2164              volumeMounts:
  2165              - mountPath: /etc/token
  2166                name: token
  2167            volumes:
  2168            - name: token
  2169              secret:
  2170                secretName: oauth-token
  2171          tags: {}
  2172      plugins:
  2173        entries:
  2174        - approve
  2175        - heart
  2176        - assign
  2177        - help
  2178        - hold
  2179        - lgtm
  2180        - lifecycle
  2181        - label
  2182        - size
  2183        - trigger
  2184        - wip
  2185        - cat
  2186        - dog
  2187        - override
  2188      policy:
  2189        protectTested: true
  2190      postsubmits:
  2191        entries:
  2192        - agent: tekton
  2193          branches:
  2194            entries:
  2195            - master
  2196          cluster: ""
  2197          context: tekton
  2198          labels: {}
  2199          maxConcurrency: 0
  2200          name: tekton
  2201          report: false
  2202          runIfChanged: ""
  2203          skipBranches: {}
  2204      presubmits:
  2205        entries:
  2206        - agent: tekton
  2207          alwaysRun: true
  2208          branches: {}
  2209          cluster: ""
  2210          context: tekton
  2211          labels: {}
  2212          maxConcurrency: 0
  2213          mergeMethod: merge
  2214          name: tekton
  2215          optional: false
  2216          policy:
  2217            Replace: false
  2218            requiredStatusChecks:
  2219              contexts:
  2220                entries:
  2221                - tekton
  2222          queries:
  2223          - excludedBranches: {}
  2224            includedBranches: {}
  2225            labels:
  2226              entries:
  2227              - updatebot
  2228            milestone: ""
  2229            missingLabels:
  2230              entries:
  2231              - do-not-merge
  2232              - do-not-merge/hold
  2233              - do-not-merge/work-in-progress
  2234              - needs-ok-to-test
  2235              - needs-rebase
  2236            reviewApprovedRequired: false
  2237          - excludedBranches: {}
  2238            includedBranches: {}
  2239            labels:
  2240              entries:
  2241              - approved
  2242            milestone: ""
  2243            missingLabels:
  2244              entries:
  2245              - do-not-merge
  2246              - do-not-merge/hold
  2247              - do-not-merge/work-in-progress
  2248              - needs-ok-to-test
  2249              - needs-rebase
  2250            reviewApprovedRequired: false
  2251          report: true
  2252          rerunCommand: /test this
  2253          runIfChanged: ""
  2254          skipBranches: {}
  2255          trigger: (?m)^/test( all| this),?(s+|$)
  2256      schedulerAgent:
  2257        agent: tekton
  2258      welcome:
  2259      - message_template: Welcome contributor to Jenkins X
  2260  - apiVersion: jenkins.io/v1
  2261    kind: Scheduler
  2262    metadata:
  2263      creationTimestamp: null
  2264      name: jenkins-x-apps-jx-app-cheese-scheduler
  2265      namespace: jx
  2266    spec:
  2267      approve:
  2268        issueRequired: false
  2269        lgtmActsAsApprove: true
  2270        requireSelfApproval: true
  2271      attachments:
  2272      - name: reportTemplate
  2273        urls:
  2274        - '{{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}}'
  2275      merger:
  2276        blockerLabel: ""
  2277        maxGoroutines: 0
  2278        mergeMethod: merge
  2279        policy:
  2280          fromBranchProtection: true
  2281          optionalContexts: {}
  2282          requiredContexts: {}
  2283          requiredIfPresentContexts: {}
  2284          skipUnknownContexts: false
  2285        prStatusBaseUrl: ""
  2286        squashLabel: ""
  2287        targetUrl: https://deck.infra.jrawlings.co.uk
  2288      periodics:
  2289        entries:
  2290        - agent: ""
  2291          cluster: ""
  2292          cron: ""
  2293          interval: null
  2294          labels: {}
  2295          maxConcurrency: 0
  2296          name: periodic-jx-stale
  2297          spec:
  2298            containers:
  2299            - args:
  2300              - |-
  2301                --query=org:jenkins-x
  2302                -label:lifecycle/frozen
  2303                -label:lifecycle/stale
  2304                -label:lifecycle/rotten
  2305              - --updated=2160h
  2306              - --token=/etc/token/oauth
  2307              - |-
  2308                --comment=Issues go stale after 90d of inactivity.
  2309                Mark the issue as fresh with `/remove-lifecycle stale`.
  2310                Stale issues rot after an additional 30d of inactivity and eventually close.
  2311                If this issue is safe to close now please do so with `/close`.
  2312                Provide feedback via https://jenkins-x.io/community.
  2313                /lifecycle stale
  2314              - --template
  2315              - --ceiling=30
  2316              - --confirm
  2317              command:
  2318              - /app/robots/commenter/app.binary
  2319              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2320              name: ""
  2321              resources: {}
  2322              volumeMounts:
  2323              - mountPath: /etc/token
  2324                name: token
  2325            volumes:
  2326            - name: token
  2327              secret:
  2328                secretName: oauth-token
  2329          tags: {}
  2330        - agent: ""
  2331          cluster: ""
  2332          cron: ""
  2333          interval: null
  2334          labels: {}
  2335          maxConcurrency: 0
  2336          name: periodic-jx-close
  2337          spec:
  2338            containers:
  2339            - args:
  2340              - |-
  2341                --query=org:jenkins-x
  2342                -label:lifecycle/frozen
  2343                label:lifecycle/rotten
  2344              - --updated=720h
  2345              - --token=/etc/token/oauth
  2346              - |-
  2347                --comment=Rotten issues close after 30d of inactivity.
  2348                Reopen the issue with `/reopen`.
  2349                Mark the issue as fresh with `/remove-lifecycle rotten`.
  2350                Provide feedback via https://jenkins-x.io/community.
  2351                /close
  2352              - --template
  2353              - --ceiling=10
  2354              - --confirm
  2355              command:
  2356              - /app/robots/commenter/app.binary
  2357              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2358              name: ""
  2359              resources: {}
  2360              volumeMounts:
  2361              - mountPath: /etc/token
  2362                name: token
  2363            volumes:
  2364            - name: token
  2365              secret:
  2366                secretName: oauth-token
  2367          tags: {}
  2368        - agent: ""
  2369          cluster: ""
  2370          cron: ""
  2371          interval: null
  2372          labels: {}
  2373          maxConcurrency: 0
  2374          name: periodic-jx-rotten
  2375          spec:
  2376            containers:
  2377            - args:
  2378              - |-
  2379                --query=org:jenkins-x
  2380                -label:lifecycle/frozen
  2381                label:lifecycle/stale
  2382                -label:lifecycle/rotten
  2383              - --updated=720h
  2384              - --token=/etc/token/oauth
  2385              - |-
  2386                --comment=Stale issues rot after 30d of inactivity.
  2387                Mark the issue as fresh with `/remove-lifecycle rotten`.
  2388                Rotten issues close after an additional 30d of inactivity.
  2389                If this issue is safe to close now please do so with `/close`.
  2390                Provide feedback via https://jenkins-x.io/community.
  2391                /lifecycle rotten
  2392              - --template
  2393              - --ceiling=10
  2394              - --confirm
  2395              command:
  2396              - /app/robots/commenter/app.binary
  2397              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2398              name: ""
  2399              resources: {}
  2400              volumeMounts:
  2401              - mountPath: /etc/token
  2402                name: token
  2403            volumes:
  2404            - name: token
  2405              secret:
  2406                secretName: oauth-token
  2407          tags: {}
  2408      plugins:
  2409        entries:
  2410        - approve
  2411        - heart
  2412        - assign
  2413        - help
  2414        - hold
  2415        - lgtm
  2416        - lifecycle
  2417        - label
  2418        - size
  2419        - trigger
  2420        - wip
  2421        - cat
  2422        - dog
  2423        - override
  2424      policy:
  2425        protectTested: true
  2426      postsubmits:
  2427        entries:
  2428        - agent: tekton
  2429          branches:
  2430            entries:
  2431            - master
  2432          cluster: ""
  2433          context: tekton
  2434          labels: {}
  2435          maxConcurrency: 0
  2436          name: tekton
  2437          report: false
  2438          runIfChanged: ""
  2439          skipBranches: {}
  2440      presubmits:
  2441        entries:
  2442        - agent: tekton
  2443          alwaysRun: true
  2444          branches: {}
  2445          cluster: ""
  2446          context: tekton
  2447          labels: {}
  2448          maxConcurrency: 0
  2449          mergeMethod: merge
  2450          name: tekton
  2451          optional: false
  2452          policy:
  2453            Replace: false
  2454            requiredStatusChecks:
  2455              contexts:
  2456                entries:
  2457                - tekton
  2458          queries:
  2459          - excludedBranches: {}
  2460            includedBranches: {}
  2461            labels:
  2462              entries:
  2463              - updatebot
  2464            milestone: ""
  2465            missingLabels:
  2466              entries:
  2467              - do-not-merge
  2468              - do-not-merge/hold
  2469              - do-not-merge/work-in-progress
  2470              - needs-ok-to-test
  2471              - needs-rebase
  2472            reviewApprovedRequired: false
  2473          - excludedBranches: {}
  2474            includedBranches: {}
  2475            labels:
  2476              entries:
  2477              - approved
  2478            milestone: ""
  2479            missingLabels:
  2480              entries:
  2481              - do-not-merge
  2482              - do-not-merge/hold
  2483              - do-not-merge/work-in-progress
  2484              - needs-ok-to-test
  2485              - needs-rebase
  2486            reviewApprovedRequired: false
  2487          report: true
  2488          rerunCommand: /test this
  2489          runIfChanged: ""
  2490          skipBranches: {}
  2491          trigger: (?m)^/test( all| this),?(s+|$)
  2492      schedulerAgent:
  2493        agent: tekton
  2494      welcome:
  2495      - message_template: Welcome contributor to Jenkins X
  2496  - apiVersion: jenkins.io/v1
  2497    kind: Scheduler
  2498    metadata:
  2499      creationTimestamp: null
  2500      name: jenkins-x-apps-jx-app-datadog-scheduler
  2501      namespace: jx
  2502    spec:
  2503      approve:
  2504        issueRequired: false
  2505        lgtmActsAsApprove: true
  2506        requireSelfApproval: true
  2507      attachments:
  2508      - name: reportTemplate
  2509        urls:
  2510        - '{{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}}'
  2511      merger:
  2512        blockerLabel: ""
  2513        maxGoroutines: 0
  2514        mergeMethod: merge
  2515        policy:
  2516          fromBranchProtection: true
  2517          optionalContexts: {}
  2518          requiredContexts: {}
  2519          requiredIfPresentContexts: {}
  2520          skipUnknownContexts: false
  2521        prStatusBaseUrl: ""
  2522        squashLabel: ""
  2523        targetUrl: https://deck.infra.jrawlings.co.uk
  2524      periodics:
  2525        entries:
  2526        - agent: ""
  2527          cluster: ""
  2528          cron: ""
  2529          interval: null
  2530          labels: {}
  2531          maxConcurrency: 0
  2532          name: periodic-jx-stale
  2533          spec:
  2534            containers:
  2535            - args:
  2536              - |-
  2537                --query=org:jenkins-x
  2538                -label:lifecycle/frozen
  2539                -label:lifecycle/stale
  2540                -label:lifecycle/rotten
  2541              - --updated=2160h
  2542              - --token=/etc/token/oauth
  2543              - |-
  2544                --comment=Issues go stale after 90d of inactivity.
  2545                Mark the issue as fresh with `/remove-lifecycle stale`.
  2546                Stale issues rot after an additional 30d of inactivity and eventually close.
  2547                If this issue is safe to close now please do so with `/close`.
  2548                Provide feedback via https://jenkins-x.io/community.
  2549                /lifecycle stale
  2550              - --template
  2551              - --ceiling=30
  2552              - --confirm
  2553              command:
  2554              - /app/robots/commenter/app.binary
  2555              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2556              name: ""
  2557              resources: {}
  2558              volumeMounts:
  2559              - mountPath: /etc/token
  2560                name: token
  2561            volumes:
  2562            - name: token
  2563              secret:
  2564                secretName: oauth-token
  2565          tags: {}
  2566        - agent: ""
  2567          cluster: ""
  2568          cron: ""
  2569          interval: null
  2570          labels: {}
  2571          maxConcurrency: 0
  2572          name: periodic-jx-close
  2573          spec:
  2574            containers:
  2575            - args:
  2576              - |-
  2577                --query=org:jenkins-x
  2578                -label:lifecycle/frozen
  2579                label:lifecycle/rotten
  2580              - --updated=720h
  2581              - --token=/etc/token/oauth
  2582              - |-
  2583                --comment=Rotten issues close after 30d of inactivity.
  2584                Reopen the issue with `/reopen`.
  2585                Mark the issue as fresh with `/remove-lifecycle rotten`.
  2586                Provide feedback via https://jenkins-x.io/community.
  2587                /close
  2588              - --template
  2589              - --ceiling=10
  2590              - --confirm
  2591              command:
  2592              - /app/robots/commenter/app.binary
  2593              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2594              name: ""
  2595              resources: {}
  2596              volumeMounts:
  2597              - mountPath: /etc/token
  2598                name: token
  2599            volumes:
  2600            - name: token
  2601              secret:
  2602                secretName: oauth-token
  2603          tags: {}
  2604        - agent: ""
  2605          cluster: ""
  2606          cron: ""
  2607          interval: null
  2608          labels: {}
  2609          maxConcurrency: 0
  2610          name: periodic-jx-rotten
  2611          spec:
  2612            containers:
  2613            - args:
  2614              - |-
  2615                --query=org:jenkins-x
  2616                -label:lifecycle/frozen
  2617                label:lifecycle/stale
  2618                -label:lifecycle/rotten
  2619              - --updated=720h
  2620              - --token=/etc/token/oauth
  2621              - |-
  2622                --comment=Stale issues rot after 30d of inactivity.
  2623                Mark the issue as fresh with `/remove-lifecycle rotten`.
  2624                Rotten issues close after an additional 30d of inactivity.
  2625                If this issue is safe to close now please do so with `/close`.
  2626                Provide feedback via https://jenkins-x.io/community.
  2627                /lifecycle rotten
  2628              - --template
  2629              - --ceiling=10
  2630              - --confirm
  2631              command:
  2632              - /app/robots/commenter/app.binary
  2633              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2634              name: ""
  2635              resources: {}
  2636              volumeMounts:
  2637              - mountPath: /etc/token
  2638                name: token
  2639            volumes:
  2640            - name: token
  2641              secret:
  2642                secretName: oauth-token
  2643          tags: {}
  2644      plugins:
  2645        entries:
  2646        - approve
  2647        - heart
  2648        - assign
  2649        - help
  2650        - hold
  2651        - lgtm
  2652        - lifecycle
  2653        - label
  2654        - size
  2655        - trigger
  2656        - wip
  2657        - cat
  2658        - dog
  2659        - override
  2660      policy:
  2661        protectTested: true
  2662      postsubmits:
  2663        entries:
  2664        - agent: tekton
  2665          branches:
  2666            entries:
  2667            - master
  2668          cluster: ""
  2669          context: tekton
  2670          labels: {}
  2671          maxConcurrency: 0
  2672          name: tekton
  2673          report: false
  2674          runIfChanged: ""
  2675          skipBranches: {}
  2676      presubmits:
  2677        entries:
  2678        - agent: tekton
  2679          alwaysRun: true
  2680          branches: {}
  2681          cluster: ""
  2682          context: tekton
  2683          labels: {}
  2684          maxConcurrency: 0
  2685          mergeMethod: merge
  2686          name: tekton
  2687          optional: false
  2688          policy:
  2689            Replace: false
  2690            requiredStatusChecks:
  2691              contexts:
  2692                entries:
  2693                - tekton
  2694          queries:
  2695          - excludedBranches: {}
  2696            includedBranches: {}
  2697            labels:
  2698              entries:
  2699              - updatebot
  2700            milestone: ""
  2701            missingLabels:
  2702              entries:
  2703              - do-not-merge
  2704              - do-not-merge/hold
  2705              - do-not-merge/work-in-progress
  2706              - needs-ok-to-test
  2707              - needs-rebase
  2708            reviewApprovedRequired: false
  2709          - excludedBranches: {}
  2710            includedBranches: {}
  2711            labels:
  2712              entries:
  2713              - approved
  2714            milestone: ""
  2715            missingLabels:
  2716              entries:
  2717              - do-not-merge
  2718              - do-not-merge/hold
  2719              - do-not-merge/work-in-progress
  2720              - needs-ok-to-test
  2721              - needs-rebase
  2722            reviewApprovedRequired: false
  2723          report: true
  2724          rerunCommand: /test this
  2725          runIfChanged: ""
  2726          skipBranches: {}
  2727          trigger: (?m)^/test( all| this),?(s+|$)
  2728      schedulerAgent:
  2729        agent: tekton
  2730      welcome:
  2731      - message_template: Welcome contributor to Jenkins X
  2732  - apiVersion: jenkins.io/v1
  2733    kind: Scheduler
  2734    metadata:
  2735      creationTimestamp: null
  2736      name: jenkins-x-apps-jx-app-gitea-scheduler
  2737      namespace: jx
  2738    spec:
  2739      approve:
  2740        issueRequired: false
  2741        lgtmActsAsApprove: true
  2742        requireSelfApproval: true
  2743      attachments:
  2744      - name: reportTemplate
  2745        urls:
  2746        - '{{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}}'
  2747      merger:
  2748        blockerLabel: ""
  2749        maxGoroutines: 0
  2750        mergeMethod: merge
  2751        policy:
  2752          fromBranchProtection: true
  2753          optionalContexts: {}
  2754          requiredContexts: {}
  2755          requiredIfPresentContexts: {}
  2756          skipUnknownContexts: false
  2757        prStatusBaseUrl: ""
  2758        squashLabel: ""
  2759        targetUrl: https://deck.infra.jrawlings.co.uk
  2760      periodics:
  2761        entries:
  2762        - agent: ""
  2763          cluster: ""
  2764          cron: ""
  2765          interval: null
  2766          labels: {}
  2767          maxConcurrency: 0
  2768          name: periodic-jx-stale
  2769          spec:
  2770            containers:
  2771            - args:
  2772              - |-
  2773                --query=org:jenkins-x
  2774                -label:lifecycle/frozen
  2775                -label:lifecycle/stale
  2776                -label:lifecycle/rotten
  2777              - --updated=2160h
  2778              - --token=/etc/token/oauth
  2779              - |-
  2780                --comment=Issues go stale after 90d of inactivity.
  2781                Mark the issue as fresh with `/remove-lifecycle stale`.
  2782                Stale issues rot after an additional 30d of inactivity and eventually close.
  2783                If this issue is safe to close now please do so with `/close`.
  2784                Provide feedback via https://jenkins-x.io/community.
  2785                /lifecycle stale
  2786              - --template
  2787              - --ceiling=30
  2788              - --confirm
  2789              command:
  2790              - /app/robots/commenter/app.binary
  2791              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2792              name: ""
  2793              resources: {}
  2794              volumeMounts:
  2795              - mountPath: /etc/token
  2796                name: token
  2797            volumes:
  2798            - name: token
  2799              secret:
  2800                secretName: oauth-token
  2801          tags: {}
  2802        - agent: ""
  2803          cluster: ""
  2804          cron: ""
  2805          interval: null
  2806          labels: {}
  2807          maxConcurrency: 0
  2808          name: periodic-jx-close
  2809          spec:
  2810            containers:
  2811            - args:
  2812              - |-
  2813                --query=org:jenkins-x
  2814                -label:lifecycle/frozen
  2815                label:lifecycle/rotten
  2816              - --updated=720h
  2817              - --token=/etc/token/oauth
  2818              - |-
  2819                --comment=Rotten issues close after 30d of inactivity.
  2820                Reopen the issue with `/reopen`.
  2821                Mark the issue as fresh with `/remove-lifecycle rotten`.
  2822                Provide feedback via https://jenkins-x.io/community.
  2823                /close
  2824              - --template
  2825              - --ceiling=10
  2826              - --confirm
  2827              command:
  2828              - /app/robots/commenter/app.binary
  2829              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2830              name: ""
  2831              resources: {}
  2832              volumeMounts:
  2833              - mountPath: /etc/token
  2834                name: token
  2835            volumes:
  2836            - name: token
  2837              secret:
  2838                secretName: oauth-token
  2839          tags: {}
  2840        - agent: ""
  2841          cluster: ""
  2842          cron: ""
  2843          interval: null
  2844          labels: {}
  2845          maxConcurrency: 0
  2846          name: periodic-jx-rotten
  2847          spec:
  2848            containers:
  2849            - args:
  2850              - |-
  2851                --query=org:jenkins-x
  2852                -label:lifecycle/frozen
  2853                label:lifecycle/stale
  2854                -label:lifecycle/rotten
  2855              - --updated=720h
  2856              - --token=/etc/token/oauth
  2857              - |-
  2858                --comment=Stale issues rot after 30d of inactivity.
  2859                Mark the issue as fresh with `/remove-lifecycle rotten`.
  2860                Rotten issues close after an additional 30d of inactivity.
  2861                If this issue is safe to close now please do so with `/close`.
  2862                Provide feedback via https://jenkins-x.io/community.
  2863                /lifecycle rotten
  2864              - --template
  2865              - --ceiling=10
  2866              - --confirm
  2867              command:
  2868              - /app/robots/commenter/app.binary
  2869              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  2870              name: ""
  2871              resources: {}
  2872              volumeMounts:
  2873              - mountPath: /etc/token
  2874                name: token
  2875            volumes:
  2876            - name: token
  2877              secret:
  2878                secretName: oauth-token
  2879          tags: {}
  2880      plugins:
  2881        entries:
  2882        - approve
  2883        - heart
  2884        - assign
  2885        - help
  2886        - hold
  2887        - lgtm
  2888        - lifecycle
  2889        - label
  2890        - size
  2891        - trigger
  2892        - wip
  2893        - cat
  2894        - dog
  2895        - override
  2896      policy:
  2897        protectTested: true
  2898      postsubmits:
  2899        entries:
  2900        - agent: tekton
  2901          branches:
  2902            entries:
  2903            - master
  2904          cluster: ""
  2905          context: tekton
  2906          labels: {}
  2907          maxConcurrency: 0
  2908          name: tekton
  2909          report: false
  2910          runIfChanged: ""
  2911          skipBranches: {}
  2912      presubmits:
  2913        entries:
  2914        - agent: tekton
  2915          alwaysRun: true
  2916          branches: {}
  2917          cluster: ""
  2918          context: tekton
  2919          labels: {}
  2920          maxConcurrency: 0
  2921          mergeMethod: merge
  2922          name: tekton
  2923          optional: false
  2924          policy:
  2925            Replace: false
  2926            requiredStatusChecks:
  2927              contexts:
  2928                entries:
  2929                - tekton
  2930          queries:
  2931          - excludedBranches: {}
  2932            includedBranches: {}
  2933            labels:
  2934              entries:
  2935              - updatebot
  2936            milestone: ""
  2937            missingLabels:
  2938              entries:
  2939              - do-not-merge
  2940              - do-not-merge/hold
  2941              - do-not-merge/work-in-progress
  2942              - needs-ok-to-test
  2943              - needs-rebase
  2944            reviewApprovedRequired: false
  2945          - excludedBranches: {}
  2946            includedBranches: {}
  2947            labels:
  2948              entries:
  2949              - approved
  2950            milestone: ""
  2951            missingLabels:
  2952              entries:
  2953              - do-not-merge
  2954              - do-not-merge/hold
  2955              - do-not-merge/work-in-progress
  2956              - needs-ok-to-test
  2957              - needs-rebase
  2958            reviewApprovedRequired: false
  2959          report: true
  2960          rerunCommand: /test this
  2961          runIfChanged: ""
  2962          skipBranches: {}
  2963          trigger: (?m)^/test( all| this),?(s+|$)
  2964      schedulerAgent:
  2965        agent: tekton
  2966      welcome:
  2967      - message_template: Welcome contributor to Jenkins X
  2968  - apiVersion: jenkins.io/v1
  2969    kind: Scheduler
  2970    metadata:
  2971      creationTimestamp: null
  2972      name: jenkins-x-apps-jx-app-grafana-scheduler
  2973      namespace: jx
  2974    spec:
  2975      approve:
  2976        issueRequired: false
  2977        lgtmActsAsApprove: true
  2978        requireSelfApproval: true
  2979      attachments:
  2980      - name: reportTemplate
  2981        urls:
  2982        - '{{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}}'
  2983      merger:
  2984        blockerLabel: ""
  2985        maxGoroutines: 0
  2986        mergeMethod: merge
  2987        policy:
  2988          fromBranchProtection: true
  2989          optionalContexts: {}
  2990          requiredContexts: {}
  2991          requiredIfPresentContexts: {}
  2992          skipUnknownContexts: false
  2993        prStatusBaseUrl: ""
  2994        squashLabel: ""
  2995        targetUrl: https://deck.infra.jrawlings.co.uk
  2996      periodics:
  2997        entries:
  2998        - agent: ""
  2999          cluster: ""
  3000          cron: ""
  3001          interval: null
  3002          labels: {}
  3003          maxConcurrency: 0
  3004          name: periodic-jx-stale
  3005          spec:
  3006            containers:
  3007            - args:
  3008              - |-
  3009                --query=org:jenkins-x
  3010                -label:lifecycle/frozen
  3011                -label:lifecycle/stale
  3012                -label:lifecycle/rotten
  3013              - --updated=2160h
  3014              - --token=/etc/token/oauth
  3015              - |-
  3016                --comment=Issues go stale after 90d of inactivity.
  3017                Mark the issue as fresh with `/remove-lifecycle stale`.
  3018                Stale issues rot after an additional 30d of inactivity and eventually close.
  3019                If this issue is safe to close now please do so with `/close`.
  3020                Provide feedback via https://jenkins-x.io/community.
  3021                /lifecycle stale
  3022              - --template
  3023              - --ceiling=30
  3024              - --confirm
  3025              command:
  3026              - /app/robots/commenter/app.binary
  3027              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3028              name: ""
  3029              resources: {}
  3030              volumeMounts:
  3031              - mountPath: /etc/token
  3032                name: token
  3033            volumes:
  3034            - name: token
  3035              secret:
  3036                secretName: oauth-token
  3037          tags: {}
  3038        - agent: ""
  3039          cluster: ""
  3040          cron: ""
  3041          interval: null
  3042          labels: {}
  3043          maxConcurrency: 0
  3044          name: periodic-jx-close
  3045          spec:
  3046            containers:
  3047            - args:
  3048              - |-
  3049                --query=org:jenkins-x
  3050                -label:lifecycle/frozen
  3051                label:lifecycle/rotten
  3052              - --updated=720h
  3053              - --token=/etc/token/oauth
  3054              - |-
  3055                --comment=Rotten issues close after 30d of inactivity.
  3056                Reopen the issue with `/reopen`.
  3057                Mark the issue as fresh with `/remove-lifecycle rotten`.
  3058                Provide feedback via https://jenkins-x.io/community.
  3059                /close
  3060              - --template
  3061              - --ceiling=10
  3062              - --confirm
  3063              command:
  3064              - /app/robots/commenter/app.binary
  3065              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3066              name: ""
  3067              resources: {}
  3068              volumeMounts:
  3069              - mountPath: /etc/token
  3070                name: token
  3071            volumes:
  3072            - name: token
  3073              secret:
  3074                secretName: oauth-token
  3075          tags: {}
  3076        - agent: ""
  3077          cluster: ""
  3078          cron: ""
  3079          interval: null
  3080          labels: {}
  3081          maxConcurrency: 0
  3082          name: periodic-jx-rotten
  3083          spec:
  3084            containers:
  3085            - args:
  3086              - |-
  3087                --query=org:jenkins-x
  3088                -label:lifecycle/frozen
  3089                label:lifecycle/stale
  3090                -label:lifecycle/rotten
  3091              - --updated=720h
  3092              - --token=/etc/token/oauth
  3093              - |-
  3094                --comment=Stale issues rot after 30d of inactivity.
  3095                Mark the issue as fresh with `/remove-lifecycle rotten`.
  3096                Rotten issues close after an additional 30d of inactivity.
  3097                If this issue is safe to close now please do so with `/close`.
  3098                Provide feedback via https://jenkins-x.io/community.
  3099                /lifecycle rotten
  3100              - --template
  3101              - --ceiling=10
  3102              - --confirm
  3103              command:
  3104              - /app/robots/commenter/app.binary
  3105              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3106              name: ""
  3107              resources: {}
  3108              volumeMounts:
  3109              - mountPath: /etc/token
  3110                name: token
  3111            volumes:
  3112            - name: token
  3113              secret:
  3114                secretName: oauth-token
  3115          tags: {}
  3116      plugins:
  3117        entries:
  3118        - approve
  3119        - heart
  3120        - assign
  3121        - help
  3122        - hold
  3123        - lgtm
  3124        - lifecycle
  3125        - label
  3126        - size
  3127        - trigger
  3128        - wip
  3129        - cat
  3130        - dog
  3131        - override
  3132      policy:
  3133        protectTested: true
  3134      postsubmits:
  3135        entries:
  3136        - agent: tekton
  3137          branches:
  3138            entries:
  3139            - master
  3140          cluster: ""
  3141          context: tekton
  3142          labels: {}
  3143          maxConcurrency: 0
  3144          name: tekton
  3145          report: false
  3146          runIfChanged: ""
  3147          skipBranches: {}
  3148      presubmits:
  3149        entries:
  3150        - agent: tekton
  3151          alwaysRun: true
  3152          branches: {}
  3153          cluster: ""
  3154          context: tekton
  3155          labels: {}
  3156          maxConcurrency: 0
  3157          mergeMethod: merge
  3158          name: tekton
  3159          optional: false
  3160          policy:
  3161            Replace: false
  3162            requiredStatusChecks:
  3163              contexts:
  3164                entries:
  3165                - tekton
  3166          queries:
  3167          - excludedBranches: {}
  3168            includedBranches: {}
  3169            labels:
  3170              entries:
  3171              - updatebot
  3172            milestone: ""
  3173            missingLabels:
  3174              entries:
  3175              - do-not-merge
  3176              - do-not-merge/hold
  3177              - do-not-merge/work-in-progress
  3178              - needs-ok-to-test
  3179              - needs-rebase
  3180            reviewApprovedRequired: false
  3181          - excludedBranches: {}
  3182            includedBranches: {}
  3183            labels:
  3184              entries:
  3185              - approved
  3186            milestone: ""
  3187            missingLabels:
  3188              entries:
  3189              - do-not-merge
  3190              - do-not-merge/hold
  3191              - do-not-merge/work-in-progress
  3192              - needs-ok-to-test
  3193              - needs-rebase
  3194            reviewApprovedRequired: false
  3195          report: true
  3196          rerunCommand: /test this
  3197          runIfChanged: ""
  3198          skipBranches: {}
  3199          trigger: (?m)^/test( all| this),?(s+|$)
  3200      schedulerAgent:
  3201        agent: tekton
  3202      welcome:
  3203      - message_template: Welcome contributor to Jenkins X
  3204  - apiVersion: jenkins.io/v1
  3205    kind: Scheduler
  3206    metadata:
  3207      creationTimestamp: null
  3208      name: jenkins-x-apps-jx-app-istio-scheduler
  3209      namespace: jx
  3210    spec:
  3211      approve:
  3212        issueRequired: false
  3213        lgtmActsAsApprove: true
  3214        requireSelfApproval: true
  3215      attachments:
  3216      - name: reportTemplate
  3217        urls:
  3218        - '{{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}}'
  3219      merger:
  3220        blockerLabel: ""
  3221        maxGoroutines: 0
  3222        mergeMethod: merge
  3223        policy:
  3224          fromBranchProtection: true
  3225          optionalContexts: {}
  3226          requiredContexts: {}
  3227          requiredIfPresentContexts: {}
  3228          skipUnknownContexts: false
  3229        prStatusBaseUrl: ""
  3230        squashLabel: ""
  3231        targetUrl: https://deck.infra.jrawlings.co.uk
  3232      periodics:
  3233        entries:
  3234        - agent: ""
  3235          cluster: ""
  3236          cron: ""
  3237          interval: null
  3238          labels: {}
  3239          maxConcurrency: 0
  3240          name: periodic-jx-stale
  3241          spec:
  3242            containers:
  3243            - args:
  3244              - |-
  3245                --query=org:jenkins-x
  3246                -label:lifecycle/frozen
  3247                -label:lifecycle/stale
  3248                -label:lifecycle/rotten
  3249              - --updated=2160h
  3250              - --token=/etc/token/oauth
  3251              - |-
  3252                --comment=Issues go stale after 90d of inactivity.
  3253                Mark the issue as fresh with `/remove-lifecycle stale`.
  3254                Stale issues rot after an additional 30d of inactivity and eventually close.
  3255                If this issue is safe to close now please do so with `/close`.
  3256                Provide feedback via https://jenkins-x.io/community.
  3257                /lifecycle stale
  3258              - --template
  3259              - --ceiling=30
  3260              - --confirm
  3261              command:
  3262              - /app/robots/commenter/app.binary
  3263              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3264              name: ""
  3265              resources: {}
  3266              volumeMounts:
  3267              - mountPath: /etc/token
  3268                name: token
  3269            volumes:
  3270            - name: token
  3271              secret:
  3272                secretName: oauth-token
  3273          tags: {}
  3274        - agent: ""
  3275          cluster: ""
  3276          cron: ""
  3277          interval: null
  3278          labels: {}
  3279          maxConcurrency: 0
  3280          name: periodic-jx-close
  3281          spec:
  3282            containers:
  3283            - args:
  3284              - |-
  3285                --query=org:jenkins-x
  3286                -label:lifecycle/frozen
  3287                label:lifecycle/rotten
  3288              - --updated=720h
  3289              - --token=/etc/token/oauth
  3290              - |-
  3291                --comment=Rotten issues close after 30d of inactivity.
  3292                Reopen the issue with `/reopen`.
  3293                Mark the issue as fresh with `/remove-lifecycle rotten`.
  3294                Provide feedback via https://jenkins-x.io/community.
  3295                /close
  3296              - --template
  3297              - --ceiling=10
  3298              - --confirm
  3299              command:
  3300              - /app/robots/commenter/app.binary
  3301              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3302              name: ""
  3303              resources: {}
  3304              volumeMounts:
  3305              - mountPath: /etc/token
  3306                name: token
  3307            volumes:
  3308            - name: token
  3309              secret:
  3310                secretName: oauth-token
  3311          tags: {}
  3312        - agent: ""
  3313          cluster: ""
  3314          cron: ""
  3315          interval: null
  3316          labels: {}
  3317          maxConcurrency: 0
  3318          name: periodic-jx-rotten
  3319          spec:
  3320            containers:
  3321            - args:
  3322              - |-
  3323                --query=org:jenkins-x
  3324                -label:lifecycle/frozen
  3325                label:lifecycle/stale
  3326                -label:lifecycle/rotten
  3327              - --updated=720h
  3328              - --token=/etc/token/oauth
  3329              - |-
  3330                --comment=Stale issues rot after 30d of inactivity.
  3331                Mark the issue as fresh with `/remove-lifecycle rotten`.
  3332                Rotten issues close after an additional 30d of inactivity.
  3333                If this issue is safe to close now please do so with `/close`.
  3334                Provide feedback via https://jenkins-x.io/community.
  3335                /lifecycle rotten
  3336              - --template
  3337              - --ceiling=10
  3338              - --confirm
  3339              command:
  3340              - /app/robots/commenter/app.binary
  3341              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3342              name: ""
  3343              resources: {}
  3344              volumeMounts:
  3345              - mountPath: /etc/token
  3346                name: token
  3347            volumes:
  3348            - name: token
  3349              secret:
  3350                secretName: oauth-token
  3351          tags: {}
  3352      plugins:
  3353        entries:
  3354        - approve
  3355        - heart
  3356        - assign
  3357        - help
  3358        - hold
  3359        - lgtm
  3360        - lifecycle
  3361        - label
  3362        - size
  3363        - trigger
  3364        - wip
  3365        - cat
  3366        - dog
  3367        - override
  3368      policy:
  3369        protectTested: true
  3370      postsubmits:
  3371        entries:
  3372        - agent: tekton
  3373          branches:
  3374            entries:
  3375            - master
  3376          cluster: ""
  3377          context: tekton
  3378          labels: {}
  3379          maxConcurrency: 0
  3380          name: tekton
  3381          report: false
  3382          runIfChanged: ""
  3383          skipBranches: {}
  3384      presubmits:
  3385        entries:
  3386        - agent: tekton
  3387          alwaysRun: true
  3388          branches: {}
  3389          cluster: ""
  3390          context: tekton
  3391          labels: {}
  3392          maxConcurrency: 0
  3393          mergeMethod: merge
  3394          name: tekton
  3395          optional: false
  3396          policy:
  3397            Replace: false
  3398            requiredStatusChecks:
  3399              contexts:
  3400                entries:
  3401                - tekton
  3402          queries:
  3403          - excludedBranches: {}
  3404            includedBranches: {}
  3405            labels:
  3406              entries:
  3407              - updatebot
  3408            milestone: ""
  3409            missingLabels:
  3410              entries:
  3411              - do-not-merge
  3412              - do-not-merge/hold
  3413              - do-not-merge/work-in-progress
  3414              - needs-ok-to-test
  3415              - needs-rebase
  3416            reviewApprovedRequired: false
  3417          - excludedBranches: {}
  3418            includedBranches: {}
  3419            labels:
  3420              entries:
  3421              - approved
  3422            milestone: ""
  3423            missingLabels:
  3424              entries:
  3425              - do-not-merge
  3426              - do-not-merge/hold
  3427              - do-not-merge/work-in-progress
  3428              - needs-ok-to-test
  3429              - needs-rebase
  3430            reviewApprovedRequired: false
  3431          report: true
  3432          rerunCommand: /test this
  3433          runIfChanged: ""
  3434          skipBranches: {}
  3435          trigger: (?m)^/test( all| this),?(s+|$)
  3436      schedulerAgent:
  3437        agent: tekton
  3438      welcome:
  3439      - message_template: Welcome contributor to Jenkins X
  3440  - apiVersion: jenkins.io/v1
  3441    kind: Scheduler
  3442    metadata:
  3443      creationTimestamp: null
  3444      name: jenkins-x-apps-jx-app-jacoco-scheduler
  3445      namespace: jx
  3446    spec:
  3447      approve:
  3448        issueRequired: false
  3449        lgtmActsAsApprove: true
  3450        requireSelfApproval: true
  3451      attachments:
  3452      - name: reportTemplate
  3453        urls:
  3454        - '{{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}}'
  3455      merger:
  3456        blockerLabel: ""
  3457        maxGoroutines: 0
  3458        mergeMethod: rebase
  3459        policy:
  3460          fromBranchProtection: true
  3461          optionalContexts: {}
  3462          requiredContexts: {}
  3463          requiredIfPresentContexts: {}
  3464          skipUnknownContexts: false
  3465        prStatusBaseUrl: ""
  3466        squashLabel: ""
  3467        targetUrl: https://deck.infra.jrawlings.co.uk
  3468      periodics:
  3469        entries:
  3470        - agent: ""
  3471          cluster: ""
  3472          cron: ""
  3473          interval: null
  3474          labels: {}
  3475          maxConcurrency: 0
  3476          name: periodic-jx-stale
  3477          spec:
  3478            containers:
  3479            - args:
  3480              - |-
  3481                --query=org:jenkins-x
  3482                -label:lifecycle/frozen
  3483                -label:lifecycle/stale
  3484                -label:lifecycle/rotten
  3485              - --updated=2160h
  3486              - --token=/etc/token/oauth
  3487              - |-
  3488                --comment=Issues go stale after 90d of inactivity.
  3489                Mark the issue as fresh with `/remove-lifecycle stale`.
  3490                Stale issues rot after an additional 30d of inactivity and eventually close.
  3491                If this issue is safe to close now please do so with `/close`.
  3492                Provide feedback via https://jenkins-x.io/community.
  3493                /lifecycle stale
  3494              - --template
  3495              - --ceiling=30
  3496              - --confirm
  3497              command:
  3498              - /app/robots/commenter/app.binary
  3499              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3500              name: ""
  3501              resources: {}
  3502              volumeMounts:
  3503              - mountPath: /etc/token
  3504                name: token
  3505            volumes:
  3506            - name: token
  3507              secret:
  3508                secretName: oauth-token
  3509          tags: {}
  3510        - agent: ""
  3511          cluster: ""
  3512          cron: ""
  3513          interval: null
  3514          labels: {}
  3515          maxConcurrency: 0
  3516          name: periodic-jx-close
  3517          spec:
  3518            containers:
  3519            - args:
  3520              - |-
  3521                --query=org:jenkins-x
  3522                -label:lifecycle/frozen
  3523                label:lifecycle/rotten
  3524              - --updated=720h
  3525              - --token=/etc/token/oauth
  3526              - |-
  3527                --comment=Rotten issues close after 30d of inactivity.
  3528                Reopen the issue with `/reopen`.
  3529                Mark the issue as fresh with `/remove-lifecycle rotten`.
  3530                Provide feedback via https://jenkins-x.io/community.
  3531                /close
  3532              - --template
  3533              - --ceiling=10
  3534              - --confirm
  3535              command:
  3536              - /app/robots/commenter/app.binary
  3537              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3538              name: ""
  3539              resources: {}
  3540              volumeMounts:
  3541              - mountPath: /etc/token
  3542                name: token
  3543            volumes:
  3544            - name: token
  3545              secret:
  3546                secretName: oauth-token
  3547          tags: {}
  3548        - agent: ""
  3549          cluster: ""
  3550          cron: ""
  3551          interval: null
  3552          labels: {}
  3553          maxConcurrency: 0
  3554          name: periodic-jx-rotten
  3555          spec:
  3556            containers:
  3557            - args:
  3558              - |-
  3559                --query=org:jenkins-x
  3560                -label:lifecycle/frozen
  3561                label:lifecycle/stale
  3562                -label:lifecycle/rotten
  3563              - --updated=720h
  3564              - --token=/etc/token/oauth
  3565              - |-
  3566                --comment=Stale issues rot after 30d of inactivity.
  3567                Mark the issue as fresh with `/remove-lifecycle rotten`.
  3568                Rotten issues close after an additional 30d of inactivity.
  3569                If this issue is safe to close now please do so with `/close`.
  3570                Provide feedback via https://jenkins-x.io/community.
  3571                /lifecycle rotten
  3572              - --template
  3573              - --ceiling=10
  3574              - --confirm
  3575              command:
  3576              - /app/robots/commenter/app.binary
  3577              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3578              name: ""
  3579              resources: {}
  3580              volumeMounts:
  3581              - mountPath: /etc/token
  3582                name: token
  3583            volumes:
  3584            - name: token
  3585              secret:
  3586                secretName: oauth-token
  3587          tags: {}
  3588      plugins:
  3589        entries:
  3590        - approve
  3591        - heart
  3592        - assign
  3593        - help
  3594        - hold
  3595        - lgtm
  3596        - lifecycle
  3597        - label
  3598        - size
  3599        - trigger
  3600        - wip
  3601        - cat
  3602        - dog
  3603        - override
  3604      policy:
  3605        protectTested: true
  3606      postsubmits:
  3607        entries:
  3608        - agent: tekton
  3609          branches:
  3610            entries:
  3611            - master
  3612          cluster: ""
  3613          context: tekton
  3614          labels: {}
  3615          maxConcurrency: 0
  3616          name: tekton
  3617          report: false
  3618          runIfChanged: ""
  3619          skipBranches: {}
  3620      presubmits:
  3621        entries:
  3622        - agent: tekton
  3623          alwaysRun: true
  3624          branches: {}
  3625          cluster: ""
  3626          context: tekton
  3627          labels: {}
  3628          maxConcurrency: 0
  3629          mergeMethod: rebase
  3630          name: tekton
  3631          optional: false
  3632          policy:
  3633            Replace: false
  3634            requiredStatusChecks:
  3635              contexts:
  3636                entries:
  3637                - tekton
  3638          queries:
  3639          - excludedBranches: {}
  3640            includedBranches: {}
  3641            labels:
  3642              entries:
  3643              - updatebot
  3644            milestone: ""
  3645            missingLabels:
  3646              entries:
  3647              - do-not-merge
  3648              - do-not-merge/hold
  3649              - do-not-merge/work-in-progress
  3650              - needs-ok-to-test
  3651              - needs-rebase
  3652            reviewApprovedRequired: false
  3653          - excludedBranches: {}
  3654            includedBranches: {}
  3655            labels:
  3656              entries:
  3657              - approved
  3658            milestone: ""
  3659            missingLabels:
  3660              entries:
  3661              - do-not-merge
  3662              - do-not-merge/hold
  3663              - do-not-merge/work-in-progress
  3664              - needs-ok-to-test
  3665              - needs-rebase
  3666            reviewApprovedRequired: false
  3667          report: true
  3668          rerunCommand: /test this
  3669          runIfChanged: ""
  3670          skipBranches: {}
  3671          trigger: (?m)^/test( all| this),?(s+|$)
  3672      schedulerAgent:
  3673        agent: tekton
  3674      welcome:
  3675      - message_template: Welcome contributor to Jenkins X
  3676  - apiVersion: jenkins.io/v1
  3677    kind: Scheduler
  3678    metadata:
  3679      creationTimestamp: null
  3680      name: jenkins-x-apps-jx-app-jenkins-scheduler
  3681      namespace: jx
  3682    spec:
  3683      approve:
  3684        issueRequired: false
  3685        lgtmActsAsApprove: true
  3686        requireSelfApproval: true
  3687      attachments:
  3688      - name: reportTemplate
  3689        urls:
  3690        - '{{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}}'
  3691      merger:
  3692        blockerLabel: ""
  3693        maxGoroutines: 0
  3694        mergeMethod: merge
  3695        policy:
  3696          fromBranchProtection: true
  3697          optionalContexts: {}
  3698          requiredContexts: {}
  3699          requiredIfPresentContexts: {}
  3700          skipUnknownContexts: false
  3701        prStatusBaseUrl: ""
  3702        squashLabel: ""
  3703        targetUrl: https://deck.infra.jrawlings.co.uk
  3704      periodics:
  3705        entries:
  3706        - agent: ""
  3707          cluster: ""
  3708          cron: ""
  3709          interval: null
  3710          labels: {}
  3711          maxConcurrency: 0
  3712          name: periodic-jx-stale
  3713          spec:
  3714            containers:
  3715            - args:
  3716              - |-
  3717                --query=org:jenkins-x
  3718                -label:lifecycle/frozen
  3719                -label:lifecycle/stale
  3720                -label:lifecycle/rotten
  3721              - --updated=2160h
  3722              - --token=/etc/token/oauth
  3723              - |-
  3724                --comment=Issues go stale after 90d of inactivity.
  3725                Mark the issue as fresh with `/remove-lifecycle stale`.
  3726                Stale issues rot after an additional 30d of inactivity and eventually close.
  3727                If this issue is safe to close now please do so with `/close`.
  3728                Provide feedback via https://jenkins-x.io/community.
  3729                /lifecycle stale
  3730              - --template
  3731              - --ceiling=30
  3732              - --confirm
  3733              command:
  3734              - /app/robots/commenter/app.binary
  3735              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3736              name: ""
  3737              resources: {}
  3738              volumeMounts:
  3739              - mountPath: /etc/token
  3740                name: token
  3741            volumes:
  3742            - name: token
  3743              secret:
  3744                secretName: oauth-token
  3745          tags: {}
  3746        - agent: ""
  3747          cluster: ""
  3748          cron: ""
  3749          interval: null
  3750          labels: {}
  3751          maxConcurrency: 0
  3752          name: periodic-jx-close
  3753          spec:
  3754            containers:
  3755            - args:
  3756              - |-
  3757                --query=org:jenkins-x
  3758                -label:lifecycle/frozen
  3759                label:lifecycle/rotten
  3760              - --updated=720h
  3761              - --token=/etc/token/oauth
  3762              - |-
  3763                --comment=Rotten issues close after 30d of inactivity.
  3764                Reopen the issue with `/reopen`.
  3765                Mark the issue as fresh with `/remove-lifecycle rotten`.
  3766                Provide feedback via https://jenkins-x.io/community.
  3767                /close
  3768              - --template
  3769              - --ceiling=10
  3770              - --confirm
  3771              command:
  3772              - /app/robots/commenter/app.binary
  3773              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3774              name: ""
  3775              resources: {}
  3776              volumeMounts:
  3777              - mountPath: /etc/token
  3778                name: token
  3779            volumes:
  3780            - name: token
  3781              secret:
  3782                secretName: oauth-token
  3783          tags: {}
  3784        - agent: ""
  3785          cluster: ""
  3786          cron: ""
  3787          interval: null
  3788          labels: {}
  3789          maxConcurrency: 0
  3790          name: periodic-jx-rotten
  3791          spec:
  3792            containers:
  3793            - args:
  3794              - |-
  3795                --query=org:jenkins-x
  3796                -label:lifecycle/frozen
  3797                label:lifecycle/stale
  3798                -label:lifecycle/rotten
  3799              - --updated=720h
  3800              - --token=/etc/token/oauth
  3801              - |-
  3802                --comment=Stale issues rot after 30d of inactivity.
  3803                Mark the issue as fresh with `/remove-lifecycle rotten`.
  3804                Rotten issues close after an additional 30d of inactivity.
  3805                If this issue is safe to close now please do so with `/close`.
  3806                Provide feedback via https://jenkins-x.io/community.
  3807                /lifecycle rotten
  3808              - --template
  3809              - --ceiling=10
  3810              - --confirm
  3811              command:
  3812              - /app/robots/commenter/app.binary
  3813              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3814              name: ""
  3815              resources: {}
  3816              volumeMounts:
  3817              - mountPath: /etc/token
  3818                name: token
  3819            volumes:
  3820            - name: token
  3821              secret:
  3822                secretName: oauth-token
  3823          tags: {}
  3824      plugins:
  3825        entries:
  3826        - approve
  3827        - heart
  3828        - assign
  3829        - help
  3830        - hold
  3831        - lgtm
  3832        - lifecycle
  3833        - label
  3834        - size
  3835        - trigger
  3836        - wip
  3837        - cat
  3838        - dog
  3839        - override
  3840      policy:
  3841        protectTested: true
  3842      postsubmits:
  3843        entries:
  3844        - agent: tekton
  3845          branches:
  3846            entries:
  3847            - master
  3848          cluster: ""
  3849          context: tekton
  3850          labels: {}
  3851          maxConcurrency: 0
  3852          name: tekton
  3853          report: false
  3854          runIfChanged: ""
  3855          skipBranches: {}
  3856      presubmits:
  3857        entries:
  3858        - agent: tekton
  3859          alwaysRun: true
  3860          branches: {}
  3861          cluster: ""
  3862          context: tekton
  3863          labels: {}
  3864          maxConcurrency: 0
  3865          mergeMethod: merge
  3866          name: tekton
  3867          optional: false
  3868          policy:
  3869            Replace: false
  3870            requiredStatusChecks:
  3871              contexts:
  3872                entries:
  3873                - tekton
  3874          queries:
  3875          - excludedBranches: {}
  3876            includedBranches: {}
  3877            labels:
  3878              entries:
  3879              - updatebot
  3880            milestone: ""
  3881            missingLabels:
  3882              entries:
  3883              - do-not-merge
  3884              - do-not-merge/hold
  3885              - do-not-merge/work-in-progress
  3886              - needs-ok-to-test
  3887              - needs-rebase
  3888            reviewApprovedRequired: false
  3889          - excludedBranches: {}
  3890            includedBranches: {}
  3891            labels:
  3892              entries:
  3893              - approved
  3894            milestone: ""
  3895            missingLabels:
  3896              entries:
  3897              - do-not-merge
  3898              - do-not-merge/hold
  3899              - do-not-merge/work-in-progress
  3900              - needs-ok-to-test
  3901              - needs-rebase
  3902            reviewApprovedRequired: false
  3903          report: true
  3904          rerunCommand: /test this
  3905          runIfChanged: ""
  3906          skipBranches: {}
  3907          trigger: (?m)^/test( all| this),?(s+|$)
  3908      schedulerAgent:
  3909        agent: tekton
  3910      welcome:
  3911      - message_template: Welcome contributor to Jenkins X
  3912  - apiVersion: jenkins.io/v1
  3913    kind: Scheduler
  3914    metadata:
  3915      creationTimestamp: null
  3916      name: jenkins-x-apps-jx-app-prometheus-scheduler
  3917      namespace: jx
  3918    spec:
  3919      approve:
  3920        issueRequired: false
  3921        lgtmActsAsApprove: true
  3922        requireSelfApproval: true
  3923      attachments:
  3924      - name: reportTemplate
  3925        urls:
  3926        - '{{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}}'
  3927      merger:
  3928        blockerLabel: ""
  3929        maxGoroutines: 0
  3930        mergeMethod: merge
  3931        policy:
  3932          fromBranchProtection: true
  3933          optionalContexts: {}
  3934          requiredContexts: {}
  3935          requiredIfPresentContexts: {}
  3936          skipUnknownContexts: false
  3937        prStatusBaseUrl: ""
  3938        squashLabel: ""
  3939        targetUrl: https://deck.infra.jrawlings.co.uk
  3940      periodics:
  3941        entries:
  3942        - agent: ""
  3943          cluster: ""
  3944          cron: ""
  3945          interval: null
  3946          labels: {}
  3947          maxConcurrency: 0
  3948          name: periodic-jx-stale
  3949          spec:
  3950            containers:
  3951            - args:
  3952              - |-
  3953                --query=org:jenkins-x
  3954                -label:lifecycle/frozen
  3955                -label:lifecycle/stale
  3956                -label:lifecycle/rotten
  3957              - --updated=2160h
  3958              - --token=/etc/token/oauth
  3959              - |-
  3960                --comment=Issues go stale after 90d of inactivity.
  3961                Mark the issue as fresh with `/remove-lifecycle stale`.
  3962                Stale issues rot after an additional 30d of inactivity and eventually close.
  3963                If this issue is safe to close now please do so with `/close`.
  3964                Provide feedback via https://jenkins-x.io/community.
  3965                /lifecycle stale
  3966              - --template
  3967              - --ceiling=30
  3968              - --confirm
  3969              command:
  3970              - /app/robots/commenter/app.binary
  3971              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  3972              name: ""
  3973              resources: {}
  3974              volumeMounts:
  3975              - mountPath: /etc/token
  3976                name: token
  3977            volumes:
  3978            - name: token
  3979              secret:
  3980                secretName: oauth-token
  3981          tags: {}
  3982        - agent: ""
  3983          cluster: ""
  3984          cron: ""
  3985          interval: null
  3986          labels: {}
  3987          maxConcurrency: 0
  3988          name: periodic-jx-close
  3989          spec:
  3990            containers:
  3991            - args:
  3992              - |-
  3993                --query=org:jenkins-x
  3994                -label:lifecycle/frozen
  3995                label:lifecycle/rotten
  3996              - --updated=720h
  3997              - --token=/etc/token/oauth
  3998              - |-
  3999                --comment=Rotten issues close after 30d of inactivity.
  4000                Reopen the issue with `/reopen`.
  4001                Mark the issue as fresh with `/remove-lifecycle rotten`.
  4002                Provide feedback via https://jenkins-x.io/community.
  4003                /close
  4004              - --template
  4005              - --ceiling=10
  4006              - --confirm
  4007              command:
  4008              - /app/robots/commenter/app.binary
  4009              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4010              name: ""
  4011              resources: {}
  4012              volumeMounts:
  4013              - mountPath: /etc/token
  4014                name: token
  4015            volumes:
  4016            - name: token
  4017              secret:
  4018                secretName: oauth-token
  4019          tags: {}
  4020        - agent: ""
  4021          cluster: ""
  4022          cron: ""
  4023          interval: null
  4024          labels: {}
  4025          maxConcurrency: 0
  4026          name: periodic-jx-rotten
  4027          spec:
  4028            containers:
  4029            - args:
  4030              - |-
  4031                --query=org:jenkins-x
  4032                -label:lifecycle/frozen
  4033                label:lifecycle/stale
  4034                -label:lifecycle/rotten
  4035              - --updated=720h
  4036              - --token=/etc/token/oauth
  4037              - |-
  4038                --comment=Stale issues rot after 30d of inactivity.
  4039                Mark the issue as fresh with `/remove-lifecycle rotten`.
  4040                Rotten issues close after an additional 30d of inactivity.
  4041                If this issue is safe to close now please do so with `/close`.
  4042                Provide feedback via https://jenkins-x.io/community.
  4043                /lifecycle rotten
  4044              - --template
  4045              - --ceiling=10
  4046              - --confirm
  4047              command:
  4048              - /app/robots/commenter/app.binary
  4049              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4050              name: ""
  4051              resources: {}
  4052              volumeMounts:
  4053              - mountPath: /etc/token
  4054                name: token
  4055            volumes:
  4056            - name: token
  4057              secret:
  4058                secretName: oauth-token
  4059          tags: {}
  4060      plugins:
  4061        entries:
  4062        - approve
  4063        - heart
  4064        - assign
  4065        - help
  4066        - hold
  4067        - lgtm
  4068        - lifecycle
  4069        - label
  4070        - size
  4071        - trigger
  4072        - wip
  4073        - cat
  4074        - dog
  4075        - override
  4076      policy:
  4077        protectTested: true
  4078      postsubmits:
  4079        entries:
  4080        - agent: tekton
  4081          branches:
  4082            entries:
  4083            - master
  4084          cluster: ""
  4085          context: tekton
  4086          labels: {}
  4087          maxConcurrency: 0
  4088          name: tekton
  4089          report: false
  4090          runIfChanged: ""
  4091          skipBranches: {}
  4092      presubmits:
  4093        entries:
  4094        - agent: tekton
  4095          alwaysRun: true
  4096          branches: {}
  4097          cluster: ""
  4098          context: tekton
  4099          labels: {}
  4100          maxConcurrency: 0
  4101          mergeMethod: merge
  4102          name: tekton
  4103          optional: false
  4104          policy:
  4105            Replace: false
  4106            requiredStatusChecks:
  4107              contexts:
  4108                entries:
  4109                - tekton
  4110          queries:
  4111          - excludedBranches: {}
  4112            includedBranches: {}
  4113            labels:
  4114              entries:
  4115              - updatebot
  4116            milestone: ""
  4117            missingLabels:
  4118              entries:
  4119              - do-not-merge
  4120              - do-not-merge/hold
  4121              - do-not-merge/work-in-progress
  4122              - needs-ok-to-test
  4123              - needs-rebase
  4124            reviewApprovedRequired: false
  4125          - excludedBranches: {}
  4126            includedBranches: {}
  4127            labels:
  4128              entries:
  4129              - approved
  4130            milestone: ""
  4131            missingLabels:
  4132              entries:
  4133              - do-not-merge
  4134              - do-not-merge/hold
  4135              - do-not-merge/work-in-progress
  4136              - needs-ok-to-test
  4137              - needs-rebase
  4138            reviewApprovedRequired: false
  4139          report: true
  4140          rerunCommand: /test this
  4141          runIfChanged: ""
  4142          skipBranches: {}
  4143          trigger: (?m)^/test( all| this),?(s+|$)
  4144      schedulerAgent:
  4145        agent: tekton
  4146      welcome:
  4147      - message_template: Welcome contributor to Jenkins X
  4148  - apiVersion: jenkins.io/v1
  4149    kind: Scheduler
  4150    metadata:
  4151      creationTimestamp: null
  4152      name: jenkins-x-apps-jx-app-sonarqube-scheduler
  4153      namespace: jx
  4154    spec:
  4155      approve:
  4156        issueRequired: false
  4157        lgtmActsAsApprove: true
  4158        requireSelfApproval: true
  4159      attachments:
  4160      - name: reportTemplate
  4161        urls:
  4162        - '{{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}}'
  4163      merger:
  4164        blockerLabel: ""
  4165        maxGoroutines: 0
  4166        mergeMethod: merge
  4167        policy:
  4168          fromBranchProtection: true
  4169          optionalContexts: {}
  4170          requiredContexts: {}
  4171          requiredIfPresentContexts: {}
  4172          skipUnknownContexts: false
  4173        prStatusBaseUrl: ""
  4174        squashLabel: ""
  4175        targetUrl: https://deck.infra.jrawlings.co.uk
  4176      periodics:
  4177        entries:
  4178        - agent: ""
  4179          cluster: ""
  4180          cron: ""
  4181          interval: null
  4182          labels: {}
  4183          maxConcurrency: 0
  4184          name: periodic-jx-stale
  4185          spec:
  4186            containers:
  4187            - args:
  4188              - |-
  4189                --query=org:jenkins-x
  4190                -label:lifecycle/frozen
  4191                -label:lifecycle/stale
  4192                -label:lifecycle/rotten
  4193              - --updated=2160h
  4194              - --token=/etc/token/oauth
  4195              - |-
  4196                --comment=Issues go stale after 90d of inactivity.
  4197                Mark the issue as fresh with `/remove-lifecycle stale`.
  4198                Stale issues rot after an additional 30d of inactivity and eventually close.
  4199                If this issue is safe to close now please do so with `/close`.
  4200                Provide feedback via https://jenkins-x.io/community.
  4201                /lifecycle stale
  4202              - --template
  4203              - --ceiling=30
  4204              - --confirm
  4205              command:
  4206              - /app/robots/commenter/app.binary
  4207              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4208              name: ""
  4209              resources: {}
  4210              volumeMounts:
  4211              - mountPath: /etc/token
  4212                name: token
  4213            volumes:
  4214            - name: token
  4215              secret:
  4216                secretName: oauth-token
  4217          tags: {}
  4218        - agent: ""
  4219          cluster: ""
  4220          cron: ""
  4221          interval: null
  4222          labels: {}
  4223          maxConcurrency: 0
  4224          name: periodic-jx-close
  4225          spec:
  4226            containers:
  4227            - args:
  4228              - |-
  4229                --query=org:jenkins-x
  4230                -label:lifecycle/frozen
  4231                label:lifecycle/rotten
  4232              - --updated=720h
  4233              - --token=/etc/token/oauth
  4234              - |-
  4235                --comment=Rotten issues close after 30d of inactivity.
  4236                Reopen the issue with `/reopen`.
  4237                Mark the issue as fresh with `/remove-lifecycle rotten`.
  4238                Provide feedback via https://jenkins-x.io/community.
  4239                /close
  4240              - --template
  4241              - --ceiling=10
  4242              - --confirm
  4243              command:
  4244              - /app/robots/commenter/app.binary
  4245              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4246              name: ""
  4247              resources: {}
  4248              volumeMounts:
  4249              - mountPath: /etc/token
  4250                name: token
  4251            volumes:
  4252            - name: token
  4253              secret:
  4254                secretName: oauth-token
  4255          tags: {}
  4256        - agent: ""
  4257          cluster: ""
  4258          cron: ""
  4259          interval: null
  4260          labels: {}
  4261          maxConcurrency: 0
  4262          name: periodic-jx-rotten
  4263          spec:
  4264            containers:
  4265            - args:
  4266              - |-
  4267                --query=org:jenkins-x
  4268                -label:lifecycle/frozen
  4269                label:lifecycle/stale
  4270                -label:lifecycle/rotten
  4271              - --updated=720h
  4272              - --token=/etc/token/oauth
  4273              - |-
  4274                --comment=Stale issues rot after 30d of inactivity.
  4275                Mark the issue as fresh with `/remove-lifecycle rotten`.
  4276                Rotten issues close after an additional 30d of inactivity.
  4277                If this issue is safe to close now please do so with `/close`.
  4278                Provide feedback via https://jenkins-x.io/community.
  4279                /lifecycle rotten
  4280              - --template
  4281              - --ceiling=10
  4282              - --confirm
  4283              command:
  4284              - /app/robots/commenter/app.binary
  4285              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4286              name: ""
  4287              resources: {}
  4288              volumeMounts:
  4289              - mountPath: /etc/token
  4290                name: token
  4291            volumes:
  4292            - name: token
  4293              secret:
  4294                secretName: oauth-token
  4295          tags: {}
  4296      plugins:
  4297        entries:
  4298        - approve
  4299        - heart
  4300        - assign
  4301        - help
  4302        - hold
  4303        - lgtm
  4304        - lifecycle
  4305        - label
  4306        - size
  4307        - trigger
  4308        - wip
  4309        - cat
  4310        - dog
  4311        - override
  4312      policy:
  4313        protectTested: true
  4314      postsubmits:
  4315        entries:
  4316        - agent: tekton
  4317          branches:
  4318            entries:
  4319            - master
  4320          cluster: ""
  4321          context: tekton
  4322          labels: {}
  4323          maxConcurrency: 0
  4324          name: tekton
  4325          report: false
  4326          runIfChanged: ""
  4327          skipBranches: {}
  4328      presubmits:
  4329        entries:
  4330        - agent: tekton
  4331          alwaysRun: true
  4332          branches: {}
  4333          cluster: ""
  4334          context: tekton
  4335          labels: {}
  4336          maxConcurrency: 0
  4337          mergeMethod: merge
  4338          name: tekton
  4339          optional: false
  4340          policy:
  4341            Replace: false
  4342            requiredStatusChecks:
  4343              contexts:
  4344                entries:
  4345                - tekton
  4346          queries:
  4347          - excludedBranches: {}
  4348            includedBranches: {}
  4349            labels:
  4350              entries:
  4351              - updatebot
  4352            milestone: ""
  4353            missingLabels:
  4354              entries:
  4355              - do-not-merge
  4356              - do-not-merge/hold
  4357              - do-not-merge/work-in-progress
  4358              - needs-ok-to-test
  4359              - needs-rebase
  4360            reviewApprovedRequired: false
  4361          - excludedBranches: {}
  4362            includedBranches: {}
  4363            labels:
  4364              entries:
  4365              - approved
  4366            milestone: ""
  4367            missingLabels:
  4368              entries:
  4369              - do-not-merge
  4370              - do-not-merge/hold
  4371              - do-not-merge/work-in-progress
  4372              - needs-ok-to-test
  4373              - needs-rebase
  4374            reviewApprovedRequired: false
  4375          report: true
  4376          rerunCommand: /test this
  4377          runIfChanged: ""
  4378          skipBranches: {}
  4379          trigger: (?m)^/test( all| this),?(s+|$)
  4380      schedulerAgent:
  4381        agent: tekton
  4382      welcome:
  4383      - message_template: Welcome contributor to Jenkins X
  4384  - apiVersion: jenkins.io/v1
  4385    kind: Scheduler
  4386    metadata:
  4387      creationTimestamp: null
  4388      name: jenkins-x-apps-jx-app-sso-scheduler
  4389      namespace: jx
  4390    spec:
  4391      approve:
  4392        issueRequired: false
  4393        lgtmActsAsApprove: true
  4394        requireSelfApproval: true
  4395      attachments:
  4396      - name: reportTemplate
  4397        urls:
  4398        - '{{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}}'
  4399      merger:
  4400        blockerLabel: ""
  4401        maxGoroutines: 0
  4402        mergeMethod: merge
  4403        policy:
  4404          fromBranchProtection: true
  4405          optionalContexts: {}
  4406          requiredContexts: {}
  4407          requiredIfPresentContexts: {}
  4408          skipUnknownContexts: false
  4409        prStatusBaseUrl: ""
  4410        squashLabel: ""
  4411        targetUrl: https://deck.infra.jrawlings.co.uk
  4412      periodics:
  4413        entries:
  4414        - agent: ""
  4415          cluster: ""
  4416          cron: ""
  4417          interval: null
  4418          labels: {}
  4419          maxConcurrency: 0
  4420          name: periodic-jx-stale
  4421          spec:
  4422            containers:
  4423            - args:
  4424              - |-
  4425                --query=org:jenkins-x
  4426                -label:lifecycle/frozen
  4427                -label:lifecycle/stale
  4428                -label:lifecycle/rotten
  4429              - --updated=2160h
  4430              - --token=/etc/token/oauth
  4431              - |-
  4432                --comment=Issues go stale after 90d of inactivity.
  4433                Mark the issue as fresh with `/remove-lifecycle stale`.
  4434                Stale issues rot after an additional 30d of inactivity and eventually close.
  4435                If this issue is safe to close now please do so with `/close`.
  4436                Provide feedback via https://jenkins-x.io/community.
  4437                /lifecycle stale
  4438              - --template
  4439              - --ceiling=30
  4440              - --confirm
  4441              command:
  4442              - /app/robots/commenter/app.binary
  4443              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4444              name: ""
  4445              resources: {}
  4446              volumeMounts:
  4447              - mountPath: /etc/token
  4448                name: token
  4449            volumes:
  4450            - name: token
  4451              secret:
  4452                secretName: oauth-token
  4453          tags: {}
  4454        - agent: ""
  4455          cluster: ""
  4456          cron: ""
  4457          interval: null
  4458          labels: {}
  4459          maxConcurrency: 0
  4460          name: periodic-jx-close
  4461          spec:
  4462            containers:
  4463            - args:
  4464              - |-
  4465                --query=org:jenkins-x
  4466                -label:lifecycle/frozen
  4467                label:lifecycle/rotten
  4468              - --updated=720h
  4469              - --token=/etc/token/oauth
  4470              - |-
  4471                --comment=Rotten issues close after 30d of inactivity.
  4472                Reopen the issue with `/reopen`.
  4473                Mark the issue as fresh with `/remove-lifecycle rotten`.
  4474                Provide feedback via https://jenkins-x.io/community.
  4475                /close
  4476              - --template
  4477              - --ceiling=10
  4478              - --confirm
  4479              command:
  4480              - /app/robots/commenter/app.binary
  4481              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4482              name: ""
  4483              resources: {}
  4484              volumeMounts:
  4485              - mountPath: /etc/token
  4486                name: token
  4487            volumes:
  4488            - name: token
  4489              secret:
  4490                secretName: oauth-token
  4491          tags: {}
  4492        - agent: ""
  4493          cluster: ""
  4494          cron: ""
  4495          interval: null
  4496          labels: {}
  4497          maxConcurrency: 0
  4498          name: periodic-jx-rotten
  4499          spec:
  4500            containers:
  4501            - args:
  4502              - |-
  4503                --query=org:jenkins-x
  4504                -label:lifecycle/frozen
  4505                label:lifecycle/stale
  4506                -label:lifecycle/rotten
  4507              - --updated=720h
  4508              - --token=/etc/token/oauth
  4509              - |-
  4510                --comment=Stale issues rot after 30d of inactivity.
  4511                Mark the issue as fresh with `/remove-lifecycle rotten`.
  4512                Rotten issues close after an additional 30d of inactivity.
  4513                If this issue is safe to close now please do so with `/close`.
  4514                Provide feedback via https://jenkins-x.io/community.
  4515                /lifecycle rotten
  4516              - --template
  4517              - --ceiling=10
  4518              - --confirm
  4519              command:
  4520              - /app/robots/commenter/app.binary
  4521              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4522              name: ""
  4523              resources: {}
  4524              volumeMounts:
  4525              - mountPath: /etc/token
  4526                name: token
  4527            volumes:
  4528            - name: token
  4529              secret:
  4530                secretName: oauth-token
  4531          tags: {}
  4532      plugins:
  4533        entries:
  4534        - approve
  4535        - heart
  4536        - assign
  4537        - help
  4538        - hold
  4539        - lgtm
  4540        - lifecycle
  4541        - label
  4542        - size
  4543        - trigger
  4544        - wip
  4545        - cat
  4546        - dog
  4547        - override
  4548      policy:
  4549        protectTested: true
  4550      postsubmits:
  4551        entries:
  4552        - agent: tekton
  4553          branches:
  4554            entries:
  4555            - master
  4556          cluster: ""
  4557          context: tekton
  4558          labels: {}
  4559          maxConcurrency: 0
  4560          name: tekton
  4561          report: false
  4562          runIfChanged: ""
  4563          skipBranches: {}
  4564      presubmits:
  4565        entries:
  4566        - agent: tekton
  4567          alwaysRun: true
  4568          branches: {}
  4569          cluster: ""
  4570          context: tekton
  4571          labels: {}
  4572          maxConcurrency: 0
  4573          mergeMethod: merge
  4574          name: tekton
  4575          optional: false
  4576          policy:
  4577            Replace: false
  4578            requiredStatusChecks:
  4579              contexts:
  4580                entries:
  4581                - tekton
  4582          queries:
  4583          - excludedBranches: {}
  4584            includedBranches: {}
  4585            labels:
  4586              entries:
  4587              - updatebot
  4588            milestone: ""
  4589            missingLabels:
  4590              entries:
  4591              - do-not-merge
  4592              - do-not-merge/hold
  4593              - do-not-merge/work-in-progress
  4594              - needs-ok-to-test
  4595              - needs-rebase
  4596            reviewApprovedRequired: false
  4597          - excludedBranches: {}
  4598            includedBranches: {}
  4599            labels:
  4600              entries:
  4601              - approved
  4602            milestone: ""
  4603            missingLabels:
  4604              entries:
  4605              - do-not-merge
  4606              - do-not-merge/hold
  4607              - do-not-merge/work-in-progress
  4608              - needs-ok-to-test
  4609              - needs-rebase
  4610            reviewApprovedRequired: false
  4611          report: true
  4612          rerunCommand: /test this
  4613          runIfChanged: ""
  4614          skipBranches: {}
  4615          trigger: (?m)^/test( all| this),?(s+|$)
  4616      schedulerAgent:
  4617        agent: tekton
  4618      welcome:
  4619      - message_template: Welcome contributor to Jenkins X
  4620  - apiVersion: jenkins.io/v1
  4621    kind: Scheduler
  4622    metadata:
  4623      creationTimestamp: null
  4624      name: jenkins-x-apps-jx-app-test-lifecycle-scheduler
  4625      namespace: jx
  4626    spec:
  4627      approve:
  4628        issueRequired: false
  4629        lgtmActsAsApprove: true
  4630        requireSelfApproval: true
  4631      attachments:
  4632      - name: reportTemplate
  4633        urls:
  4634        - '{{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}}'
  4635      merger:
  4636        blockerLabel: ""
  4637        maxGoroutines: 0
  4638        mergeMethod: rebase
  4639        policy:
  4640          fromBranchProtection: true
  4641          optionalContexts: {}
  4642          requiredContexts: {}
  4643          requiredIfPresentContexts: {}
  4644          skipUnknownContexts: false
  4645        prStatusBaseUrl: ""
  4646        squashLabel: ""
  4647        targetUrl: https://deck.infra.jrawlings.co.uk
  4648      periodics:
  4649        entries:
  4650        - agent: ""
  4651          cluster: ""
  4652          cron: ""
  4653          interval: null
  4654          labels: {}
  4655          maxConcurrency: 0
  4656          name: periodic-jx-stale
  4657          spec:
  4658            containers:
  4659            - args:
  4660              - |-
  4661                --query=org:jenkins-x
  4662                -label:lifecycle/frozen
  4663                -label:lifecycle/stale
  4664                -label:lifecycle/rotten
  4665              - --updated=2160h
  4666              - --token=/etc/token/oauth
  4667              - |-
  4668                --comment=Issues go stale after 90d of inactivity.
  4669                Mark the issue as fresh with `/remove-lifecycle stale`.
  4670                Stale issues rot after an additional 30d of inactivity and eventually close.
  4671                If this issue is safe to close now please do so with `/close`.
  4672                Provide feedback via https://jenkins-x.io/community.
  4673                /lifecycle stale
  4674              - --template
  4675              - --ceiling=30
  4676              - --confirm
  4677              command:
  4678              - /app/robots/commenter/app.binary
  4679              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4680              name: ""
  4681              resources: {}
  4682              volumeMounts:
  4683              - mountPath: /etc/token
  4684                name: token
  4685            volumes:
  4686            - name: token
  4687              secret:
  4688                secretName: oauth-token
  4689          tags: {}
  4690        - agent: ""
  4691          cluster: ""
  4692          cron: ""
  4693          interval: null
  4694          labels: {}
  4695          maxConcurrency: 0
  4696          name: periodic-jx-close
  4697          spec:
  4698            containers:
  4699            - args:
  4700              - |-
  4701                --query=org:jenkins-x
  4702                -label:lifecycle/frozen
  4703                label:lifecycle/rotten
  4704              - --updated=720h
  4705              - --token=/etc/token/oauth
  4706              - |-
  4707                --comment=Rotten issues close after 30d of inactivity.
  4708                Reopen the issue with `/reopen`.
  4709                Mark the issue as fresh with `/remove-lifecycle rotten`.
  4710                Provide feedback via https://jenkins-x.io/community.
  4711                /close
  4712              - --template
  4713              - --ceiling=10
  4714              - --confirm
  4715              command:
  4716              - /app/robots/commenter/app.binary
  4717              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4718              name: ""
  4719              resources: {}
  4720              volumeMounts:
  4721              - mountPath: /etc/token
  4722                name: token
  4723            volumes:
  4724            - name: token
  4725              secret:
  4726                secretName: oauth-token
  4727          tags: {}
  4728        - agent: ""
  4729          cluster: ""
  4730          cron: ""
  4731          interval: null
  4732          labels: {}
  4733          maxConcurrency: 0
  4734          name: periodic-jx-rotten
  4735          spec:
  4736            containers:
  4737            - args:
  4738              - |-
  4739                --query=org:jenkins-x
  4740                -label:lifecycle/frozen
  4741                label:lifecycle/stale
  4742                -label:lifecycle/rotten
  4743              - --updated=720h
  4744              - --token=/etc/token/oauth
  4745              - |-
  4746                --comment=Stale issues rot after 30d of inactivity.
  4747                Mark the issue as fresh with `/remove-lifecycle rotten`.
  4748                Rotten issues close after an additional 30d of inactivity.
  4749                If this issue is safe to close now please do so with `/close`.
  4750                Provide feedback via https://jenkins-x.io/community.
  4751                /lifecycle rotten
  4752              - --template
  4753              - --ceiling=10
  4754              - --confirm
  4755              command:
  4756              - /app/robots/commenter/app.binary
  4757              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4758              name: ""
  4759              resources: {}
  4760              volumeMounts:
  4761              - mountPath: /etc/token
  4762                name: token
  4763            volumes:
  4764            - name: token
  4765              secret:
  4766                secretName: oauth-token
  4767          tags: {}
  4768      plugins:
  4769        entries:
  4770        - approve
  4771        - heart
  4772        - assign
  4773        - help
  4774        - hold
  4775        - lgtm
  4776        - lifecycle
  4777        - label
  4778        - size
  4779        - trigger
  4780        - wip
  4781        - cat
  4782        - dog
  4783        - override
  4784      policy:
  4785        protectTested: true
  4786      postsubmits:
  4787        entries:
  4788        - agent: tekton
  4789          branches:
  4790            entries:
  4791            - master
  4792          cluster: ""
  4793          context: tekton
  4794          labels: {}
  4795          maxConcurrency: 0
  4796          name: tekton
  4797          report: false
  4798          runIfChanged: ""
  4799          skipBranches: {}
  4800      presubmits:
  4801        entries:
  4802        - agent: tekton
  4803          alwaysRun: true
  4804          branches: {}
  4805          cluster: ""
  4806          context: tekton
  4807          labels: {}
  4808          maxConcurrency: 0
  4809          mergeMethod: rebase
  4810          name: tekton
  4811          optional: false
  4812          policy:
  4813            Replace: false
  4814            requiredStatusChecks:
  4815              contexts:
  4816                entries:
  4817                - tekton
  4818          queries:
  4819          - excludedBranches: {}
  4820            includedBranches: {}
  4821            labels:
  4822              entries:
  4823              - updatebot
  4824            milestone: ""
  4825            missingLabels:
  4826              entries:
  4827              - do-not-merge
  4828              - do-not-merge/hold
  4829              - do-not-merge/work-in-progress
  4830              - needs-ok-to-test
  4831              - needs-rebase
  4832            reviewApprovedRequired: false
  4833          - excludedBranches: {}
  4834            includedBranches: {}
  4835            labels:
  4836              entries:
  4837              - approved
  4838            milestone: ""
  4839            missingLabels:
  4840              entries:
  4841              - do-not-merge
  4842              - do-not-merge/hold
  4843              - do-not-merge/work-in-progress
  4844              - needs-ok-to-test
  4845              - needs-rebase
  4846            reviewApprovedRequired: false
  4847          report: true
  4848          rerunCommand: /test this
  4849          runIfChanged: ""
  4850          skipBranches: {}
  4851          trigger: (?m)^/test( all| this),?(s+|$)
  4852      schedulerAgent:
  4853        agent: tekton
  4854      welcome:
  4855      - message_template: Welcome contributor to Jenkins X
  4856  - apiVersion: jenkins.io/v1
  4857    kind: Scheduler
  4858    metadata:
  4859      creationTimestamp: null
  4860      name: jenkins-x-bucketrepo-scheduler
  4861      namespace: jx
  4862    spec:
  4863      approve:
  4864        issueRequired: false
  4865        lgtmActsAsApprove: true
  4866        requireSelfApproval: true
  4867      attachments:
  4868      - name: reportTemplate
  4869        urls:
  4870        - '{{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}}'
  4871      merger:
  4872        blockerLabel: ""
  4873        maxGoroutines: 0
  4874        mergeMethod: merge
  4875        policy:
  4876          optionalContexts: {}
  4877          requiredContexts: {}
  4878          requiredIfPresentContexts: {}
  4879        prStatusBaseUrl: ""
  4880        squashLabel: ""
  4881        targetUrl: https://deck.infra.jrawlings.co.uk
  4882      periodics:
  4883        entries:
  4884        - agent: ""
  4885          cluster: ""
  4886          cron: ""
  4887          interval: null
  4888          labels: {}
  4889          maxConcurrency: 0
  4890          name: periodic-jx-stale
  4891          spec:
  4892            containers:
  4893            - args:
  4894              - |-
  4895                --query=org:jenkins-x
  4896                -label:lifecycle/frozen
  4897                -label:lifecycle/stale
  4898                -label:lifecycle/rotten
  4899              - --updated=2160h
  4900              - --token=/etc/token/oauth
  4901              - |-
  4902                --comment=Issues go stale after 90d of inactivity.
  4903                Mark the issue as fresh with `/remove-lifecycle stale`.
  4904                Stale issues rot after an additional 30d of inactivity and eventually close.
  4905                If this issue is safe to close now please do so with `/close`.
  4906                Provide feedback via https://jenkins-x.io/community.
  4907                /lifecycle stale
  4908              - --template
  4909              - --ceiling=30
  4910              - --confirm
  4911              command:
  4912              - /app/robots/commenter/app.binary
  4913              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4914              name: ""
  4915              resources: {}
  4916              volumeMounts:
  4917              - mountPath: /etc/token
  4918                name: token
  4919            volumes:
  4920            - name: token
  4921              secret:
  4922                secretName: oauth-token
  4923          tags: {}
  4924        - agent: ""
  4925          cluster: ""
  4926          cron: ""
  4927          interval: null
  4928          labels: {}
  4929          maxConcurrency: 0
  4930          name: periodic-jx-close
  4931          spec:
  4932            containers:
  4933            - args:
  4934              - |-
  4935                --query=org:jenkins-x
  4936                -label:lifecycle/frozen
  4937                label:lifecycle/rotten
  4938              - --updated=720h
  4939              - --token=/etc/token/oauth
  4940              - |-
  4941                --comment=Rotten issues close after 30d of inactivity.
  4942                Reopen the issue with `/reopen`.
  4943                Mark the issue as fresh with `/remove-lifecycle rotten`.
  4944                Provide feedback via https://jenkins-x.io/community.
  4945                /close
  4946              - --template
  4947              - --ceiling=10
  4948              - --confirm
  4949              command:
  4950              - /app/robots/commenter/app.binary
  4951              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4952              name: ""
  4953              resources: {}
  4954              volumeMounts:
  4955              - mountPath: /etc/token
  4956                name: token
  4957            volumes:
  4958            - name: token
  4959              secret:
  4960                secretName: oauth-token
  4961          tags: {}
  4962        - agent: ""
  4963          cluster: ""
  4964          cron: ""
  4965          interval: null
  4966          labels: {}
  4967          maxConcurrency: 0
  4968          name: periodic-jx-rotten
  4969          spec:
  4970            containers:
  4971            - args:
  4972              - |-
  4973                --query=org:jenkins-x
  4974                -label:lifecycle/frozen
  4975                label:lifecycle/stale
  4976                -label:lifecycle/rotten
  4977              - --updated=720h
  4978              - --token=/etc/token/oauth
  4979              - |-
  4980                --comment=Stale issues rot after 30d of inactivity.
  4981                Mark the issue as fresh with `/remove-lifecycle rotten`.
  4982                Rotten issues close after an additional 30d of inactivity.
  4983                If this issue is safe to close now please do so with `/close`.
  4984                Provide feedback via https://jenkins-x.io/community.
  4985                /lifecycle rotten
  4986              - --template
  4987              - --ceiling=10
  4988              - --confirm
  4989              command:
  4990              - /app/robots/commenter/app.binary
  4991              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  4992              name: ""
  4993              resources: {}
  4994              volumeMounts:
  4995              - mountPath: /etc/token
  4996                name: token
  4997            volumes:
  4998            - name: token
  4999              secret:
  5000                secretName: oauth-token
  5001          tags: {}
  5002      plugins:
  5003        entries:
  5004        - approve
  5005        - heart
  5006        - assign
  5007        - help
  5008        - hold
  5009        - lgtm
  5010        - lifecycle
  5011        - label
  5012        - size
  5013        - trigger
  5014        - wip
  5015        - cat
  5016        - dog
  5017        - override
  5018      policy:
  5019        protectTested: true
  5020      postsubmits:
  5021        entries:
  5022        - agent: tekton
  5023          branches:
  5024            entries:
  5025            - master
  5026          cluster: ""
  5027          context: tekton
  5028          labels: {}
  5029          maxConcurrency: 0
  5030          name: tekton
  5031          report: false
  5032          runIfChanged: ""
  5033          skipBranches: {}
  5034      presubmits:
  5035        entries:
  5036        - agent: tekton
  5037          alwaysRun: true
  5038          branches: {}
  5039          cluster: ""
  5040          context: tekton
  5041          labels: {}
  5042          maxConcurrency: 0
  5043          mergeMethod: merge
  5044          name: tekton
  5045          optional: false
  5046          policy:
  5047            Replace: false
  5048            requiredStatusChecks:
  5049              contexts:
  5050                entries:
  5051                - tekton
  5052          queries:
  5053          - excludedBranches: {}
  5054            includedBranches: {}
  5055            labels:
  5056              entries:
  5057              - updatebot
  5058            milestone: ""
  5059            missingLabels:
  5060              entries:
  5061              - do-not-merge
  5062              - do-not-merge/hold
  5063              - do-not-merge/work-in-progress
  5064              - needs-ok-to-test
  5065              - needs-rebase
  5066            reviewApprovedRequired: false
  5067          - excludedBranches: {}
  5068            includedBranches: {}
  5069            labels:
  5070              entries:
  5071              - approved
  5072            milestone: ""
  5073            missingLabels:
  5074              entries:
  5075              - do-not-merge
  5076              - do-not-merge/hold
  5077              - do-not-merge/work-in-progress
  5078              - needs-ok-to-test
  5079              - needs-rebase
  5080            reviewApprovedRequired: false
  5081          report: true
  5082          rerunCommand: /test this
  5083          runIfChanged: ""
  5084          skipBranches: {}
  5085          trigger: (?m)^/test( all| this),?(s+|$)
  5086      schedulerAgent:
  5087        agent: tekton
  5088      welcome:
  5089      - message_template: Welcome contributor to Jenkins X
  5090  - apiVersion: jenkins.io/v1
  5091    kind: Scheduler
  5092    metadata:
  5093      creationTimestamp: null
  5094      name: jenkins-x-charts-athens-proxy-scheduler
  5095      namespace: jx
  5096    spec:
  5097      approve:
  5098        issueRequired: false
  5099        lgtmActsAsApprove: true
  5100        requireSelfApproval: true
  5101      attachments:
  5102      - name: reportTemplate
  5103        urls:
  5104        - '{{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}}'
  5105      merger:
  5106        blockerLabel: ""
  5107        maxGoroutines: 0
  5108        mergeMethod: merge
  5109        policy:
  5110          fromBranchProtection: true
  5111          optionalContexts: {}
  5112          requiredContexts: {}
  5113          requiredIfPresentContexts: {}
  5114          skipUnknownContexts: false
  5115        prStatusBaseUrl: ""
  5116        squashLabel: ""
  5117        targetUrl: https://deck.infra.jrawlings.co.uk
  5118      periodics:
  5119        entries:
  5120        - agent: ""
  5121          cluster: ""
  5122          cron: ""
  5123          interval: null
  5124          labels: {}
  5125          maxConcurrency: 0
  5126          name: periodic-jx-stale
  5127          spec:
  5128            containers:
  5129            - args:
  5130              - |-
  5131                --query=org:jenkins-x
  5132                -label:lifecycle/frozen
  5133                -label:lifecycle/stale
  5134                -label:lifecycle/rotten
  5135              - --updated=2160h
  5136              - --token=/etc/token/oauth
  5137              - |-
  5138                --comment=Issues go stale after 90d of inactivity.
  5139                Mark the issue as fresh with `/remove-lifecycle stale`.
  5140                Stale issues rot after an additional 30d of inactivity and eventually close.
  5141                If this issue is safe to close now please do so with `/close`.
  5142                Provide feedback via https://jenkins-x.io/community.
  5143                /lifecycle stale
  5144              - --template
  5145              - --ceiling=30
  5146              - --confirm
  5147              command:
  5148              - /app/robots/commenter/app.binary
  5149              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5150              name: ""
  5151              resources: {}
  5152              volumeMounts:
  5153              - mountPath: /etc/token
  5154                name: token
  5155            volumes:
  5156            - name: token
  5157              secret:
  5158                secretName: oauth-token
  5159          tags: {}
  5160        - agent: ""
  5161          cluster: ""
  5162          cron: ""
  5163          interval: null
  5164          labels: {}
  5165          maxConcurrency: 0
  5166          name: periodic-jx-close
  5167          spec:
  5168            containers:
  5169            - args:
  5170              - |-
  5171                --query=org:jenkins-x
  5172                -label:lifecycle/frozen
  5173                label:lifecycle/rotten
  5174              - --updated=720h
  5175              - --token=/etc/token/oauth
  5176              - |-
  5177                --comment=Rotten issues close after 30d of inactivity.
  5178                Reopen the issue with `/reopen`.
  5179                Mark the issue as fresh with `/remove-lifecycle rotten`.
  5180                Provide feedback via https://jenkins-x.io/community.
  5181                /close
  5182              - --template
  5183              - --ceiling=10
  5184              - --confirm
  5185              command:
  5186              - /app/robots/commenter/app.binary
  5187              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5188              name: ""
  5189              resources: {}
  5190              volumeMounts:
  5191              - mountPath: /etc/token
  5192                name: token
  5193            volumes:
  5194            - name: token
  5195              secret:
  5196                secretName: oauth-token
  5197          tags: {}
  5198        - agent: ""
  5199          cluster: ""
  5200          cron: ""
  5201          interval: null
  5202          labels: {}
  5203          maxConcurrency: 0
  5204          name: periodic-jx-rotten
  5205          spec:
  5206            containers:
  5207            - args:
  5208              - |-
  5209                --query=org:jenkins-x
  5210                -label:lifecycle/frozen
  5211                label:lifecycle/stale
  5212                -label:lifecycle/rotten
  5213              - --updated=720h
  5214              - --token=/etc/token/oauth
  5215              - |-
  5216                --comment=Stale issues rot after 30d of inactivity.
  5217                Mark the issue as fresh with `/remove-lifecycle rotten`.
  5218                Rotten issues close after an additional 30d of inactivity.
  5219                If this issue is safe to close now please do so with `/close`.
  5220                Provide feedback via https://jenkins-x.io/community.
  5221                /lifecycle rotten
  5222              - --template
  5223              - --ceiling=10
  5224              - --confirm
  5225              command:
  5226              - /app/robots/commenter/app.binary
  5227              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5228              name: ""
  5229              resources: {}
  5230              volumeMounts:
  5231              - mountPath: /etc/token
  5232                name: token
  5233            volumes:
  5234            - name: token
  5235              secret:
  5236                secretName: oauth-token
  5237          tags: {}
  5238      plugins:
  5239        entries:
  5240        - approve
  5241        - heart
  5242        - assign
  5243        - help
  5244        - hold
  5245        - lgtm
  5246        - lifecycle
  5247        - label
  5248        - size
  5249        - trigger
  5250        - wip
  5251        - cat
  5252        - dog
  5253        - override
  5254      policy:
  5255        protectTested: true
  5256      postsubmits:
  5257        entries:
  5258        - agent: tekton
  5259          branches:
  5260            entries:
  5261            - master
  5262          cluster: ""
  5263          context: tekton
  5264          labels: {}
  5265          maxConcurrency: 0
  5266          name: tekton
  5267          report: false
  5268          runIfChanged: ""
  5269          skipBranches: {}
  5270      presubmits:
  5271        entries:
  5272        - agent: tekton
  5273          alwaysRun: true
  5274          branches: {}
  5275          cluster: ""
  5276          context: tekton
  5277          labels: {}
  5278          maxConcurrency: 0
  5279          mergeMethod: merge
  5280          name: tekton
  5281          optional: false
  5282          policy:
  5283            Replace: false
  5284            requiredStatusChecks:
  5285              contexts:
  5286                entries:
  5287                - tekton
  5288          queries:
  5289          - excludedBranches: {}
  5290            includedBranches: {}
  5291            labels:
  5292              entries:
  5293              - updatebot
  5294            milestone: ""
  5295            missingLabels:
  5296              entries:
  5297              - do-not-merge
  5298              - do-not-merge/hold
  5299              - do-not-merge/work-in-progress
  5300              - needs-ok-to-test
  5301              - needs-rebase
  5302            reviewApprovedRequired: false
  5303          - excludedBranches: {}
  5304            includedBranches: {}
  5305            labels:
  5306              entries:
  5307              - approved
  5308            milestone: ""
  5309            missingLabels:
  5310              entries:
  5311              - do-not-merge
  5312              - do-not-merge/hold
  5313              - do-not-merge/work-in-progress
  5314              - needs-ok-to-test
  5315              - needs-rebase
  5316            reviewApprovedRequired: false
  5317          report: true
  5318          rerunCommand: /test this
  5319          runIfChanged: ""
  5320          skipBranches: {}
  5321          trigger: (?m)^/test( all| this),?(s+|$)
  5322      schedulerAgent:
  5323        agent: tekton
  5324      welcome:
  5325      - message_template: Welcome contributor to Jenkins X
  5326  - apiVersion: jenkins.io/v1
  5327    kind: Scheduler
  5328    metadata:
  5329      creationTimestamp: null
  5330      name: jenkins-x-charts-environment-controller-scheduler
  5331      namespace: jx
  5332    spec:
  5333      approve:
  5334        issueRequired: false
  5335        lgtmActsAsApprove: true
  5336        requireSelfApproval: true
  5337      attachments:
  5338      - name: reportTemplate
  5339        urls:
  5340        - '{{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}}'
  5341      merger:
  5342        blockerLabel: ""
  5343        maxGoroutines: 0
  5344        mergeMethod: merge
  5345        policy:
  5346          fromBranchProtection: true
  5347          optionalContexts: {}
  5348          requiredContexts: {}
  5349          requiredIfPresentContexts: {}
  5350          skipUnknownContexts: false
  5351        prStatusBaseUrl: ""
  5352        squashLabel: ""
  5353        targetUrl: https://deck.infra.jrawlings.co.uk
  5354      periodics:
  5355        entries:
  5356        - agent: ""
  5357          cluster: ""
  5358          cron: ""
  5359          interval: null
  5360          labels: {}
  5361          maxConcurrency: 0
  5362          name: periodic-jx-stale
  5363          spec:
  5364            containers:
  5365            - args:
  5366              - |-
  5367                --query=org:jenkins-x
  5368                -label:lifecycle/frozen
  5369                -label:lifecycle/stale
  5370                -label:lifecycle/rotten
  5371              - --updated=2160h
  5372              - --token=/etc/token/oauth
  5373              - |-
  5374                --comment=Issues go stale after 90d of inactivity.
  5375                Mark the issue as fresh with `/remove-lifecycle stale`.
  5376                Stale issues rot after an additional 30d of inactivity and eventually close.
  5377                If this issue is safe to close now please do so with `/close`.
  5378                Provide feedback via https://jenkins-x.io/community.
  5379                /lifecycle stale
  5380              - --template
  5381              - --ceiling=30
  5382              - --confirm
  5383              command:
  5384              - /app/robots/commenter/app.binary
  5385              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5386              name: ""
  5387              resources: {}
  5388              volumeMounts:
  5389              - mountPath: /etc/token
  5390                name: token
  5391            volumes:
  5392            - name: token
  5393              secret:
  5394                secretName: oauth-token
  5395          tags: {}
  5396        - agent: ""
  5397          cluster: ""
  5398          cron: ""
  5399          interval: null
  5400          labels: {}
  5401          maxConcurrency: 0
  5402          name: periodic-jx-close
  5403          spec:
  5404            containers:
  5405            - args:
  5406              - |-
  5407                --query=org:jenkins-x
  5408                -label:lifecycle/frozen
  5409                label:lifecycle/rotten
  5410              - --updated=720h
  5411              - --token=/etc/token/oauth
  5412              - |-
  5413                --comment=Rotten issues close after 30d of inactivity.
  5414                Reopen the issue with `/reopen`.
  5415                Mark the issue as fresh with `/remove-lifecycle rotten`.
  5416                Provide feedback via https://jenkins-x.io/community.
  5417                /close
  5418              - --template
  5419              - --ceiling=10
  5420              - --confirm
  5421              command:
  5422              - /app/robots/commenter/app.binary
  5423              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5424              name: ""
  5425              resources: {}
  5426              volumeMounts:
  5427              - mountPath: /etc/token
  5428                name: token
  5429            volumes:
  5430            - name: token
  5431              secret:
  5432                secretName: oauth-token
  5433          tags: {}
  5434        - agent: ""
  5435          cluster: ""
  5436          cron: ""
  5437          interval: null
  5438          labels: {}
  5439          maxConcurrency: 0
  5440          name: periodic-jx-rotten
  5441          spec:
  5442            containers:
  5443            - args:
  5444              - |-
  5445                --query=org:jenkins-x
  5446                -label:lifecycle/frozen
  5447                label:lifecycle/stale
  5448                -label:lifecycle/rotten
  5449              - --updated=720h
  5450              - --token=/etc/token/oauth
  5451              - |-
  5452                --comment=Stale issues rot after 30d of inactivity.
  5453                Mark the issue as fresh with `/remove-lifecycle rotten`.
  5454                Rotten issues close after an additional 30d of inactivity.
  5455                If this issue is safe to close now please do so with `/close`.
  5456                Provide feedback via https://jenkins-x.io/community.
  5457                /lifecycle rotten
  5458              - --template
  5459              - --ceiling=10
  5460              - --confirm
  5461              command:
  5462              - /app/robots/commenter/app.binary
  5463              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5464              name: ""
  5465              resources: {}
  5466              volumeMounts:
  5467              - mountPath: /etc/token
  5468                name: token
  5469            volumes:
  5470            - name: token
  5471              secret:
  5472                secretName: oauth-token
  5473          tags: {}
  5474      plugins:
  5475        entries:
  5476        - approve
  5477        - heart
  5478        - assign
  5479        - help
  5480        - hold
  5481        - lgtm
  5482        - lifecycle
  5483        - label
  5484        - size
  5485        - trigger
  5486        - wip
  5487        - cat
  5488        - dog
  5489        - override
  5490      policy:
  5491        protectTested: true
  5492      postsubmits:
  5493        entries:
  5494        - agent: tekton
  5495          branches:
  5496            entries:
  5497            - master
  5498          cluster: ""
  5499          context: tekton
  5500          labels: {}
  5501          maxConcurrency: 0
  5502          name: tekton
  5503          report: false
  5504          runIfChanged: ""
  5505          skipBranches: {}
  5506      presubmits:
  5507        entries:
  5508        - agent: tekton
  5509          alwaysRun: true
  5510          branches: {}
  5511          cluster: ""
  5512          context: tekton
  5513          labels: {}
  5514          maxConcurrency: 0
  5515          mergeMethod: merge
  5516          name: tekton
  5517          optional: false
  5518          policy:
  5519            Replace: false
  5520            requiredStatusChecks:
  5521              contexts:
  5522                entries:
  5523                - tekton
  5524          queries:
  5525          - excludedBranches: {}
  5526            includedBranches: {}
  5527            labels:
  5528              entries:
  5529              - updatebot
  5530            milestone: ""
  5531            missingLabels:
  5532              entries:
  5533              - do-not-merge
  5534              - do-not-merge/hold
  5535              - do-not-merge/work-in-progress
  5536              - needs-ok-to-test
  5537              - needs-rebase
  5538            reviewApprovedRequired: false
  5539          - excludedBranches: {}
  5540            includedBranches: {}
  5541            labels:
  5542              entries:
  5543              - approved
  5544            milestone: ""
  5545            missingLabels:
  5546              entries:
  5547              - do-not-merge
  5548              - do-not-merge/hold
  5549              - do-not-merge/work-in-progress
  5550              - needs-ok-to-test
  5551              - needs-rebase
  5552            reviewApprovedRequired: false
  5553          report: true
  5554          rerunCommand: /test this
  5555          runIfChanged: ""
  5556          skipBranches: {}
  5557          trigger: (?m)^/test( all| this),?(s+|$)
  5558      schedulerAgent:
  5559        agent: tekton
  5560      welcome:
  5561      - message_template: Welcome contributor to Jenkins X
  5562  - apiVersion: jenkins.io/v1
  5563    kind: Scheduler
  5564    metadata:
  5565      creationTimestamp: null
  5566      name: jenkins-x-charts-hey-scheduler
  5567      namespace: jx
  5568    spec:
  5569      approve:
  5570        issueRequired: false
  5571        lgtmActsAsApprove: true
  5572        requireSelfApproval: true
  5573      attachments:
  5574      - name: reportTemplate
  5575        urls:
  5576        - '{{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}}'
  5577      merger:
  5578        blockerLabel: ""
  5579        maxGoroutines: 0
  5580        mergeMethod: merge
  5581        policy:
  5582          fromBranchProtection: true
  5583          optionalContexts: {}
  5584          requiredContexts: {}
  5585          requiredIfPresentContexts: {}
  5586          skipUnknownContexts: false
  5587        prStatusBaseUrl: ""
  5588        squashLabel: ""
  5589        targetUrl: https://deck.infra.jrawlings.co.uk
  5590      periodics:
  5591        entries:
  5592        - agent: ""
  5593          cluster: ""
  5594          cron: ""
  5595          interval: null
  5596          labels: {}
  5597          maxConcurrency: 0
  5598          name: periodic-jx-stale
  5599          spec:
  5600            containers:
  5601            - args:
  5602              - |-
  5603                --query=org:jenkins-x
  5604                -label:lifecycle/frozen
  5605                -label:lifecycle/stale
  5606                -label:lifecycle/rotten
  5607              - --updated=2160h
  5608              - --token=/etc/token/oauth
  5609              - |-
  5610                --comment=Issues go stale after 90d of inactivity.
  5611                Mark the issue as fresh with `/remove-lifecycle stale`.
  5612                Stale issues rot after an additional 30d of inactivity and eventually close.
  5613                If this issue is safe to close now please do so with `/close`.
  5614                Provide feedback via https://jenkins-x.io/community.
  5615                /lifecycle stale
  5616              - --template
  5617              - --ceiling=30
  5618              - --confirm
  5619              command:
  5620              - /app/robots/commenter/app.binary
  5621              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5622              name: ""
  5623              resources: {}
  5624              volumeMounts:
  5625              - mountPath: /etc/token
  5626                name: token
  5627            volumes:
  5628            - name: token
  5629              secret:
  5630                secretName: oauth-token
  5631          tags: {}
  5632        - agent: ""
  5633          cluster: ""
  5634          cron: ""
  5635          interval: null
  5636          labels: {}
  5637          maxConcurrency: 0
  5638          name: periodic-jx-close
  5639          spec:
  5640            containers:
  5641            - args:
  5642              - |-
  5643                --query=org:jenkins-x
  5644                -label:lifecycle/frozen
  5645                label:lifecycle/rotten
  5646              - --updated=720h
  5647              - --token=/etc/token/oauth
  5648              - |-
  5649                --comment=Rotten issues close after 30d of inactivity.
  5650                Reopen the issue with `/reopen`.
  5651                Mark the issue as fresh with `/remove-lifecycle rotten`.
  5652                Provide feedback via https://jenkins-x.io/community.
  5653                /close
  5654              - --template
  5655              - --ceiling=10
  5656              - --confirm
  5657              command:
  5658              - /app/robots/commenter/app.binary
  5659              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5660              name: ""
  5661              resources: {}
  5662              volumeMounts:
  5663              - mountPath: /etc/token
  5664                name: token
  5665            volumes:
  5666            - name: token
  5667              secret:
  5668                secretName: oauth-token
  5669          tags: {}
  5670        - agent: ""
  5671          cluster: ""
  5672          cron: ""
  5673          interval: null
  5674          labels: {}
  5675          maxConcurrency: 0
  5676          name: periodic-jx-rotten
  5677          spec:
  5678            containers:
  5679            - args:
  5680              - |-
  5681                --query=org:jenkins-x
  5682                -label:lifecycle/frozen
  5683                label:lifecycle/stale
  5684                -label:lifecycle/rotten
  5685              - --updated=720h
  5686              - --token=/etc/token/oauth
  5687              - |-
  5688                --comment=Stale issues rot after 30d of inactivity.
  5689                Mark the issue as fresh with `/remove-lifecycle rotten`.
  5690                Rotten issues close after an additional 30d of inactivity.
  5691                If this issue is safe to close now please do so with `/close`.
  5692                Provide feedback via https://jenkins-x.io/community.
  5693                /lifecycle rotten
  5694              - --template
  5695              - --ceiling=10
  5696              - --confirm
  5697              command:
  5698              - /app/robots/commenter/app.binary
  5699              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5700              name: ""
  5701              resources: {}
  5702              volumeMounts:
  5703              - mountPath: /etc/token
  5704                name: token
  5705            volumes:
  5706            - name: token
  5707              secret:
  5708                secretName: oauth-token
  5709          tags: {}
  5710      plugins:
  5711        entries:
  5712        - approve
  5713        - heart
  5714        - assign
  5715        - help
  5716        - hold
  5717        - lgtm
  5718        - lifecycle
  5719        - label
  5720        - size
  5721        - trigger
  5722        - wip
  5723        - cat
  5724        - dog
  5725        - override
  5726      policy:
  5727        protectTested: true
  5728      postsubmits:
  5729        entries:
  5730        - agent: tekton
  5731          branches:
  5732            entries:
  5733            - master
  5734          cluster: ""
  5735          context: tekton
  5736          labels: {}
  5737          maxConcurrency: 0
  5738          name: tekton
  5739          report: false
  5740          runIfChanged: ""
  5741          skipBranches: {}
  5742      presubmits:
  5743        entries:
  5744        - agent: tekton
  5745          alwaysRun: true
  5746          branches: {}
  5747          cluster: ""
  5748          context: tekton
  5749          labels: {}
  5750          maxConcurrency: 0
  5751          mergeMethod: merge
  5752          name: tekton
  5753          optional: false
  5754          policy:
  5755            Replace: false
  5756            requiredStatusChecks:
  5757              contexts:
  5758                entries:
  5759                - tekton
  5760          queries:
  5761          - excludedBranches: {}
  5762            includedBranches: {}
  5763            labels:
  5764              entries:
  5765              - updatebot
  5766            milestone: ""
  5767            missingLabels:
  5768              entries:
  5769              - do-not-merge
  5770              - do-not-merge/hold
  5771              - do-not-merge/work-in-progress
  5772              - needs-ok-to-test
  5773              - needs-rebase
  5774            reviewApprovedRequired: false
  5775          - excludedBranches: {}
  5776            includedBranches: {}
  5777            labels:
  5778              entries:
  5779              - approved
  5780            milestone: ""
  5781            missingLabels:
  5782              entries:
  5783              - do-not-merge
  5784              - do-not-merge/hold
  5785              - do-not-merge/work-in-progress
  5786              - needs-ok-to-test
  5787              - needs-rebase
  5788            reviewApprovedRequired: false
  5789          report: true
  5790          rerunCommand: /test this
  5791          runIfChanged: ""
  5792          skipBranches: {}
  5793          trigger: (?m)^/test( all| this),?(s+|$)
  5794      schedulerAgent:
  5795        agent: tekton
  5796      welcome:
  5797      - message_template: Welcome contributor to Jenkins X
  5798  - apiVersion: jenkins.io/v1
  5799    kind: Scheduler
  5800    metadata:
  5801      creationTimestamp: null
  5802      name: jenkins-x-charts-jenkins-x-minimal-scheduler
  5803      namespace: jx
  5804    spec:
  5805      approve:
  5806        issueRequired: false
  5807        lgtmActsAsApprove: true
  5808        requireSelfApproval: true
  5809      attachments:
  5810      - name: reportTemplate
  5811        urls:
  5812        - '{{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}}'
  5813      merger:
  5814        blockerLabel: ""
  5815        maxGoroutines: 0
  5816        mergeMethod: merge
  5817        policy:
  5818          fromBranchProtection: true
  5819          optionalContexts: {}
  5820          requiredContexts: {}
  5821          requiredIfPresentContexts: {}
  5822          skipUnknownContexts: false
  5823        prStatusBaseUrl: ""
  5824        squashLabel: ""
  5825        targetUrl: https://deck.infra.jrawlings.co.uk
  5826      periodics:
  5827        entries:
  5828        - agent: ""
  5829          cluster: ""
  5830          cron: ""
  5831          interval: null
  5832          labels: {}
  5833          maxConcurrency: 0
  5834          name: periodic-jx-stale
  5835          spec:
  5836            containers:
  5837            - args:
  5838              - |-
  5839                --query=org:jenkins-x
  5840                -label:lifecycle/frozen
  5841                -label:lifecycle/stale
  5842                -label:lifecycle/rotten
  5843              - --updated=2160h
  5844              - --token=/etc/token/oauth
  5845              - |-
  5846                --comment=Issues go stale after 90d of inactivity.
  5847                Mark the issue as fresh with `/remove-lifecycle stale`.
  5848                Stale issues rot after an additional 30d of inactivity and eventually close.
  5849                If this issue is safe to close now please do so with `/close`.
  5850                Provide feedback via https://jenkins-x.io/community.
  5851                /lifecycle stale
  5852              - --template
  5853              - --ceiling=30
  5854              - --confirm
  5855              command:
  5856              - /app/robots/commenter/app.binary
  5857              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5858              name: ""
  5859              resources: {}
  5860              volumeMounts:
  5861              - mountPath: /etc/token
  5862                name: token
  5863            volumes:
  5864            - name: token
  5865              secret:
  5866                secretName: oauth-token
  5867          tags: {}
  5868        - agent: ""
  5869          cluster: ""
  5870          cron: ""
  5871          interval: null
  5872          labels: {}
  5873          maxConcurrency: 0
  5874          name: periodic-jx-close
  5875          spec:
  5876            containers:
  5877            - args:
  5878              - |-
  5879                --query=org:jenkins-x
  5880                -label:lifecycle/frozen
  5881                label:lifecycle/rotten
  5882              - --updated=720h
  5883              - --token=/etc/token/oauth
  5884              - |-
  5885                --comment=Rotten issues close after 30d of inactivity.
  5886                Reopen the issue with `/reopen`.
  5887                Mark the issue as fresh with `/remove-lifecycle rotten`.
  5888                Provide feedback via https://jenkins-x.io/community.
  5889                /close
  5890              - --template
  5891              - --ceiling=10
  5892              - --confirm
  5893              command:
  5894              - /app/robots/commenter/app.binary
  5895              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5896              name: ""
  5897              resources: {}
  5898              volumeMounts:
  5899              - mountPath: /etc/token
  5900                name: token
  5901            volumes:
  5902            - name: token
  5903              secret:
  5904                secretName: oauth-token
  5905          tags: {}
  5906        - agent: ""
  5907          cluster: ""
  5908          cron: ""
  5909          interval: null
  5910          labels: {}
  5911          maxConcurrency: 0
  5912          name: periodic-jx-rotten
  5913          spec:
  5914            containers:
  5915            - args:
  5916              - |-
  5917                --query=org:jenkins-x
  5918                -label:lifecycle/frozen
  5919                label:lifecycle/stale
  5920                -label:lifecycle/rotten
  5921              - --updated=720h
  5922              - --token=/etc/token/oauth
  5923              - |-
  5924                --comment=Stale issues rot after 30d of inactivity.
  5925                Mark the issue as fresh with `/remove-lifecycle rotten`.
  5926                Rotten issues close after an additional 30d of inactivity.
  5927                If this issue is safe to close now please do so with `/close`.
  5928                Provide feedback via https://jenkins-x.io/community.
  5929                /lifecycle rotten
  5930              - --template
  5931              - --ceiling=10
  5932              - --confirm
  5933              command:
  5934              - /app/robots/commenter/app.binary
  5935              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  5936              name: ""
  5937              resources: {}
  5938              volumeMounts:
  5939              - mountPath: /etc/token
  5940                name: token
  5941            volumes:
  5942            - name: token
  5943              secret:
  5944                secretName: oauth-token
  5945          tags: {}
  5946      plugins:
  5947        entries:
  5948        - approve
  5949        - heart
  5950        - assign
  5951        - help
  5952        - hold
  5953        - lgtm
  5954        - lifecycle
  5955        - label
  5956        - size
  5957        - trigger
  5958        - wip
  5959        - cat
  5960        - dog
  5961        - override
  5962      policy:
  5963        protectTested: true
  5964      postsubmits:
  5965        entries:
  5966        - agent: tekton
  5967          branches:
  5968            entries:
  5969            - master
  5970          cluster: ""
  5971          context: tekton
  5972          labels: {}
  5973          maxConcurrency: 0
  5974          name: tekton
  5975          report: false
  5976          runIfChanged: ""
  5977          skipBranches: {}
  5978      presubmits:
  5979        entries:
  5980        - agent: tekton
  5981          alwaysRun: true
  5982          branches: {}
  5983          cluster: ""
  5984          context: tekton
  5985          labels: {}
  5986          maxConcurrency: 0
  5987          mergeMethod: merge
  5988          name: tekton
  5989          optional: false
  5990          policy:
  5991            Replace: false
  5992            requiredStatusChecks:
  5993              contexts:
  5994                entries:
  5995                - tekton
  5996          queries:
  5997          - excludedBranches: {}
  5998            includedBranches: {}
  5999            labels:
  6000              entries:
  6001              - updatebot
  6002            milestone: ""
  6003            missingLabels:
  6004              entries:
  6005              - do-not-merge
  6006              - do-not-merge/hold
  6007              - do-not-merge/work-in-progress
  6008              - needs-ok-to-test
  6009              - needs-rebase
  6010            reviewApprovedRequired: false
  6011          - excludedBranches: {}
  6012            includedBranches: {}
  6013            labels:
  6014              entries:
  6015              - approved
  6016            milestone: ""
  6017            missingLabels:
  6018              entries:
  6019              - do-not-merge
  6020              - do-not-merge/hold
  6021              - do-not-merge/work-in-progress
  6022              - needs-ok-to-test
  6023              - needs-rebase
  6024            reviewApprovedRequired: false
  6025          report: true
  6026          rerunCommand: /test this
  6027          runIfChanged: ""
  6028          skipBranches: {}
  6029          trigger: (?m)^/test( all| this),?(s+|$)
  6030      schedulerAgent:
  6031        agent: tekton
  6032      welcome:
  6033      - message_template: Welcome contributor to Jenkins X
  6034  - apiVersion: jenkins.io/v1
  6035    kind: Scheduler
  6036    metadata:
  6037      creationTimestamp: null
  6038      name: jenkins-x-charts-jx-build-templates-scheduler
  6039      namespace: jx
  6040    spec:
  6041      approve:
  6042        issueRequired: false
  6043        lgtmActsAsApprove: true
  6044        requireSelfApproval: true
  6045      attachments:
  6046      - name: reportTemplate
  6047        urls:
  6048        - '{{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}}'
  6049      merger:
  6050        blockerLabel: ""
  6051        maxGoroutines: 0
  6052        mergeMethod: merge
  6053        policy:
  6054          fromBranchProtection: true
  6055          optionalContexts: {}
  6056          requiredContexts: {}
  6057          requiredIfPresentContexts: {}
  6058          skipUnknownContexts: false
  6059        prStatusBaseUrl: ""
  6060        squashLabel: ""
  6061        targetUrl: https://deck.infra.jrawlings.co.uk
  6062      periodics:
  6063        entries:
  6064        - agent: ""
  6065          cluster: ""
  6066          cron: ""
  6067          interval: null
  6068          labels: {}
  6069          maxConcurrency: 0
  6070          name: periodic-jx-stale
  6071          spec:
  6072            containers:
  6073            - args:
  6074              - |-
  6075                --query=org:jenkins-x
  6076                -label:lifecycle/frozen
  6077                -label:lifecycle/stale
  6078                -label:lifecycle/rotten
  6079              - --updated=2160h
  6080              - --token=/etc/token/oauth
  6081              - |-
  6082                --comment=Issues go stale after 90d of inactivity.
  6083                Mark the issue as fresh with `/remove-lifecycle stale`.
  6084                Stale issues rot after an additional 30d of inactivity and eventually close.
  6085                If this issue is safe to close now please do so with `/close`.
  6086                Provide feedback via https://jenkins-x.io/community.
  6087                /lifecycle stale
  6088              - --template
  6089              - --ceiling=30
  6090              - --confirm
  6091              command:
  6092              - /app/robots/commenter/app.binary
  6093              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6094              name: ""
  6095              resources: {}
  6096              volumeMounts:
  6097              - mountPath: /etc/token
  6098                name: token
  6099            volumes:
  6100            - name: token
  6101              secret:
  6102                secretName: oauth-token
  6103          tags: {}
  6104        - agent: ""
  6105          cluster: ""
  6106          cron: ""
  6107          interval: null
  6108          labels: {}
  6109          maxConcurrency: 0
  6110          name: periodic-jx-close
  6111          spec:
  6112            containers:
  6113            - args:
  6114              - |-
  6115                --query=org:jenkins-x
  6116                -label:lifecycle/frozen
  6117                label:lifecycle/rotten
  6118              - --updated=720h
  6119              - --token=/etc/token/oauth
  6120              - |-
  6121                --comment=Rotten issues close after 30d of inactivity.
  6122                Reopen the issue with `/reopen`.
  6123                Mark the issue as fresh with `/remove-lifecycle rotten`.
  6124                Provide feedback via https://jenkins-x.io/community.
  6125                /close
  6126              - --template
  6127              - --ceiling=10
  6128              - --confirm
  6129              command:
  6130              - /app/robots/commenter/app.binary
  6131              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6132              name: ""
  6133              resources: {}
  6134              volumeMounts:
  6135              - mountPath: /etc/token
  6136                name: token
  6137            volumes:
  6138            - name: token
  6139              secret:
  6140                secretName: oauth-token
  6141          tags: {}
  6142        - agent: ""
  6143          cluster: ""
  6144          cron: ""
  6145          interval: null
  6146          labels: {}
  6147          maxConcurrency: 0
  6148          name: periodic-jx-rotten
  6149          spec:
  6150            containers:
  6151            - args:
  6152              - |-
  6153                --query=org:jenkins-x
  6154                -label:lifecycle/frozen
  6155                label:lifecycle/stale
  6156                -label:lifecycle/rotten
  6157              - --updated=720h
  6158              - --token=/etc/token/oauth
  6159              - |-
  6160                --comment=Stale issues rot after 30d of inactivity.
  6161                Mark the issue as fresh with `/remove-lifecycle rotten`.
  6162                Rotten issues close after an additional 30d of inactivity.
  6163                If this issue is safe to close now please do so with `/close`.
  6164                Provide feedback via https://jenkins-x.io/community.
  6165                /lifecycle rotten
  6166              - --template
  6167              - --ceiling=10
  6168              - --confirm
  6169              command:
  6170              - /app/robots/commenter/app.binary
  6171              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6172              name: ""
  6173              resources: {}
  6174              volumeMounts:
  6175              - mountPath: /etc/token
  6176                name: token
  6177            volumes:
  6178            - name: token
  6179              secret:
  6180                secretName: oauth-token
  6181          tags: {}
  6182      plugins:
  6183        entries:
  6184        - approve
  6185        - heart
  6186        - assign
  6187        - help
  6188        - hold
  6189        - lgtm
  6190        - lifecycle
  6191        - label
  6192        - size
  6193        - trigger
  6194        - wip
  6195        - cat
  6196        - dog
  6197        - override
  6198      policy:
  6199        protectTested: true
  6200      postsubmits:
  6201        entries:
  6202        - agent: tekton
  6203          branches:
  6204            entries:
  6205            - master
  6206          cluster: ""
  6207          context: tekton
  6208          labels: {}
  6209          maxConcurrency: 0
  6210          name: tekton
  6211          report: false
  6212          runIfChanged: ""
  6213          skipBranches: {}
  6214      presubmits:
  6215        entries:
  6216        - agent: tekton
  6217          alwaysRun: true
  6218          branches: {}
  6219          cluster: ""
  6220          context: tekton
  6221          labels: {}
  6222          maxConcurrency: 0
  6223          mergeMethod: merge
  6224          name: tekton
  6225          optional: false
  6226          policy:
  6227            Replace: false
  6228            requiredStatusChecks:
  6229              contexts:
  6230                entries:
  6231                - tekton
  6232          queries:
  6233          - excludedBranches: {}
  6234            includedBranches: {}
  6235            labels:
  6236              entries:
  6237              - updatebot
  6238            milestone: ""
  6239            missingLabels:
  6240              entries:
  6241              - do-not-merge
  6242              - do-not-merge/hold
  6243              - do-not-merge/work-in-progress
  6244              - needs-ok-to-test
  6245              - needs-rebase
  6246            reviewApprovedRequired: false
  6247          - excludedBranches: {}
  6248            includedBranches: {}
  6249            labels:
  6250              entries:
  6251              - approved
  6252            milestone: ""
  6253            missingLabels:
  6254              entries:
  6255              - do-not-merge
  6256              - do-not-merge/hold
  6257              - do-not-merge/work-in-progress
  6258              - needs-ok-to-test
  6259              - needs-rebase
  6260            reviewApprovedRequired: false
  6261          report: true
  6262          rerunCommand: /test this
  6263          runIfChanged: ""
  6264          skipBranches: {}
  6265          trigger: (?m)^/test( all| this),?(s+|$)
  6266      schedulerAgent:
  6267        agent: tekton
  6268      welcome:
  6269      - message_template: Welcome contributor to Jenkins X
  6270  - apiVersion: jenkins.io/v1
  6271    kind: Scheduler
  6272    metadata:
  6273      creationTimestamp: null
  6274      name: jenkins-x-charts-knative-build-scheduler
  6275      namespace: jx
  6276    spec:
  6277      approve:
  6278        issueRequired: false
  6279        lgtmActsAsApprove: true
  6280        requireSelfApproval: true
  6281      attachments:
  6282      - name: reportTemplate
  6283        urls:
  6284        - '{{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}}'
  6285      merger:
  6286        blockerLabel: ""
  6287        maxGoroutines: 0
  6288        mergeMethod: merge
  6289        policy:
  6290          fromBranchProtection: true
  6291          optionalContexts: {}
  6292          requiredContexts: {}
  6293          requiredIfPresentContexts: {}
  6294          skipUnknownContexts: false
  6295        prStatusBaseUrl: ""
  6296        squashLabel: ""
  6297        targetUrl: https://deck.infra.jrawlings.co.uk
  6298      periodics:
  6299        entries:
  6300        - agent: ""
  6301          cluster: ""
  6302          cron: ""
  6303          interval: null
  6304          labels: {}
  6305          maxConcurrency: 0
  6306          name: periodic-jx-stale
  6307          spec:
  6308            containers:
  6309            - args:
  6310              - |-
  6311                --query=org:jenkins-x
  6312                -label:lifecycle/frozen
  6313                -label:lifecycle/stale
  6314                -label:lifecycle/rotten
  6315              - --updated=2160h
  6316              - --token=/etc/token/oauth
  6317              - |-
  6318                --comment=Issues go stale after 90d of inactivity.
  6319                Mark the issue as fresh with `/remove-lifecycle stale`.
  6320                Stale issues rot after an additional 30d of inactivity and eventually close.
  6321                If this issue is safe to close now please do so with `/close`.
  6322                Provide feedback via https://jenkins-x.io/community.
  6323                /lifecycle stale
  6324              - --template
  6325              - --ceiling=30
  6326              - --confirm
  6327              command:
  6328              - /app/robots/commenter/app.binary
  6329              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6330              name: ""
  6331              resources: {}
  6332              volumeMounts:
  6333              - mountPath: /etc/token
  6334                name: token
  6335            volumes:
  6336            - name: token
  6337              secret:
  6338                secretName: oauth-token
  6339          tags: {}
  6340        - agent: ""
  6341          cluster: ""
  6342          cron: ""
  6343          interval: null
  6344          labels: {}
  6345          maxConcurrency: 0
  6346          name: periodic-jx-close
  6347          spec:
  6348            containers:
  6349            - args:
  6350              - |-
  6351                --query=org:jenkins-x
  6352                -label:lifecycle/frozen
  6353                label:lifecycle/rotten
  6354              - --updated=720h
  6355              - --token=/etc/token/oauth
  6356              - |-
  6357                --comment=Rotten issues close after 30d of inactivity.
  6358                Reopen the issue with `/reopen`.
  6359                Mark the issue as fresh with `/remove-lifecycle rotten`.
  6360                Provide feedback via https://jenkins-x.io/community.
  6361                /close
  6362              - --template
  6363              - --ceiling=10
  6364              - --confirm
  6365              command:
  6366              - /app/robots/commenter/app.binary
  6367              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6368              name: ""
  6369              resources: {}
  6370              volumeMounts:
  6371              - mountPath: /etc/token
  6372                name: token
  6373            volumes:
  6374            - name: token
  6375              secret:
  6376                secretName: oauth-token
  6377          tags: {}
  6378        - agent: ""
  6379          cluster: ""
  6380          cron: ""
  6381          interval: null
  6382          labels: {}
  6383          maxConcurrency: 0
  6384          name: periodic-jx-rotten
  6385          spec:
  6386            containers:
  6387            - args:
  6388              - |-
  6389                --query=org:jenkins-x
  6390                -label:lifecycle/frozen
  6391                label:lifecycle/stale
  6392                -label:lifecycle/rotten
  6393              - --updated=720h
  6394              - --token=/etc/token/oauth
  6395              - |-
  6396                --comment=Stale issues rot after 30d of inactivity.
  6397                Mark the issue as fresh with `/remove-lifecycle rotten`.
  6398                Rotten issues close after an additional 30d of inactivity.
  6399                If this issue is safe to close now please do so with `/close`.
  6400                Provide feedback via https://jenkins-x.io/community.
  6401                /lifecycle rotten
  6402              - --template
  6403              - --ceiling=10
  6404              - --confirm
  6405              command:
  6406              - /app/robots/commenter/app.binary
  6407              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6408              name: ""
  6409              resources: {}
  6410              volumeMounts:
  6411              - mountPath: /etc/token
  6412                name: token
  6413            volumes:
  6414            - name: token
  6415              secret:
  6416                secretName: oauth-token
  6417          tags: {}
  6418      plugins:
  6419        entries:
  6420        - approve
  6421        - heart
  6422        - assign
  6423        - help
  6424        - hold
  6425        - lgtm
  6426        - lifecycle
  6427        - label
  6428        - size
  6429        - trigger
  6430        - wip
  6431        - cat
  6432        - dog
  6433        - override
  6434      policy:
  6435        protectTested: true
  6436      postsubmits:
  6437        entries:
  6438        - agent: tekton
  6439          branches:
  6440            entries:
  6441            - master
  6442          cluster: ""
  6443          context: tekton
  6444          labels: {}
  6445          maxConcurrency: 0
  6446          name: tekton
  6447          report: false
  6448          runIfChanged: ""
  6449          skipBranches: {}
  6450      presubmits:
  6451        entries:
  6452        - agent: tekton
  6453          alwaysRun: true
  6454          branches: {}
  6455          cluster: ""
  6456          context: tekton
  6457          labels: {}
  6458          maxConcurrency: 0
  6459          mergeMethod: merge
  6460          name: tekton
  6461          optional: false
  6462          policy:
  6463            Replace: false
  6464            requiredStatusChecks:
  6465              contexts:
  6466                entries:
  6467                - tekton
  6468          queries:
  6469          - excludedBranches: {}
  6470            includedBranches: {}
  6471            labels:
  6472              entries:
  6473              - updatebot
  6474            milestone: ""
  6475            missingLabels:
  6476              entries:
  6477              - do-not-merge
  6478              - do-not-merge/hold
  6479              - do-not-merge/work-in-progress
  6480              - needs-ok-to-test
  6481              - needs-rebase
  6482            reviewApprovedRequired: false
  6483          - excludedBranches: {}
  6484            includedBranches: {}
  6485            labels:
  6486              entries:
  6487              - approved
  6488            milestone: ""
  6489            missingLabels:
  6490              entries:
  6491              - do-not-merge
  6492              - do-not-merge/hold
  6493              - do-not-merge/work-in-progress
  6494              - needs-ok-to-test
  6495              - needs-rebase
  6496            reviewApprovedRequired: false
  6497          report: true
  6498          rerunCommand: /test this
  6499          runIfChanged: ""
  6500          skipBranches: {}
  6501          trigger: (?m)^/test( all| this),?(s+|$)
  6502      schedulerAgent:
  6503        agent: tekton
  6504      welcome:
  6505      - message_template: Welcome contributor to Jenkins X
  6506  - apiVersion: jenkins.io/v1
  6507    kind: Scheduler
  6508    metadata:
  6509      creationTimestamp: null
  6510      name: jenkins-x-charts-kubernetes-replicator-scheduler
  6511      namespace: jx
  6512    spec:
  6513      approve:
  6514        issueRequired: false
  6515        lgtmActsAsApprove: true
  6516        requireSelfApproval: true
  6517      attachments:
  6518      - name: reportTemplate
  6519        urls:
  6520        - '{{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}}'
  6521      merger:
  6522        blockerLabel: ""
  6523        maxGoroutines: 0
  6524        mergeMethod: merge
  6525        policy:
  6526          fromBranchProtection: true
  6527          optionalContexts: {}
  6528          requiredContexts: {}
  6529          requiredIfPresentContexts: {}
  6530          skipUnknownContexts: false
  6531        prStatusBaseUrl: ""
  6532        squashLabel: ""
  6533        targetUrl: https://deck.infra.jrawlings.co.uk
  6534      periodics:
  6535        entries:
  6536        - agent: ""
  6537          cluster: ""
  6538          cron: ""
  6539          interval: null
  6540          labels: {}
  6541          maxConcurrency: 0
  6542          name: periodic-jx-stale
  6543          spec:
  6544            containers:
  6545            - args:
  6546              - |-
  6547                --query=org:jenkins-x
  6548                -label:lifecycle/frozen
  6549                -label:lifecycle/stale
  6550                -label:lifecycle/rotten
  6551              - --updated=2160h
  6552              - --token=/etc/token/oauth
  6553              - |-
  6554                --comment=Issues go stale after 90d of inactivity.
  6555                Mark the issue as fresh with `/remove-lifecycle stale`.
  6556                Stale issues rot after an additional 30d of inactivity and eventually close.
  6557                If this issue is safe to close now please do so with `/close`.
  6558                Provide feedback via https://jenkins-x.io/community.
  6559                /lifecycle stale
  6560              - --template
  6561              - --ceiling=30
  6562              - --confirm
  6563              command:
  6564              - /app/robots/commenter/app.binary
  6565              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6566              name: ""
  6567              resources: {}
  6568              volumeMounts:
  6569              - mountPath: /etc/token
  6570                name: token
  6571            volumes:
  6572            - name: token
  6573              secret:
  6574                secretName: oauth-token
  6575          tags: {}
  6576        - agent: ""
  6577          cluster: ""
  6578          cron: ""
  6579          interval: null
  6580          labels: {}
  6581          maxConcurrency: 0
  6582          name: periodic-jx-close
  6583          spec:
  6584            containers:
  6585            - args:
  6586              - |-
  6587                --query=org:jenkins-x
  6588                -label:lifecycle/frozen
  6589                label:lifecycle/rotten
  6590              - --updated=720h
  6591              - --token=/etc/token/oauth
  6592              - |-
  6593                --comment=Rotten issues close after 30d of inactivity.
  6594                Reopen the issue with `/reopen`.
  6595                Mark the issue as fresh with `/remove-lifecycle rotten`.
  6596                Provide feedback via https://jenkins-x.io/community.
  6597                /close
  6598              - --template
  6599              - --ceiling=10
  6600              - --confirm
  6601              command:
  6602              - /app/robots/commenter/app.binary
  6603              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6604              name: ""
  6605              resources: {}
  6606              volumeMounts:
  6607              - mountPath: /etc/token
  6608                name: token
  6609            volumes:
  6610            - name: token
  6611              secret:
  6612                secretName: oauth-token
  6613          tags: {}
  6614        - agent: ""
  6615          cluster: ""
  6616          cron: ""
  6617          interval: null
  6618          labels: {}
  6619          maxConcurrency: 0
  6620          name: periodic-jx-rotten
  6621          spec:
  6622            containers:
  6623            - args:
  6624              - |-
  6625                --query=org:jenkins-x
  6626                -label:lifecycle/frozen
  6627                label:lifecycle/stale
  6628                -label:lifecycle/rotten
  6629              - --updated=720h
  6630              - --token=/etc/token/oauth
  6631              - |-
  6632                --comment=Stale issues rot after 30d of inactivity.
  6633                Mark the issue as fresh with `/remove-lifecycle rotten`.
  6634                Rotten issues close after an additional 30d of inactivity.
  6635                If this issue is safe to close now please do so with `/close`.
  6636                Provide feedback via https://jenkins-x.io/community.
  6637                /lifecycle rotten
  6638              - --template
  6639              - --ceiling=10
  6640              - --confirm
  6641              command:
  6642              - /app/robots/commenter/app.binary
  6643              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6644              name: ""
  6645              resources: {}
  6646              volumeMounts:
  6647              - mountPath: /etc/token
  6648                name: token
  6649            volumes:
  6650            - name: token
  6651              secret:
  6652                secretName: oauth-token
  6653          tags: {}
  6654      plugins:
  6655        entries:
  6656        - approve
  6657        - heart
  6658        - assign
  6659        - help
  6660        - hold
  6661        - lgtm
  6662        - lifecycle
  6663        - label
  6664        - size
  6665        - trigger
  6666        - wip
  6667        - cat
  6668        - dog
  6669        - override
  6670      policy:
  6671        protectTested: true
  6672      postsubmits:
  6673        entries:
  6674        - agent: tekton
  6675          branches:
  6676            entries:
  6677            - master
  6678          cluster: ""
  6679          context: tekton
  6680          labels: {}
  6681          maxConcurrency: 0
  6682          name: tekton
  6683          report: false
  6684          runIfChanged: ""
  6685          skipBranches: {}
  6686      presubmits:
  6687        entries:
  6688        - agent: tekton
  6689          alwaysRun: true
  6690          branches: {}
  6691          cluster: ""
  6692          context: tekton
  6693          labels: {}
  6694          maxConcurrency: 0
  6695          mergeMethod: merge
  6696          name: tekton
  6697          optional: false
  6698          policy:
  6699            Replace: false
  6700            requiredStatusChecks:
  6701              contexts:
  6702                entries:
  6703                - tekton
  6704          queries:
  6705          - excludedBranches: {}
  6706            includedBranches: {}
  6707            labels:
  6708              entries:
  6709              - updatebot
  6710            milestone: ""
  6711            missingLabels:
  6712              entries:
  6713              - do-not-merge
  6714              - do-not-merge/hold
  6715              - do-not-merge/work-in-progress
  6716              - needs-ok-to-test
  6717              - needs-rebase
  6718            reviewApprovedRequired: false
  6719          - excludedBranches: {}
  6720            includedBranches: {}
  6721            labels:
  6722              entries:
  6723              - approved
  6724            milestone: ""
  6725            missingLabels:
  6726              entries:
  6727              - do-not-merge
  6728              - do-not-merge/hold
  6729              - do-not-merge/work-in-progress
  6730              - needs-ok-to-test
  6731              - needs-rebase
  6732            reviewApprovedRequired: false
  6733          report: true
  6734          rerunCommand: /test this
  6735          runIfChanged: ""
  6736          skipBranches: {}
  6737          trigger: (?m)^/test( all| this),?(s+|$)
  6738      schedulerAgent:
  6739        agent: tekton
  6740      welcome:
  6741      - message_template: Welcome contributor to Jenkins X
  6742  - apiVersion: jenkins.io/v1
  6743    kind: Scheduler
  6744    metadata:
  6745      creationTimestamp: null
  6746      name: jenkins-x-charts-nexus-scheduler
  6747      namespace: jx
  6748    spec:
  6749      approve:
  6750        issueRequired: false
  6751        lgtmActsAsApprove: true
  6752        requireSelfApproval: true
  6753      attachments:
  6754      - name: reportTemplate
  6755        urls:
  6756        - '{{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}}'
  6757      merger:
  6758        blockerLabel: ""
  6759        maxGoroutines: 0
  6760        mergeMethod: merge
  6761        policy:
  6762          fromBranchProtection: true
  6763          optionalContexts: {}
  6764          requiredContexts: {}
  6765          requiredIfPresentContexts: {}
  6766          skipUnknownContexts: false
  6767        prStatusBaseUrl: ""
  6768        squashLabel: ""
  6769        targetUrl: https://deck.infra.jrawlings.co.uk
  6770      periodics:
  6771        entries:
  6772        - agent: ""
  6773          cluster: ""
  6774          cron: ""
  6775          interval: null
  6776          labels: {}
  6777          maxConcurrency: 0
  6778          name: periodic-jx-stale
  6779          spec:
  6780            containers:
  6781            - args:
  6782              - |-
  6783                --query=org:jenkins-x
  6784                -label:lifecycle/frozen
  6785                -label:lifecycle/stale
  6786                -label:lifecycle/rotten
  6787              - --updated=2160h
  6788              - --token=/etc/token/oauth
  6789              - |-
  6790                --comment=Issues go stale after 90d of inactivity.
  6791                Mark the issue as fresh with `/remove-lifecycle stale`.
  6792                Stale issues rot after an additional 30d of inactivity and eventually close.
  6793                If this issue is safe to close now please do so with `/close`.
  6794                Provide feedback via https://jenkins-x.io/community.
  6795                /lifecycle stale
  6796              - --template
  6797              - --ceiling=30
  6798              - --confirm
  6799              command:
  6800              - /app/robots/commenter/app.binary
  6801              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6802              name: ""
  6803              resources: {}
  6804              volumeMounts:
  6805              - mountPath: /etc/token
  6806                name: token
  6807            volumes:
  6808            - name: token
  6809              secret:
  6810                secretName: oauth-token
  6811          tags: {}
  6812        - agent: ""
  6813          cluster: ""
  6814          cron: ""
  6815          interval: null
  6816          labels: {}
  6817          maxConcurrency: 0
  6818          name: periodic-jx-close
  6819          spec:
  6820            containers:
  6821            - args:
  6822              - |-
  6823                --query=org:jenkins-x
  6824                -label:lifecycle/frozen
  6825                label:lifecycle/rotten
  6826              - --updated=720h
  6827              - --token=/etc/token/oauth
  6828              - |-
  6829                --comment=Rotten issues close after 30d of inactivity.
  6830                Reopen the issue with `/reopen`.
  6831                Mark the issue as fresh with `/remove-lifecycle rotten`.
  6832                Provide feedback via https://jenkins-x.io/community.
  6833                /close
  6834              - --template
  6835              - --ceiling=10
  6836              - --confirm
  6837              command:
  6838              - /app/robots/commenter/app.binary
  6839              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6840              name: ""
  6841              resources: {}
  6842              volumeMounts:
  6843              - mountPath: /etc/token
  6844                name: token
  6845            volumes:
  6846            - name: token
  6847              secret:
  6848                secretName: oauth-token
  6849          tags: {}
  6850        - agent: ""
  6851          cluster: ""
  6852          cron: ""
  6853          interval: null
  6854          labels: {}
  6855          maxConcurrency: 0
  6856          name: periodic-jx-rotten
  6857          spec:
  6858            containers:
  6859            - args:
  6860              - |-
  6861                --query=org:jenkins-x
  6862                -label:lifecycle/frozen
  6863                label:lifecycle/stale
  6864                -label:lifecycle/rotten
  6865              - --updated=720h
  6866              - --token=/etc/token/oauth
  6867              - |-
  6868                --comment=Stale issues rot after 30d of inactivity.
  6869                Mark the issue as fresh with `/remove-lifecycle rotten`.
  6870                Rotten issues close after an additional 30d of inactivity.
  6871                If this issue is safe to close now please do so with `/close`.
  6872                Provide feedback via https://jenkins-x.io/community.
  6873                /lifecycle rotten
  6874              - --template
  6875              - --ceiling=10
  6876              - --confirm
  6877              command:
  6878              - /app/robots/commenter/app.binary
  6879              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  6880              name: ""
  6881              resources: {}
  6882              volumeMounts:
  6883              - mountPath: /etc/token
  6884                name: token
  6885            volumes:
  6886            - name: token
  6887              secret:
  6888                secretName: oauth-token
  6889          tags: {}
  6890      plugins:
  6891        entries:
  6892        - approve
  6893        - heart
  6894        - assign
  6895        - help
  6896        - hold
  6897        - lgtm
  6898        - lifecycle
  6899        - label
  6900        - size
  6901        - trigger
  6902        - wip
  6903        - cat
  6904        - dog
  6905        - override
  6906      policy:
  6907        protectTested: true
  6908      postsubmits:
  6909        entries:
  6910        - agent: tekton
  6911          branches:
  6912            entries:
  6913            - master
  6914          cluster: ""
  6915          context: tekton
  6916          labels: {}
  6917          maxConcurrency: 0
  6918          name: tekton
  6919          report: false
  6920          runIfChanged: ""
  6921          skipBranches: {}
  6922      presubmits:
  6923        entries:
  6924        - agent: tekton
  6925          alwaysRun: true
  6926          branches: {}
  6927          cluster: ""
  6928          context: tekton
  6929          labels: {}
  6930          maxConcurrency: 0
  6931          mergeMethod: merge
  6932          name: tekton
  6933          optional: false
  6934          policy:
  6935            Replace: false
  6936            requiredStatusChecks:
  6937              contexts:
  6938                entries:
  6939                - tekton
  6940          queries:
  6941          - excludedBranches: {}
  6942            includedBranches: {}
  6943            labels:
  6944              entries:
  6945              - updatebot
  6946            milestone: ""
  6947            missingLabels:
  6948              entries:
  6949              - do-not-merge
  6950              - do-not-merge/hold
  6951              - do-not-merge/work-in-progress
  6952              - needs-ok-to-test
  6953              - needs-rebase
  6954            reviewApprovedRequired: false
  6955          - excludedBranches: {}
  6956            includedBranches: {}
  6957            labels:
  6958              entries:
  6959              - approved
  6960            milestone: ""
  6961            missingLabels:
  6962              entries:
  6963              - do-not-merge
  6964              - do-not-merge/hold
  6965              - do-not-merge/work-in-progress
  6966              - needs-ok-to-test
  6967              - needs-rebase
  6968            reviewApprovedRequired: false
  6969          report: true
  6970          rerunCommand: /test this
  6971          runIfChanged: ""
  6972          skipBranches: {}
  6973          trigger: (?m)^/test( all| this),?(s+|$)
  6974      schedulerAgent:
  6975        agent: tekton
  6976      welcome:
  6977      - message_template: Welcome contributor to Jenkins X
  6978  - apiVersion: jenkins.io/v1
  6979    kind: Scheduler
  6980    metadata:
  6981      creationTimestamp: null
  6982      name: jenkins-x-charts-openshift-namespace-rbac-chart-scheduler
  6983      namespace: jx
  6984    spec:
  6985      approve:
  6986        issueRequired: false
  6987        lgtmActsAsApprove: true
  6988        requireSelfApproval: true
  6989      attachments:
  6990      - name: reportTemplate
  6991        urls:
  6992        - '{{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}}'
  6993      merger:
  6994        blockerLabel: ""
  6995        maxGoroutines: 0
  6996        mergeMethod: merge
  6997        policy:
  6998          fromBranchProtection: true
  6999          optionalContexts: {}
  7000          requiredContexts: {}
  7001          requiredIfPresentContexts: {}
  7002          skipUnknownContexts: false
  7003        prStatusBaseUrl: ""
  7004        squashLabel: ""
  7005        targetUrl: https://deck.infra.jrawlings.co.uk
  7006      periodics:
  7007        entries:
  7008        - agent: ""
  7009          cluster: ""
  7010          cron: ""
  7011          interval: null
  7012          labels: {}
  7013          maxConcurrency: 0
  7014          name: periodic-jx-stale
  7015          spec:
  7016            containers:
  7017            - args:
  7018              - |-
  7019                --query=org:jenkins-x
  7020                -label:lifecycle/frozen
  7021                -label:lifecycle/stale
  7022                -label:lifecycle/rotten
  7023              - --updated=2160h
  7024              - --token=/etc/token/oauth
  7025              - |-
  7026                --comment=Issues go stale after 90d of inactivity.
  7027                Mark the issue as fresh with `/remove-lifecycle stale`.
  7028                Stale issues rot after an additional 30d of inactivity and eventually close.
  7029                If this issue is safe to close now please do so with `/close`.
  7030                Provide feedback via https://jenkins-x.io/community.
  7031                /lifecycle stale
  7032              - --template
  7033              - --ceiling=30
  7034              - --confirm
  7035              command:
  7036              - /app/robots/commenter/app.binary
  7037              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7038              name: ""
  7039              resources: {}
  7040              volumeMounts:
  7041              - mountPath: /etc/token
  7042                name: token
  7043            volumes:
  7044            - name: token
  7045              secret:
  7046                secretName: oauth-token
  7047          tags: {}
  7048        - agent: ""
  7049          cluster: ""
  7050          cron: ""
  7051          interval: null
  7052          labels: {}
  7053          maxConcurrency: 0
  7054          name: periodic-jx-close
  7055          spec:
  7056            containers:
  7057            - args:
  7058              - |-
  7059                --query=org:jenkins-x
  7060                -label:lifecycle/frozen
  7061                label:lifecycle/rotten
  7062              - --updated=720h
  7063              - --token=/etc/token/oauth
  7064              - |-
  7065                --comment=Rotten issues close after 30d of inactivity.
  7066                Reopen the issue with `/reopen`.
  7067                Mark the issue as fresh with `/remove-lifecycle rotten`.
  7068                Provide feedback via https://jenkins-x.io/community.
  7069                /close
  7070              - --template
  7071              - --ceiling=10
  7072              - --confirm
  7073              command:
  7074              - /app/robots/commenter/app.binary
  7075              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7076              name: ""
  7077              resources: {}
  7078              volumeMounts:
  7079              - mountPath: /etc/token
  7080                name: token
  7081            volumes:
  7082            - name: token
  7083              secret:
  7084                secretName: oauth-token
  7085          tags: {}
  7086        - agent: ""
  7087          cluster: ""
  7088          cron: ""
  7089          interval: null
  7090          labels: {}
  7091          maxConcurrency: 0
  7092          name: periodic-jx-rotten
  7093          spec:
  7094            containers:
  7095            - args:
  7096              - |-
  7097                --query=org:jenkins-x
  7098                -label:lifecycle/frozen
  7099                label:lifecycle/stale
  7100                -label:lifecycle/rotten
  7101              - --updated=720h
  7102              - --token=/etc/token/oauth
  7103              - |-
  7104                --comment=Stale issues rot after 30d of inactivity.
  7105                Mark the issue as fresh with `/remove-lifecycle rotten`.
  7106                Rotten issues close after an additional 30d of inactivity.
  7107                If this issue is safe to close now please do so with `/close`.
  7108                Provide feedback via https://jenkins-x.io/community.
  7109                /lifecycle rotten
  7110              - --template
  7111              - --ceiling=10
  7112              - --confirm
  7113              command:
  7114              - /app/robots/commenter/app.binary
  7115              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7116              name: ""
  7117              resources: {}
  7118              volumeMounts:
  7119              - mountPath: /etc/token
  7120                name: token
  7121            volumes:
  7122            - name: token
  7123              secret:
  7124                secretName: oauth-token
  7125          tags: {}
  7126      plugins:
  7127        entries:
  7128        - approve
  7129        - heart
  7130        - assign
  7131        - help
  7132        - hold
  7133        - lgtm
  7134        - lifecycle
  7135        - label
  7136        - size
  7137        - trigger
  7138        - wip
  7139        - cat
  7140        - dog
  7141        - override
  7142      policy:
  7143        protectTested: true
  7144      postsubmits:
  7145        entries:
  7146        - agent: tekton
  7147          branches:
  7148            entries:
  7149            - master
  7150          cluster: ""
  7151          context: tekton
  7152          labels: {}
  7153          maxConcurrency: 0
  7154          name: tekton
  7155          report: false
  7156          runIfChanged: ""
  7157          skipBranches: {}
  7158      presubmits:
  7159        entries:
  7160        - agent: tekton
  7161          alwaysRun: true
  7162          branches: {}
  7163          cluster: ""
  7164          context: tekton
  7165          labels: {}
  7166          maxConcurrency: 0
  7167          mergeMethod: merge
  7168          name: tekton
  7169          optional: false
  7170          policy:
  7171            Replace: false
  7172            requiredStatusChecks:
  7173              contexts:
  7174                entries:
  7175                - tekton
  7176          queries:
  7177          - excludedBranches: {}
  7178            includedBranches: {}
  7179            labels:
  7180              entries:
  7181              - updatebot
  7182            milestone: ""
  7183            missingLabels:
  7184              entries:
  7185              - do-not-merge
  7186              - do-not-merge/hold
  7187              - do-not-merge/work-in-progress
  7188              - needs-ok-to-test
  7189              - needs-rebase
  7190            reviewApprovedRequired: false
  7191          - excludedBranches: {}
  7192            includedBranches: {}
  7193            labels:
  7194              entries:
  7195              - approved
  7196            milestone: ""
  7197            missingLabels:
  7198              entries:
  7199              - do-not-merge
  7200              - do-not-merge/hold
  7201              - do-not-merge/work-in-progress
  7202              - needs-ok-to-test
  7203              - needs-rebase
  7204            reviewApprovedRequired: false
  7205          report: true
  7206          rerunCommand: /test this
  7207          runIfChanged: ""
  7208          skipBranches: {}
  7209          trigger: (?m)^/test( all| this),?(s+|$)
  7210      schedulerAgent:
  7211        agent: tekton
  7212      welcome:
  7213      - message_template: Welcome contributor to Jenkins X
  7214  - apiVersion: jenkins.io/v1
  7215    kind: Scheduler
  7216    metadata:
  7217      creationTimestamp: null
  7218      name: jenkins-x-charts-prow-scheduler
  7219      namespace: jx
  7220    spec:
  7221      approve:
  7222        issueRequired: false
  7223        lgtmActsAsApprove: true
  7224        requireSelfApproval: true
  7225      attachments:
  7226      - name: reportTemplate
  7227        urls:
  7228        - '{{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}}'
  7229      merger:
  7230        blockerLabel: ""
  7231        maxGoroutines: 0
  7232        mergeMethod: merge
  7233        policy:
  7234          fromBranchProtection: true
  7235          optionalContexts: {}
  7236          requiredContexts: {}
  7237          requiredIfPresentContexts: {}
  7238          skipUnknownContexts: false
  7239        prStatusBaseUrl: ""
  7240        squashLabel: ""
  7241        targetUrl: https://deck.infra.jrawlings.co.uk
  7242      periodics:
  7243        entries:
  7244        - agent: ""
  7245          cluster: ""
  7246          cron: ""
  7247          interval: null
  7248          labels: {}
  7249          maxConcurrency: 0
  7250          name: periodic-jx-stale
  7251          spec:
  7252            containers:
  7253            - args:
  7254              - |-
  7255                --query=org:jenkins-x
  7256                -label:lifecycle/frozen
  7257                -label:lifecycle/stale
  7258                -label:lifecycle/rotten
  7259              - --updated=2160h
  7260              - --token=/etc/token/oauth
  7261              - |-
  7262                --comment=Issues go stale after 90d of inactivity.
  7263                Mark the issue as fresh with `/remove-lifecycle stale`.
  7264                Stale issues rot after an additional 30d of inactivity and eventually close.
  7265                If this issue is safe to close now please do so with `/close`.
  7266                Provide feedback via https://jenkins-x.io/community.
  7267                /lifecycle stale
  7268              - --template
  7269              - --ceiling=30
  7270              - --confirm
  7271              command:
  7272              - /app/robots/commenter/app.binary
  7273              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7274              name: ""
  7275              resources: {}
  7276              volumeMounts:
  7277              - mountPath: /etc/token
  7278                name: token
  7279            volumes:
  7280            - name: token
  7281              secret:
  7282                secretName: oauth-token
  7283          tags: {}
  7284        - agent: ""
  7285          cluster: ""
  7286          cron: ""
  7287          interval: null
  7288          labels: {}
  7289          maxConcurrency: 0
  7290          name: periodic-jx-close
  7291          spec:
  7292            containers:
  7293            - args:
  7294              - |-
  7295                --query=org:jenkins-x
  7296                -label:lifecycle/frozen
  7297                label:lifecycle/rotten
  7298              - --updated=720h
  7299              - --token=/etc/token/oauth
  7300              - |-
  7301                --comment=Rotten issues close after 30d of inactivity.
  7302                Reopen the issue with `/reopen`.
  7303                Mark the issue as fresh with `/remove-lifecycle rotten`.
  7304                Provide feedback via https://jenkins-x.io/community.
  7305                /close
  7306              - --template
  7307              - --ceiling=10
  7308              - --confirm
  7309              command:
  7310              - /app/robots/commenter/app.binary
  7311              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7312              name: ""
  7313              resources: {}
  7314              volumeMounts:
  7315              - mountPath: /etc/token
  7316                name: token
  7317            volumes:
  7318            - name: token
  7319              secret:
  7320                secretName: oauth-token
  7321          tags: {}
  7322        - agent: ""
  7323          cluster: ""
  7324          cron: ""
  7325          interval: null
  7326          labels: {}
  7327          maxConcurrency: 0
  7328          name: periodic-jx-rotten
  7329          spec:
  7330            containers:
  7331            - args:
  7332              - |-
  7333                --query=org:jenkins-x
  7334                -label:lifecycle/frozen
  7335                label:lifecycle/stale
  7336                -label:lifecycle/rotten
  7337              - --updated=720h
  7338              - --token=/etc/token/oauth
  7339              - |-
  7340                --comment=Stale issues rot after 30d of inactivity.
  7341                Mark the issue as fresh with `/remove-lifecycle rotten`.
  7342                Rotten issues close after an additional 30d of inactivity.
  7343                If this issue is safe to close now please do so with `/close`.
  7344                Provide feedback via https://jenkins-x.io/community.
  7345                /lifecycle rotten
  7346              - --template
  7347              - --ceiling=10
  7348              - --confirm
  7349              command:
  7350              - /app/robots/commenter/app.binary
  7351              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7352              name: ""
  7353              resources: {}
  7354              volumeMounts:
  7355              - mountPath: /etc/token
  7356                name: token
  7357            volumes:
  7358            - name: token
  7359              secret:
  7360                secretName: oauth-token
  7361          tags: {}
  7362      plugins:
  7363        entries:
  7364        - approve
  7365        - heart
  7366        - assign
  7367        - help
  7368        - hold
  7369        - lgtm
  7370        - lifecycle
  7371        - label
  7372        - size
  7373        - trigger
  7374        - wip
  7375        - cat
  7376        - dog
  7377        - override
  7378      policy:
  7379        protectTested: true
  7380      postsubmits:
  7381        entries:
  7382        - agent: tekton
  7383          branches:
  7384            entries:
  7385            - master
  7386          cluster: ""
  7387          context: tekton
  7388          labels: {}
  7389          maxConcurrency: 0
  7390          name: tekton
  7391          report: false
  7392          runIfChanged: ""
  7393          skipBranches: {}
  7394      presubmits:
  7395        entries:
  7396        - agent: tekton
  7397          alwaysRun: true
  7398          branches: {}
  7399          cluster: ""
  7400          context: tekton
  7401          labels: {}
  7402          maxConcurrency: 0
  7403          mergeMethod: merge
  7404          name: tekton
  7405          optional: false
  7406          policy:
  7407            Replace: false
  7408            requiredStatusChecks:
  7409              contexts:
  7410                entries:
  7411                - tekton
  7412          queries:
  7413          - excludedBranches: {}
  7414            includedBranches: {}
  7415            labels:
  7416              entries:
  7417              - updatebot
  7418            milestone: ""
  7419            missingLabels:
  7420              entries:
  7421              - do-not-merge
  7422              - do-not-merge/hold
  7423              - do-not-merge/work-in-progress
  7424              - needs-ok-to-test
  7425              - needs-rebase
  7426            reviewApprovedRequired: false
  7427          - excludedBranches: {}
  7428            includedBranches: {}
  7429            labels:
  7430              entries:
  7431              - approved
  7432            milestone: ""
  7433            missingLabels:
  7434              entries:
  7435              - do-not-merge
  7436              - do-not-merge/hold
  7437              - do-not-merge/work-in-progress
  7438              - needs-ok-to-test
  7439              - needs-rebase
  7440            reviewApprovedRequired: false
  7441          report: true
  7442          rerunCommand: /test this
  7443          runIfChanged: ""
  7444          skipBranches: {}
  7445          trigger: (?m)^/test( all| this),?(s+|$)
  7446      schedulerAgent:
  7447        agent: tekton
  7448      welcome:
  7449      - message_template: Welcome contributor to Jenkins X
  7450  - apiVersion: jenkins.io/v1
  7451    kind: Scheduler
  7452    metadata:
  7453      creationTimestamp: null
  7454      name: jenkins-x-charts-tekton-scheduler
  7455      namespace: jx
  7456    spec:
  7457      approve:
  7458        issueRequired: false
  7459        lgtmActsAsApprove: true
  7460        requireSelfApproval: true
  7461      attachments:
  7462      - name: reportTemplate
  7463        urls:
  7464        - '{{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}}'
  7465      merger:
  7466        blockerLabel: ""
  7467        maxGoroutines: 0
  7468        mergeMethod: merge
  7469        policy:
  7470          fromBranchProtection: true
  7471          optionalContexts: {}
  7472          requiredContexts: {}
  7473          requiredIfPresentContexts: {}
  7474          skipUnknownContexts: false
  7475        prStatusBaseUrl: ""
  7476        squashLabel: ""
  7477        targetUrl: https://deck.infra.jrawlings.co.uk
  7478      periodics:
  7479        entries:
  7480        - agent: ""
  7481          cluster: ""
  7482          cron: ""
  7483          interval: null
  7484          labels: {}
  7485          maxConcurrency: 0
  7486          name: periodic-jx-stale
  7487          spec:
  7488            containers:
  7489            - args:
  7490              - |-
  7491                --query=org:jenkins-x
  7492                -label:lifecycle/frozen
  7493                -label:lifecycle/stale
  7494                -label:lifecycle/rotten
  7495              - --updated=2160h
  7496              - --token=/etc/token/oauth
  7497              - |-
  7498                --comment=Issues go stale after 90d of inactivity.
  7499                Mark the issue as fresh with `/remove-lifecycle stale`.
  7500                Stale issues rot after an additional 30d of inactivity and eventually close.
  7501                If this issue is safe to close now please do so with `/close`.
  7502                Provide feedback via https://jenkins-x.io/community.
  7503                /lifecycle stale
  7504              - --template
  7505              - --ceiling=30
  7506              - --confirm
  7507              command:
  7508              - /app/robots/commenter/app.binary
  7509              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7510              name: ""
  7511              resources: {}
  7512              volumeMounts:
  7513              - mountPath: /etc/token
  7514                name: token
  7515            volumes:
  7516            - name: token
  7517              secret:
  7518                secretName: oauth-token
  7519          tags: {}
  7520        - agent: ""
  7521          cluster: ""
  7522          cron: ""
  7523          interval: null
  7524          labels: {}
  7525          maxConcurrency: 0
  7526          name: periodic-jx-close
  7527          spec:
  7528            containers:
  7529            - args:
  7530              - |-
  7531                --query=org:jenkins-x
  7532                -label:lifecycle/frozen
  7533                label:lifecycle/rotten
  7534              - --updated=720h
  7535              - --token=/etc/token/oauth
  7536              - |-
  7537                --comment=Rotten issues close after 30d of inactivity.
  7538                Reopen the issue with `/reopen`.
  7539                Mark the issue as fresh with `/remove-lifecycle rotten`.
  7540                Provide feedback via https://jenkins-x.io/community.
  7541                /close
  7542              - --template
  7543              - --ceiling=10
  7544              - --confirm
  7545              command:
  7546              - /app/robots/commenter/app.binary
  7547              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7548              name: ""
  7549              resources: {}
  7550              volumeMounts:
  7551              - mountPath: /etc/token
  7552                name: token
  7553            volumes:
  7554            - name: token
  7555              secret:
  7556                secretName: oauth-token
  7557          tags: {}
  7558        - agent: ""
  7559          cluster: ""
  7560          cron: ""
  7561          interval: null
  7562          labels: {}
  7563          maxConcurrency: 0
  7564          name: periodic-jx-rotten
  7565          spec:
  7566            containers:
  7567            - args:
  7568              - |-
  7569                --query=org:jenkins-x
  7570                -label:lifecycle/frozen
  7571                label:lifecycle/stale
  7572                -label:lifecycle/rotten
  7573              - --updated=720h
  7574              - --token=/etc/token/oauth
  7575              - |-
  7576                --comment=Stale issues rot after 30d of inactivity.
  7577                Mark the issue as fresh with `/remove-lifecycle rotten`.
  7578                Rotten issues close after an additional 30d of inactivity.
  7579                If this issue is safe to close now please do so with `/close`.
  7580                Provide feedback via https://jenkins-x.io/community.
  7581                /lifecycle rotten
  7582              - --template
  7583              - --ceiling=10
  7584              - --confirm
  7585              command:
  7586              - /app/robots/commenter/app.binary
  7587              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7588              name: ""
  7589              resources: {}
  7590              volumeMounts:
  7591              - mountPath: /etc/token
  7592                name: token
  7593            volumes:
  7594            - name: token
  7595              secret:
  7596                secretName: oauth-token
  7597          tags: {}
  7598      plugins:
  7599        entries:
  7600        - approve
  7601        - heart
  7602        - assign
  7603        - help
  7604        - hold
  7605        - lgtm
  7606        - lifecycle
  7607        - label
  7608        - size
  7609        - trigger
  7610        - wip
  7611        - cat
  7612        - dog
  7613        - override
  7614      policy:
  7615        protectTested: true
  7616      postsubmits:
  7617        entries:
  7618        - agent: tekton
  7619          branches:
  7620            entries:
  7621            - master
  7622          cluster: ""
  7623          context: tekton
  7624          labels: {}
  7625          maxConcurrency: 0
  7626          name: tekton
  7627          report: false
  7628          runIfChanged: ""
  7629          skipBranches: {}
  7630      presubmits:
  7631        entries:
  7632        - agent: tekton
  7633          alwaysRun: true
  7634          branches: {}
  7635          cluster: ""
  7636          context: tekton
  7637          labels: {}
  7638          maxConcurrency: 0
  7639          mergeMethod: merge
  7640          name: tekton
  7641          optional: false
  7642          policy:
  7643            Replace: false
  7644            requiredStatusChecks:
  7645              contexts:
  7646                entries:
  7647                - tekton
  7648          queries:
  7649          - excludedBranches: {}
  7650            includedBranches: {}
  7651            labels:
  7652              entries:
  7653              - updatebot
  7654            milestone: ""
  7655            missingLabels:
  7656              entries:
  7657              - do-not-merge
  7658              - do-not-merge/hold
  7659              - do-not-merge/work-in-progress
  7660              - needs-ok-to-test
  7661              - needs-rebase
  7662            reviewApprovedRequired: false
  7663          - excludedBranches: {}
  7664            includedBranches: {}
  7665            labels:
  7666              entries:
  7667              - approved
  7668            milestone: ""
  7669            missingLabels:
  7670              entries:
  7671              - do-not-merge
  7672              - do-not-merge/hold
  7673              - do-not-merge/work-in-progress
  7674              - needs-ok-to-test
  7675              - needs-rebase
  7676            reviewApprovedRequired: false
  7677          report: true
  7678          rerunCommand: /test this
  7679          runIfChanged: ""
  7680          skipBranches: {}
  7681          trigger: (?m)^/test( all| this),?(s+|$)
  7682      schedulerAgent:
  7683        agent: tekton
  7684      welcome:
  7685      - message_template: Welcome contributor to Jenkins X
  7686  - apiVersion: jenkins.io/v1
  7687    kind: Scheduler
  7688    metadata:
  7689      creationTimestamp: null
  7690      name: jenkins-x-charts-vault-operator-scheduler
  7691      namespace: jx
  7692    spec:
  7693      approve:
  7694        issueRequired: false
  7695        lgtmActsAsApprove: true
  7696        requireSelfApproval: true
  7697      attachments:
  7698      - name: reportTemplate
  7699        urls:
  7700        - '{{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}}'
  7701      merger:
  7702        blockerLabel: ""
  7703        maxGoroutines: 0
  7704        mergeMethod: merge
  7705        policy:
  7706          fromBranchProtection: true
  7707          optionalContexts: {}
  7708          requiredContexts: {}
  7709          requiredIfPresentContexts: {}
  7710          skipUnknownContexts: false
  7711        prStatusBaseUrl: ""
  7712        squashLabel: ""
  7713        targetUrl: https://deck.infra.jrawlings.co.uk
  7714      periodics:
  7715        entries:
  7716        - agent: ""
  7717          cluster: ""
  7718          cron: ""
  7719          interval: null
  7720          labels: {}
  7721          maxConcurrency: 0
  7722          name: periodic-jx-stale
  7723          spec:
  7724            containers:
  7725            - args:
  7726              - |-
  7727                --query=org:jenkins-x
  7728                -label:lifecycle/frozen
  7729                -label:lifecycle/stale
  7730                -label:lifecycle/rotten
  7731              - --updated=2160h
  7732              - --token=/etc/token/oauth
  7733              - |-
  7734                --comment=Issues go stale after 90d of inactivity.
  7735                Mark the issue as fresh with `/remove-lifecycle stale`.
  7736                Stale issues rot after an additional 30d of inactivity and eventually close.
  7737                If this issue is safe to close now please do so with `/close`.
  7738                Provide feedback via https://jenkins-x.io/community.
  7739                /lifecycle stale
  7740              - --template
  7741              - --ceiling=30
  7742              - --confirm
  7743              command:
  7744              - /app/robots/commenter/app.binary
  7745              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7746              name: ""
  7747              resources: {}
  7748              volumeMounts:
  7749              - mountPath: /etc/token
  7750                name: token
  7751            volumes:
  7752            - name: token
  7753              secret:
  7754                secretName: oauth-token
  7755          tags: {}
  7756        - agent: ""
  7757          cluster: ""
  7758          cron: ""
  7759          interval: null
  7760          labels: {}
  7761          maxConcurrency: 0
  7762          name: periodic-jx-close
  7763          spec:
  7764            containers:
  7765            - args:
  7766              - |-
  7767                --query=org:jenkins-x
  7768                -label:lifecycle/frozen
  7769                label:lifecycle/rotten
  7770              - --updated=720h
  7771              - --token=/etc/token/oauth
  7772              - |-
  7773                --comment=Rotten issues close after 30d of inactivity.
  7774                Reopen the issue with `/reopen`.
  7775                Mark the issue as fresh with `/remove-lifecycle rotten`.
  7776                Provide feedback via https://jenkins-x.io/community.
  7777                /close
  7778              - --template
  7779              - --ceiling=10
  7780              - --confirm
  7781              command:
  7782              - /app/robots/commenter/app.binary
  7783              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7784              name: ""
  7785              resources: {}
  7786              volumeMounts:
  7787              - mountPath: /etc/token
  7788                name: token
  7789            volumes:
  7790            - name: token
  7791              secret:
  7792                secretName: oauth-token
  7793          tags: {}
  7794        - agent: ""
  7795          cluster: ""
  7796          cron: ""
  7797          interval: null
  7798          labels: {}
  7799          maxConcurrency: 0
  7800          name: periodic-jx-rotten
  7801          spec:
  7802            containers:
  7803            - args:
  7804              - |-
  7805                --query=org:jenkins-x
  7806                -label:lifecycle/frozen
  7807                label:lifecycle/stale
  7808                -label:lifecycle/rotten
  7809              - --updated=720h
  7810              - --token=/etc/token/oauth
  7811              - |-
  7812                --comment=Stale issues rot after 30d of inactivity.
  7813                Mark the issue as fresh with `/remove-lifecycle rotten`.
  7814                Rotten issues close after an additional 30d of inactivity.
  7815                If this issue is safe to close now please do so with `/close`.
  7816                Provide feedback via https://jenkins-x.io/community.
  7817                /lifecycle rotten
  7818              - --template
  7819              - --ceiling=10
  7820              - --confirm
  7821              command:
  7822              - /app/robots/commenter/app.binary
  7823              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7824              name: ""
  7825              resources: {}
  7826              volumeMounts:
  7827              - mountPath: /etc/token
  7828                name: token
  7829            volumes:
  7830            - name: token
  7831              secret:
  7832                secretName: oauth-token
  7833          tags: {}
  7834      plugins:
  7835        entries:
  7836        - approve
  7837        - heart
  7838        - assign
  7839        - help
  7840        - hold
  7841        - lgtm
  7842        - lifecycle
  7843        - label
  7844        - size
  7845        - trigger
  7846        - wip
  7847        - cat
  7848        - dog
  7849        - override
  7850      policy:
  7851        protectTested: true
  7852      postsubmits:
  7853        entries:
  7854        - agent: tekton
  7855          branches:
  7856            entries:
  7857            - master
  7858          cluster: ""
  7859          context: tekton
  7860          labels: {}
  7861          maxConcurrency: 0
  7862          name: tekton
  7863          report: false
  7864          runIfChanged: ""
  7865          skipBranches: {}
  7866      presubmits:
  7867        entries:
  7868        - agent: tekton
  7869          alwaysRun: true
  7870          branches: {}
  7871          cluster: ""
  7872          context: tekton
  7873          labels: {}
  7874          maxConcurrency: 0
  7875          mergeMethod: merge
  7876          name: tekton
  7877          optional: false
  7878          policy:
  7879            Replace: false
  7880            requiredStatusChecks:
  7881              contexts:
  7882                entries:
  7883                - tekton
  7884          queries:
  7885          - excludedBranches: {}
  7886            includedBranches: {}
  7887            labels:
  7888              entries:
  7889              - updatebot
  7890            milestone: ""
  7891            missingLabels:
  7892              entries:
  7893              - do-not-merge
  7894              - do-not-merge/hold
  7895              - do-not-merge/work-in-progress
  7896              - needs-ok-to-test
  7897              - needs-rebase
  7898            reviewApprovedRequired: false
  7899          - excludedBranches: {}
  7900            includedBranches: {}
  7901            labels:
  7902              entries:
  7903              - approved
  7904            milestone: ""
  7905            missingLabels:
  7906              entries:
  7907              - do-not-merge
  7908              - do-not-merge/hold
  7909              - do-not-merge/work-in-progress
  7910              - needs-ok-to-test
  7911              - needs-rebase
  7912            reviewApprovedRequired: false
  7913          report: true
  7914          rerunCommand: /test this
  7915          runIfChanged: ""
  7916          skipBranches: {}
  7917          trigger: (?m)^/test( all| this),?(s+|$)
  7918      schedulerAgent:
  7919        agent: tekton
  7920      welcome:
  7921      - message_template: Welcome contributor to Jenkins X
  7922  - apiVersion: jenkins.io/v1
  7923    kind: Scheduler
  7924    metadata:
  7925      creationTimestamp: null
  7926      name: jenkins-x-dev-env-base-scheduler
  7927      namespace: jx
  7928    spec:
  7929      approve:
  7930        issueRequired: false
  7931        lgtmActsAsApprove: true
  7932        requireSelfApproval: true
  7933      attachments:
  7934      - name: reportTemplate
  7935        urls:
  7936        - '{{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}}'
  7937      merger:
  7938        blockerLabel: ""
  7939        maxGoroutines: 0
  7940        mergeMethod: merge
  7941        policy:
  7942          optionalContexts: {}
  7943          requiredContexts: {}
  7944          requiredIfPresentContexts: {}
  7945        prStatusBaseUrl: ""
  7946        squashLabel: ""
  7947        targetUrl: https://deck.infra.jrawlings.co.uk
  7948      periodics:
  7949        entries:
  7950        - agent: ""
  7951          cluster: ""
  7952          cron: ""
  7953          interval: null
  7954          labels: {}
  7955          maxConcurrency: 0
  7956          name: periodic-jx-stale
  7957          spec:
  7958            containers:
  7959            - args:
  7960              - |-
  7961                --query=org:jenkins-x
  7962                -label:lifecycle/frozen
  7963                -label:lifecycle/stale
  7964                -label:lifecycle/rotten
  7965              - --updated=2160h
  7966              - --token=/etc/token/oauth
  7967              - |-
  7968                --comment=Issues go stale after 90d of inactivity.
  7969                Mark the issue as fresh with `/remove-lifecycle stale`.
  7970                Stale issues rot after an additional 30d of inactivity and eventually close.
  7971                If this issue is safe to close now please do so with `/close`.
  7972                Provide feedback via https://jenkins-x.io/community.
  7973                /lifecycle stale
  7974              - --template
  7975              - --ceiling=30
  7976              - --confirm
  7977              command:
  7978              - /app/robots/commenter/app.binary
  7979              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  7980              name: ""
  7981              resources: {}
  7982              volumeMounts:
  7983              - mountPath: /etc/token
  7984                name: token
  7985            volumes:
  7986            - name: token
  7987              secret:
  7988                secretName: oauth-token
  7989          tags: {}
  7990        - agent: ""
  7991          cluster: ""
  7992          cron: ""
  7993          interval: null
  7994          labels: {}
  7995          maxConcurrency: 0
  7996          name: periodic-jx-close
  7997          spec:
  7998            containers:
  7999            - args:
  8000              - |-
  8001                --query=org:jenkins-x
  8002                -label:lifecycle/frozen
  8003                label:lifecycle/rotten
  8004              - --updated=720h
  8005              - --token=/etc/token/oauth
  8006              - |-
  8007                --comment=Rotten issues close after 30d of inactivity.
  8008                Reopen the issue with `/reopen`.
  8009                Mark the issue as fresh with `/remove-lifecycle rotten`.
  8010                Provide feedback via https://jenkins-x.io/community.
  8011                /close
  8012              - --template
  8013              - --ceiling=10
  8014              - --confirm
  8015              command:
  8016              - /app/robots/commenter/app.binary
  8017              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8018              name: ""
  8019              resources: {}
  8020              volumeMounts:
  8021              - mountPath: /etc/token
  8022                name: token
  8023            volumes:
  8024            - name: token
  8025              secret:
  8026                secretName: oauth-token
  8027          tags: {}
  8028        - agent: ""
  8029          cluster: ""
  8030          cron: ""
  8031          interval: null
  8032          labels: {}
  8033          maxConcurrency: 0
  8034          name: periodic-jx-rotten
  8035          spec:
  8036            containers:
  8037            - args:
  8038              - |-
  8039                --query=org:jenkins-x
  8040                -label:lifecycle/frozen
  8041                label:lifecycle/stale
  8042                -label:lifecycle/rotten
  8043              - --updated=720h
  8044              - --token=/etc/token/oauth
  8045              - |-
  8046                --comment=Stale issues rot after 30d of inactivity.
  8047                Mark the issue as fresh with `/remove-lifecycle rotten`.
  8048                Rotten issues close after an additional 30d of inactivity.
  8049                If this issue is safe to close now please do so with `/close`.
  8050                Provide feedback via https://jenkins-x.io/community.
  8051                /lifecycle rotten
  8052              - --template
  8053              - --ceiling=10
  8054              - --confirm
  8055              command:
  8056              - /app/robots/commenter/app.binary
  8057              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8058              name: ""
  8059              resources: {}
  8060              volumeMounts:
  8061              - mountPath: /etc/token
  8062                name: token
  8063            volumes:
  8064            - name: token
  8065              secret:
  8066                secretName: oauth-token
  8067          tags: {}
  8068      plugins:
  8069        entries:
  8070        - approve
  8071        - heart
  8072        - assign
  8073        - help
  8074        - hold
  8075        - lgtm
  8076        - lifecycle
  8077        - label
  8078        - size
  8079        - trigger
  8080        - wip
  8081        - cat
  8082        - dog
  8083        - override
  8084      policy:
  8085        protectTested: true
  8086      postsubmits:
  8087        entries:
  8088        - agent: tekton
  8089          branches:
  8090            entries:
  8091            - master
  8092          cluster: ""
  8093          context: tekton
  8094          labels: {}
  8095          maxConcurrency: 0
  8096          name: tekton
  8097          report: false
  8098          runIfChanged: ""
  8099          skipBranches: {}
  8100      presubmits:
  8101        entries:
  8102        - agent: tekton
  8103          alwaysRun: true
  8104          branches: {}
  8105          cluster: ""
  8106          context: tekton
  8107          labels: {}
  8108          maxConcurrency: 0
  8109          mergeMethod: merge
  8110          name: tekton
  8111          optional: false
  8112          policy:
  8113            Replace: false
  8114            requiredStatusChecks:
  8115              contexts:
  8116                entries:
  8117                - tekton
  8118          queries:
  8119          - excludedBranches: {}
  8120            includedBranches: {}
  8121            labels:
  8122              entries:
  8123              - updatebot
  8124            milestone: ""
  8125            missingLabels:
  8126              entries:
  8127              - do-not-merge
  8128              - do-not-merge/hold
  8129              - do-not-merge/work-in-progress
  8130              - needs-ok-to-test
  8131              - needs-rebase
  8132            reviewApprovedRequired: false
  8133          - excludedBranches: {}
  8134            includedBranches: {}
  8135            labels:
  8136              entries:
  8137              - approved
  8138            milestone: ""
  8139            missingLabels:
  8140              entries:
  8141              - do-not-merge
  8142              - do-not-merge/hold
  8143              - do-not-merge/work-in-progress
  8144              - needs-ok-to-test
  8145              - needs-rebase
  8146            reviewApprovedRequired: false
  8147          report: true
  8148          rerunCommand: /test tekton
  8149          runIfChanged: ""
  8150          skipBranches: {}
  8151          trigger: (?m)^/test( all| tekton),?(s+|$)
  8152      schedulerAgent:
  8153        agent: tekton
  8154      welcome:
  8155      - message_template: Welcome contributor to Jenkins X
  8156  - apiVersion: jenkins.io/v1
  8157    kind: Scheduler
  8158    metadata:
  8159      creationTimestamp: null
  8160      name: jenkins-x-dev-env-scheduler
  8161      namespace: jx
  8162    spec:
  8163      approve:
  8164        issueRequired: false
  8165        lgtmActsAsApprove: true
  8166        requireSelfApproval: true
  8167      attachments:
  8168      - name: reportTemplate
  8169        urls:
  8170        - '{{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}}'
  8171      merger:
  8172        blockerLabel: ""
  8173        maxGoroutines: 0
  8174        mergeMethod: merge
  8175        policy:
  8176          optionalContexts: {}
  8177          requiredContexts: {}
  8178          requiredIfPresentContexts: {}
  8179        prStatusBaseUrl: ""
  8180        squashLabel: ""
  8181        targetUrl: https://deck.infra.jrawlings.co.uk
  8182      periodics:
  8183        entries:
  8184        - agent: ""
  8185          cluster: ""
  8186          cron: ""
  8187          interval: null
  8188          labels: {}
  8189          maxConcurrency: 0
  8190          name: periodic-jx-stale
  8191          spec:
  8192            containers:
  8193            - args:
  8194              - |-
  8195                --query=org:jenkins-x
  8196                -label:lifecycle/frozen
  8197                -label:lifecycle/stale
  8198                -label:lifecycle/rotten
  8199              - --updated=2160h
  8200              - --token=/etc/token/oauth
  8201              - |-
  8202                --comment=Issues go stale after 90d of inactivity.
  8203                Mark the issue as fresh with `/remove-lifecycle stale`.
  8204                Stale issues rot after an additional 30d of inactivity and eventually close.
  8205                If this issue is safe to close now please do so with `/close`.
  8206                Provide feedback via https://jenkins-x.io/community.
  8207                /lifecycle stale
  8208              - --template
  8209              - --ceiling=30
  8210              - --confirm
  8211              command:
  8212              - /app/robots/commenter/app.binary
  8213              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8214              name: ""
  8215              resources: {}
  8216              volumeMounts:
  8217              - mountPath: /etc/token
  8218                name: token
  8219            volumes:
  8220            - name: token
  8221              secret:
  8222                secretName: oauth-token
  8223          tags: {}
  8224        - agent: ""
  8225          cluster: ""
  8226          cron: ""
  8227          interval: null
  8228          labels: {}
  8229          maxConcurrency: 0
  8230          name: periodic-jx-close
  8231          spec:
  8232            containers:
  8233            - args:
  8234              - |-
  8235                --query=org:jenkins-x
  8236                -label:lifecycle/frozen
  8237                label:lifecycle/rotten
  8238              - --updated=720h
  8239              - --token=/etc/token/oauth
  8240              - |-
  8241                --comment=Rotten issues close after 30d of inactivity.
  8242                Reopen the issue with `/reopen`.
  8243                Mark the issue as fresh with `/remove-lifecycle rotten`.
  8244                Provide feedback via https://jenkins-x.io/community.
  8245                /close
  8246              - --template
  8247              - --ceiling=10
  8248              - --confirm
  8249              command:
  8250              - /app/robots/commenter/app.binary
  8251              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8252              name: ""
  8253              resources: {}
  8254              volumeMounts:
  8255              - mountPath: /etc/token
  8256                name: token
  8257            volumes:
  8258            - name: token
  8259              secret:
  8260                secretName: oauth-token
  8261          tags: {}
  8262        - agent: ""
  8263          cluster: ""
  8264          cron: ""
  8265          interval: null
  8266          labels: {}
  8267          maxConcurrency: 0
  8268          name: periodic-jx-rotten
  8269          spec:
  8270            containers:
  8271            - args:
  8272              - |-
  8273                --query=org:jenkins-x
  8274                -label:lifecycle/frozen
  8275                label:lifecycle/stale
  8276                -label:lifecycle/rotten
  8277              - --updated=720h
  8278              - --token=/etc/token/oauth
  8279              - |-
  8280                --comment=Stale issues rot after 30d of inactivity.
  8281                Mark the issue as fresh with `/remove-lifecycle rotten`.
  8282                Rotten issues close after an additional 30d of inactivity.
  8283                If this issue is safe to close now please do so with `/close`.
  8284                Provide feedback via https://jenkins-x.io/community.
  8285                /lifecycle rotten
  8286              - --template
  8287              - --ceiling=10
  8288              - --confirm
  8289              command:
  8290              - /app/robots/commenter/app.binary
  8291              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8292              name: ""
  8293              resources: {}
  8294              volumeMounts:
  8295              - mountPath: /etc/token
  8296                name: token
  8297            volumes:
  8298            - name: token
  8299              secret:
  8300                secretName: oauth-token
  8301          tags: {}
  8302      plugins:
  8303        entries:
  8304        - approve
  8305        - heart
  8306        - assign
  8307        - help
  8308        - hold
  8309        - lgtm
  8310        - lifecycle
  8311        - label
  8312        - size
  8313        - trigger
  8314        - wip
  8315        - cat
  8316        - dog
  8317        - override
  8318      policy:
  8319        protectTested: true
  8320      postsubmits:
  8321        entries:
  8322        - agent: tekton
  8323          branches:
  8324            entries:
  8325            - master
  8326          cluster: ""
  8327          context: tekton
  8328          labels: {}
  8329          maxConcurrency: 0
  8330          name: tekton
  8331          report: false
  8332          runIfChanged: ""
  8333          skipBranches: {}
  8334      presubmits:
  8335        entries:
  8336        - agent: tekton
  8337          alwaysRun: true
  8338          branches: {}
  8339          cluster: ""
  8340          context: tekton
  8341          labels: {}
  8342          maxConcurrency: 0
  8343          mergeMethod: merge
  8344          name: tekton
  8345          optional: false
  8346          policy:
  8347            Replace: false
  8348            requiredStatusChecks:
  8349              contexts:
  8350                entries:
  8351                - tekton
  8352          queries:
  8353          - excludedBranches: {}
  8354            includedBranches: {}
  8355            labels:
  8356              entries:
  8357              - updatebot
  8358            milestone: ""
  8359            missingLabels:
  8360              entries:
  8361              - do-not-merge
  8362              - do-not-merge/hold
  8363              - do-not-merge/work-in-progress
  8364              - needs-ok-to-test
  8365              - needs-rebase
  8366            reviewApprovedRequired: false
  8367          - excludedBranches: {}
  8368            includedBranches: {}
  8369            labels:
  8370              entries:
  8371              - approved
  8372            milestone: ""
  8373            missingLabels:
  8374              entries:
  8375              - do-not-merge
  8376              - do-not-merge/hold
  8377              - do-not-merge/work-in-progress
  8378              - needs-ok-to-test
  8379              - needs-rebase
  8380            reviewApprovedRequired: false
  8381          report: true
  8382          rerunCommand: /test tekton
  8383          runIfChanged: ""
  8384          skipBranches: {}
  8385          trigger: (?m)^/test( all| tekton),?(s+|$)
  8386      schedulerAgent:
  8387        agent: tekton
  8388      welcome:
  8389      - message_template: Welcome contributor to Jenkins X
  8390  - apiVersion: jenkins.io/v1
  8391    kind: Scheduler
  8392    metadata:
  8393      creationTimestamp: null
  8394      name: jenkins-x-environment-tekton-mole-dev-scheduler
  8395      namespace: jx
  8396    spec:
  8397      approve:
  8398        issueRequired: false
  8399        lgtmActsAsApprove: true
  8400        requireSelfApproval: true
  8401      attachments:
  8402      - name: reportTemplate
  8403        urls:
  8404        - '{{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}}'
  8405      merger:
  8406        blockerLabel: ""
  8407        maxGoroutines: 0
  8408        mergeMethod: merge
  8409        policy:
  8410          optionalContexts: {}
  8411          requiredContexts: {}
  8412          requiredIfPresentContexts: {}
  8413        prStatusBaseUrl: ""
  8414        squashLabel: ""
  8415        targetUrl: https://deck.infra.jrawlings.co.uk
  8416      periodics:
  8417        entries:
  8418        - agent: ""
  8419          cluster: ""
  8420          cron: ""
  8421          interval: null
  8422          labels: {}
  8423          maxConcurrency: 0
  8424          name: periodic-jx-stale
  8425          spec:
  8426            containers:
  8427            - args:
  8428              - |-
  8429                --query=org:jenkins-x
  8430                -label:lifecycle/frozen
  8431                -label:lifecycle/stale
  8432                -label:lifecycle/rotten
  8433              - --updated=2160h
  8434              - --token=/etc/token/oauth
  8435              - |-
  8436                --comment=Issues go stale after 90d of inactivity.
  8437                Mark the issue as fresh with `/remove-lifecycle stale`.
  8438                Stale issues rot after an additional 30d of inactivity and eventually close.
  8439                If this issue is safe to close now please do so with `/close`.
  8440                Provide feedback via https://jenkins-x.io/community.
  8441                /lifecycle stale
  8442              - --template
  8443              - --ceiling=30
  8444              - --confirm
  8445              command:
  8446              - /app/robots/commenter/app.binary
  8447              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8448              name: ""
  8449              resources: {}
  8450              volumeMounts:
  8451              - mountPath: /etc/token
  8452                name: token
  8453            volumes:
  8454            - name: token
  8455              secret:
  8456                secretName: oauth-token
  8457          tags: {}
  8458        - agent: ""
  8459          cluster: ""
  8460          cron: ""
  8461          interval: null
  8462          labels: {}
  8463          maxConcurrency: 0
  8464          name: periodic-jx-close
  8465          spec:
  8466            containers:
  8467            - args:
  8468              - |-
  8469                --query=org:jenkins-x
  8470                -label:lifecycle/frozen
  8471                label:lifecycle/rotten
  8472              - --updated=720h
  8473              - --token=/etc/token/oauth
  8474              - |-
  8475                --comment=Rotten issues close after 30d of inactivity.
  8476                Reopen the issue with `/reopen`.
  8477                Mark the issue as fresh with `/remove-lifecycle rotten`.
  8478                Provide feedback via https://jenkins-x.io/community.
  8479                /close
  8480              - --template
  8481              - --ceiling=10
  8482              - --confirm
  8483              command:
  8484              - /app/robots/commenter/app.binary
  8485              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8486              name: ""
  8487              resources: {}
  8488              volumeMounts:
  8489              - mountPath: /etc/token
  8490                name: token
  8491            volumes:
  8492            - name: token
  8493              secret:
  8494                secretName: oauth-token
  8495          tags: {}
  8496        - agent: ""
  8497          cluster: ""
  8498          cron: ""
  8499          interval: null
  8500          labels: {}
  8501          maxConcurrency: 0
  8502          name: periodic-jx-rotten
  8503          spec:
  8504            containers:
  8505            - args:
  8506              - |-
  8507                --query=org:jenkins-x
  8508                -label:lifecycle/frozen
  8509                label:lifecycle/stale
  8510                -label:lifecycle/rotten
  8511              - --updated=720h
  8512              - --token=/etc/token/oauth
  8513              - |-
  8514                --comment=Stale issues rot after 30d of inactivity.
  8515                Mark the issue as fresh with `/remove-lifecycle rotten`.
  8516                Rotten issues close after an additional 30d of inactivity.
  8517                If this issue is safe to close now please do so with `/close`.
  8518                Provide feedback via https://jenkins-x.io/community.
  8519                /lifecycle rotten
  8520              - --template
  8521              - --ceiling=10
  8522              - --confirm
  8523              command:
  8524              - /app/robots/commenter/app.binary
  8525              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8526              name: ""
  8527              resources: {}
  8528              volumeMounts:
  8529              - mountPath: /etc/token
  8530                name: token
  8531            volumes:
  8532            - name: token
  8533              secret:
  8534                secretName: oauth-token
  8535          tags: {}
  8536      plugins:
  8537        entries:
  8538        - approve
  8539        - assign
  8540        - blunderbuss
  8541        - heart
  8542        - help
  8543        - hold
  8544        - lgtm
  8545        - lifecycle
  8546        - size
  8547        - trigger
  8548        - wip
  8549        - heart
  8550        - cat
  8551        - override
  8552      policy:
  8553        protectTested: true
  8554      postsubmits:
  8555        entries:
  8556        - agent: tekton
  8557          branches:
  8558            entries:
  8559            - master
  8560          cluster: ""
  8561          context: ""
  8562          labels: {}
  8563          maxConcurrency: 0
  8564          name: promotion
  8565          report: false
  8566          runIfChanged: ""
  8567          skipBranches: {}
  8568      presubmits:
  8569        entries:
  8570        - agent: tekton
  8571          alwaysRun: true
  8572          branches: {}
  8573          cluster: ""
  8574          context: promotion-build
  8575          labels: {}
  8576          maxConcurrency: 0
  8577          mergeMethod: merge
  8578          name: promotion-build
  8579          optional: false
  8580          policy:
  8581            Replace: false
  8582            requiredStatusChecks:
  8583              contexts:
  8584                entries:
  8585                - promotion-build
  8586          queries:
  8587          - excludedBranches: {}
  8588            includedBranches: {}
  8589            labels:
  8590              entries:
  8591              - updatebot
  8592            milestone: ""
  8593            missingLabels:
  8594              entries:
  8595              - do-not-merge
  8596              - do-not-merge/hold
  8597              - do-not-merge/work-in-progress
  8598              - needs-ok-to-test
  8599              - needs-rebase
  8600            reviewApprovedRequired: false
  8601          - excludedBranches: {}
  8602            includedBranches: {}
  8603            labels:
  8604              entries:
  8605              - approved
  8606            milestone: ""
  8607            missingLabels:
  8608              entries:
  8609              - do-not-merge
  8610              - do-not-merge/hold
  8611              - do-not-merge/work-in-progress
  8612              - needs-ok-to-test
  8613              - needs-rebase
  8614            reviewApprovedRequired: false
  8615          report: true
  8616          rerunCommand: /test this
  8617          runIfChanged: ""
  8618          skipBranches: {}
  8619          trigger: (?m)^/test( all| this),?(\s+|$)
  8620      schedulerAgent:
  8621        agent: tekton
  8622      welcome:
  8623      - message_template: Welcome contributor to Jenkins X
  8624  - apiVersion: jenkins.io/v1
  8625    kind: Scheduler
  8626    metadata:
  8627      creationTimestamp: null
  8628      name: jenkins-x-environment-tekton-mole-production-scheduler
  8629      namespace: jx
  8630    spec:
  8631      approve:
  8632        issueRequired: false
  8633        lgtmActsAsApprove: true
  8634        requireSelfApproval: true
  8635      attachments:
  8636      - name: reportTemplate
  8637        urls:
  8638        - '{{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}}'
  8639      merger:
  8640        blockerLabel: ""
  8641        maxGoroutines: 0
  8642        mergeMethod: merge
  8643        policy:
  8644          optionalContexts: {}
  8645          requiredContexts: {}
  8646          requiredIfPresentContexts: {}
  8647        prStatusBaseUrl: ""
  8648        squashLabel: ""
  8649        targetUrl: https://deck.infra.jrawlings.co.uk
  8650      periodics:
  8651        entries:
  8652        - agent: ""
  8653          cluster: ""
  8654          cron: ""
  8655          interval: null
  8656          labels: {}
  8657          maxConcurrency: 0
  8658          name: periodic-jx-stale
  8659          spec:
  8660            containers:
  8661            - args:
  8662              - |-
  8663                --query=org:jenkins-x
  8664                -label:lifecycle/frozen
  8665                -label:lifecycle/stale
  8666                -label:lifecycle/rotten
  8667              - --updated=2160h
  8668              - --token=/etc/token/oauth
  8669              - |-
  8670                --comment=Issues go stale after 90d of inactivity.
  8671                Mark the issue as fresh with `/remove-lifecycle stale`.
  8672                Stale issues rot after an additional 30d of inactivity and eventually close.
  8673                If this issue is safe to close now please do so with `/close`.
  8674                Provide feedback via https://jenkins-x.io/community.
  8675                /lifecycle stale
  8676              - --template
  8677              - --ceiling=30
  8678              - --confirm
  8679              command:
  8680              - /app/robots/commenter/app.binary
  8681              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8682              name: ""
  8683              resources: {}
  8684              volumeMounts:
  8685              - mountPath: /etc/token
  8686                name: token
  8687            volumes:
  8688            - name: token
  8689              secret:
  8690                secretName: oauth-token
  8691          tags: {}
  8692        - agent: ""
  8693          cluster: ""
  8694          cron: ""
  8695          interval: null
  8696          labels: {}
  8697          maxConcurrency: 0
  8698          name: periodic-jx-close
  8699          spec:
  8700            containers:
  8701            - args:
  8702              - |-
  8703                --query=org:jenkins-x
  8704                -label:lifecycle/frozen
  8705                label:lifecycle/rotten
  8706              - --updated=720h
  8707              - --token=/etc/token/oauth
  8708              - |-
  8709                --comment=Rotten issues close after 30d of inactivity.
  8710                Reopen the issue with `/reopen`.
  8711                Mark the issue as fresh with `/remove-lifecycle rotten`.
  8712                Provide feedback via https://jenkins-x.io/community.
  8713                /close
  8714              - --template
  8715              - --ceiling=10
  8716              - --confirm
  8717              command:
  8718              - /app/robots/commenter/app.binary
  8719              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8720              name: ""
  8721              resources: {}
  8722              volumeMounts:
  8723              - mountPath: /etc/token
  8724                name: token
  8725            volumes:
  8726            - name: token
  8727              secret:
  8728                secretName: oauth-token
  8729          tags: {}
  8730        - agent: ""
  8731          cluster: ""
  8732          cron: ""
  8733          interval: null
  8734          labels: {}
  8735          maxConcurrency: 0
  8736          name: periodic-jx-rotten
  8737          spec:
  8738            containers:
  8739            - args:
  8740              - |-
  8741                --query=org:jenkins-x
  8742                -label:lifecycle/frozen
  8743                label:lifecycle/stale
  8744                -label:lifecycle/rotten
  8745              - --updated=720h
  8746              - --token=/etc/token/oauth
  8747              - |-
  8748                --comment=Stale issues rot after 30d of inactivity.
  8749                Mark the issue as fresh with `/remove-lifecycle rotten`.
  8750                Rotten issues close after an additional 30d of inactivity.
  8751                If this issue is safe to close now please do so with `/close`.
  8752                Provide feedback via https://jenkins-x.io/community.
  8753                /lifecycle rotten
  8754              - --template
  8755              - --ceiling=10
  8756              - --confirm
  8757              command:
  8758              - /app/robots/commenter/app.binary
  8759              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8760              name: ""
  8761              resources: {}
  8762              volumeMounts:
  8763              - mountPath: /etc/token
  8764                name: token
  8765            volumes:
  8766            - name: token
  8767              secret:
  8768                secretName: oauth-token
  8769          tags: {}
  8770      plugins:
  8771        entries:
  8772        - approve
  8773        - assign
  8774        - blunderbuss
  8775        - heart
  8776        - help
  8777        - hold
  8778        - lgtm
  8779        - lifecycle
  8780        - size
  8781        - trigger
  8782        - wip
  8783        - heart
  8784        - cat
  8785        - override
  8786      policy:
  8787        protectTested: true
  8788      postsubmits:
  8789        entries:
  8790        - agent: tekton
  8791          branches:
  8792            entries:
  8793            - master
  8794          cluster: ""
  8795          context: ""
  8796          labels: {}
  8797          maxConcurrency: 0
  8798          name: promotion
  8799          report: false
  8800          runIfChanged: ""
  8801          skipBranches: {}
  8802      presubmits:
  8803        entries:
  8804        - agent: tekton
  8805          alwaysRun: true
  8806          branches: {}
  8807          cluster: ""
  8808          context: promotion-build
  8809          labels: {}
  8810          maxConcurrency: 0
  8811          mergeMethod: merge
  8812          name: promotion-build
  8813          optional: false
  8814          policy:
  8815            Replace: false
  8816            requiredStatusChecks:
  8817              contexts:
  8818                entries:
  8819                - promotion-build
  8820          queries:
  8821          - excludedBranches: {}
  8822            includedBranches: {}
  8823            labels:
  8824              entries:
  8825              - approved
  8826              - lgtm
  8827            milestone: ""
  8828            missingLabels:
  8829              entries:
  8830              - do-not-merge
  8831              - do-not-merge/hold
  8832              - do-not-merge/work-in-progress
  8833              - needs-ok-to-test
  8834              - needs-rebase
  8835            reviewApprovedRequired: false
  8836          report: true
  8837          rerunCommand: /test this
  8838          runIfChanged: ""
  8839          skipBranches: {}
  8840          trigger: (?m)^/test( all| this),?(\s+|$)
  8841      schedulerAgent:
  8842        agent: tekton
  8843      welcome:
  8844      - message_template: Welcome contributor to Jenkins X
  8845  - apiVersion: jenkins.io/v1
  8846    kind: Scheduler
  8847    metadata:
  8848      creationTimestamp: null
  8849      name: jenkins-x-environment-tekton-mole-staging-scheduler
  8850      namespace: jx
  8851    spec:
  8852      approve:
  8853        issueRequired: false
  8854        lgtmActsAsApprove: true
  8855        requireSelfApproval: true
  8856      attachments:
  8857      - name: reportTemplate
  8858        urls:
  8859        - '{{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}}'
  8860      merger:
  8861        blockerLabel: ""
  8862        maxGoroutines: 0
  8863        mergeMethod: merge
  8864        policy:
  8865          optionalContexts: {}
  8866          requiredContexts: {}
  8867          requiredIfPresentContexts: {}
  8868        prStatusBaseUrl: ""
  8869        squashLabel: ""
  8870        targetUrl: https://deck.infra.jrawlings.co.uk
  8871      periodics:
  8872        entries:
  8873        - agent: ""
  8874          cluster: ""
  8875          cron: ""
  8876          interval: null
  8877          labels: {}
  8878          maxConcurrency: 0
  8879          name: periodic-jx-stale
  8880          spec:
  8881            containers:
  8882            - args:
  8883              - |-
  8884                --query=org:jenkins-x
  8885                -label:lifecycle/frozen
  8886                -label:lifecycle/stale
  8887                -label:lifecycle/rotten
  8888              - --updated=2160h
  8889              - --token=/etc/token/oauth
  8890              - |-
  8891                --comment=Issues go stale after 90d of inactivity.
  8892                Mark the issue as fresh with `/remove-lifecycle stale`.
  8893                Stale issues rot after an additional 30d of inactivity and eventually close.
  8894                If this issue is safe to close now please do so with `/close`.
  8895                Provide feedback via https://jenkins-x.io/community.
  8896                /lifecycle stale
  8897              - --template
  8898              - --ceiling=30
  8899              - --confirm
  8900              command:
  8901              - /app/robots/commenter/app.binary
  8902              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8903              name: ""
  8904              resources: {}
  8905              volumeMounts:
  8906              - mountPath: /etc/token
  8907                name: token
  8908            volumes:
  8909            - name: token
  8910              secret:
  8911                secretName: oauth-token
  8912          tags: {}
  8913        - agent: ""
  8914          cluster: ""
  8915          cron: ""
  8916          interval: null
  8917          labels: {}
  8918          maxConcurrency: 0
  8919          name: periodic-jx-close
  8920          spec:
  8921            containers:
  8922            - args:
  8923              - |-
  8924                --query=org:jenkins-x
  8925                -label:lifecycle/frozen
  8926                label:lifecycle/rotten
  8927              - --updated=720h
  8928              - --token=/etc/token/oauth
  8929              - |-
  8930                --comment=Rotten issues close after 30d of inactivity.
  8931                Reopen the issue with `/reopen`.
  8932                Mark the issue as fresh with `/remove-lifecycle rotten`.
  8933                Provide feedback via https://jenkins-x.io/community.
  8934                /close
  8935              - --template
  8936              - --ceiling=10
  8937              - --confirm
  8938              command:
  8939              - /app/robots/commenter/app.binary
  8940              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8941              name: ""
  8942              resources: {}
  8943              volumeMounts:
  8944              - mountPath: /etc/token
  8945                name: token
  8946            volumes:
  8947            - name: token
  8948              secret:
  8949                secretName: oauth-token
  8950          tags: {}
  8951        - agent: ""
  8952          cluster: ""
  8953          cron: ""
  8954          interval: null
  8955          labels: {}
  8956          maxConcurrency: 0
  8957          name: periodic-jx-rotten
  8958          spec:
  8959            containers:
  8960            - args:
  8961              - |-
  8962                --query=org:jenkins-x
  8963                -label:lifecycle/frozen
  8964                label:lifecycle/stale
  8965                -label:lifecycle/rotten
  8966              - --updated=720h
  8967              - --token=/etc/token/oauth
  8968              - |-
  8969                --comment=Stale issues rot after 30d of inactivity.
  8970                Mark the issue as fresh with `/remove-lifecycle rotten`.
  8971                Rotten issues close after an additional 30d of inactivity.
  8972                If this issue is safe to close now please do so with `/close`.
  8973                Provide feedback via https://jenkins-x.io/community.
  8974                /lifecycle rotten
  8975              - --template
  8976              - --ceiling=10
  8977              - --confirm
  8978              command:
  8979              - /app/robots/commenter/app.binary
  8980              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  8981              name: ""
  8982              resources: {}
  8983              volumeMounts:
  8984              - mountPath: /etc/token
  8985                name: token
  8986            volumes:
  8987            - name: token
  8988              secret:
  8989                secretName: oauth-token
  8990          tags: {}
  8991      plugins:
  8992        entries:
  8993        - approve
  8994        - assign
  8995        - blunderbuss
  8996        - heart
  8997        - help
  8998        - hold
  8999        - lgtm
  9000        - lifecycle
  9001        - size
  9002        - trigger
  9003        - wip
  9004        - heart
  9005        - cat
  9006        - override
  9007      policy:
  9008        protectTested: true
  9009      postsubmits:
  9010        entries:
  9011        - agent: tekton
  9012          branches:
  9013            entries:
  9014            - master
  9015          cluster: ""
  9016          context: ""
  9017          labels: {}
  9018          maxConcurrency: 0
  9019          name: promotion
  9020          report: false
  9021          runIfChanged: ""
  9022          skipBranches: {}
  9023      presubmits:
  9024        entries:
  9025        - agent: tekton
  9026          alwaysRun: true
  9027          branches: {}
  9028          cluster: ""
  9029          context: promotion-build
  9030          labels: {}
  9031          maxConcurrency: 0
  9032          mergeMethod: merge
  9033          name: promotion-build
  9034          optional: false
  9035          policy:
  9036            Replace: false
  9037            requiredStatusChecks:
  9038              contexts:
  9039                entries:
  9040                - promotion-build
  9041          queries:
  9042          - excludedBranches: {}
  9043            includedBranches: {}
  9044            labels:
  9045              entries:
  9046              - approved
  9047              - lgtm
  9048            milestone: ""
  9049            missingLabels:
  9050              entries:
  9051              - do-not-merge
  9052              - do-not-merge/hold
  9053              - do-not-merge/work-in-progress
  9054              - needs-ok-to-test
  9055              - needs-rebase
  9056            reviewApprovedRequired: false
  9057          report: true
  9058          rerunCommand: /test this
  9059          runIfChanged: ""
  9060          skipBranches: {}
  9061          trigger: (?m)^/test( all| this),?(\s+|$)
  9062      schedulerAgent:
  9063        agent: tekton
  9064      welcome:
  9065      - message_template: Welcome contributor to Jenkins X
  9066  - apiVersion: jenkins.io/v1
  9067    kind: Scheduler
  9068    metadata:
  9069      creationTimestamp: null
  9070      name: jenkins-x-exposecontroller-scheduler
  9071      namespace: jx
  9072    spec:
  9073      approve:
  9074        issueRequired: false
  9075        lgtmActsAsApprove: true
  9076        requireSelfApproval: true
  9077      attachments:
  9078      - name: reportTemplate
  9079        urls:
  9080        - '{{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}}'
  9081      merger:
  9082        blockerLabel: ""
  9083        maxGoroutines: 0
  9084        mergeMethod: merge
  9085        policy:
  9086          optionalContexts: {}
  9087          requiredContexts: {}
  9088          requiredIfPresentContexts: {}
  9089        prStatusBaseUrl: ""
  9090        squashLabel: ""
  9091        targetUrl: https://deck.infra.jrawlings.co.uk
  9092      periodics:
  9093        entries:
  9094        - agent: ""
  9095          cluster: ""
  9096          cron: ""
  9097          interval: null
  9098          labels: {}
  9099          maxConcurrency: 0
  9100          name: periodic-jx-stale
  9101          spec:
  9102            containers:
  9103            - args:
  9104              - |-
  9105                --query=org:jenkins-x
  9106                -label:lifecycle/frozen
  9107                -label:lifecycle/stale
  9108                -label:lifecycle/rotten
  9109              - --updated=2160h
  9110              - --token=/etc/token/oauth
  9111              - |-
  9112                --comment=Issues go stale after 90d of inactivity.
  9113                Mark the issue as fresh with `/remove-lifecycle stale`.
  9114                Stale issues rot after an additional 30d of inactivity and eventually close.
  9115                If this issue is safe to close now please do so with `/close`.
  9116                Provide feedback via https://jenkins-x.io/community.
  9117                /lifecycle stale
  9118              - --template
  9119              - --ceiling=30
  9120              - --confirm
  9121              command:
  9122              - /app/robots/commenter/app.binary
  9123              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9124              name: ""
  9125              resources: {}
  9126              volumeMounts:
  9127              - mountPath: /etc/token
  9128                name: token
  9129            volumes:
  9130            - name: token
  9131              secret:
  9132                secretName: oauth-token
  9133          tags: {}
  9134        - agent: ""
  9135          cluster: ""
  9136          cron: ""
  9137          interval: null
  9138          labels: {}
  9139          maxConcurrency: 0
  9140          name: periodic-jx-close
  9141          spec:
  9142            containers:
  9143            - args:
  9144              - |-
  9145                --query=org:jenkins-x
  9146                -label:lifecycle/frozen
  9147                label:lifecycle/rotten
  9148              - --updated=720h
  9149              - --token=/etc/token/oauth
  9150              - |-
  9151                --comment=Rotten issues close after 30d of inactivity.
  9152                Reopen the issue with `/reopen`.
  9153                Mark the issue as fresh with `/remove-lifecycle rotten`.
  9154                Provide feedback via https://jenkins-x.io/community.
  9155                /close
  9156              - --template
  9157              - --ceiling=10
  9158              - --confirm
  9159              command:
  9160              - /app/robots/commenter/app.binary
  9161              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9162              name: ""
  9163              resources: {}
  9164              volumeMounts:
  9165              - mountPath: /etc/token
  9166                name: token
  9167            volumes:
  9168            - name: token
  9169              secret:
  9170                secretName: oauth-token
  9171          tags: {}
  9172        - agent: ""
  9173          cluster: ""
  9174          cron: ""
  9175          interval: null
  9176          labels: {}
  9177          maxConcurrency: 0
  9178          name: periodic-jx-rotten
  9179          spec:
  9180            containers:
  9181            - args:
  9182              - |-
  9183                --query=org:jenkins-x
  9184                -label:lifecycle/frozen
  9185                label:lifecycle/stale
  9186                -label:lifecycle/rotten
  9187              - --updated=720h
  9188              - --token=/etc/token/oauth
  9189              - |-
  9190                --comment=Stale issues rot after 30d of inactivity.
  9191                Mark the issue as fresh with `/remove-lifecycle rotten`.
  9192                Rotten issues close after an additional 30d of inactivity.
  9193                If this issue is safe to close now please do so with `/close`.
  9194                Provide feedback via https://jenkins-x.io/community.
  9195                /lifecycle rotten
  9196              - --template
  9197              - --ceiling=10
  9198              - --confirm
  9199              command:
  9200              - /app/robots/commenter/app.binary
  9201              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9202              name: ""
  9203              resources: {}
  9204              volumeMounts:
  9205              - mountPath: /etc/token
  9206                name: token
  9207            volumes:
  9208            - name: token
  9209              secret:
  9210                secretName: oauth-token
  9211          tags: {}
  9212      plugins:
  9213        entries:
  9214        - approve
  9215        - heart
  9216        - assign
  9217        - help
  9218        - hold
  9219        - lgtm
  9220        - lifecycle
  9221        - label
  9222        - size
  9223        - trigger
  9224        - wip
  9225        - cat
  9226        - dog
  9227        - override
  9228      policy:
  9229        protectTested: true
  9230      postsubmits:
  9231        entries:
  9232        - agent: tekton
  9233          branches:
  9234            entries:
  9235            - master
  9236          cluster: ""
  9237          context: tekton
  9238          labels: {}
  9239          maxConcurrency: 0
  9240          name: tekton
  9241          report: false
  9242          runIfChanged: ""
  9243          skipBranches: {}
  9244      presubmits:
  9245        entries:
  9246        - agent: tekton
  9247          alwaysRun: true
  9248          branches: {}
  9249          cluster: ""
  9250          context: tekton
  9251          labels: {}
  9252          maxConcurrency: 0
  9253          mergeMethod: merge
  9254          name: tekton
  9255          optional: false
  9256          policy:
  9257            Replace: false
  9258          queries:
  9259          - excludedBranches: {}
  9260            includedBranches: {}
  9261            labels:
  9262              entries:
  9263              - updatebot
  9264            milestone: ""
  9265            missingLabels:
  9266              entries:
  9267              - do-not-merge
  9268              - do-not-merge/hold
  9269              - do-not-merge/work-in-progress
  9270              - needs-ok-to-test
  9271              - needs-rebase
  9272            reviewApprovedRequired: false
  9273          - excludedBranches: {}
  9274            includedBranches: {}
  9275            labels:
  9276              entries:
  9277              - approved
  9278            milestone: ""
  9279            missingLabels:
  9280              entries:
  9281              - do-not-merge
  9282              - do-not-merge/hold
  9283              - do-not-merge/work-in-progress
  9284              - needs-ok-to-test
  9285              - needs-rebase
  9286            reviewApprovedRequired: false
  9287          report: true
  9288          rerunCommand: /test this
  9289          runIfChanged: ""
  9290          skipBranches: {}
  9291          trigger: (?m)^/test( all| this),?(s+|$)
  9292      schedulerAgent:
  9293        agent: tekton
  9294      welcome:
  9295      - message_template: Welcome contributor to Jenkins X
  9296  - apiVersion: jenkins.io/v1
  9297    kind: Scheduler
  9298    metadata:
  9299      creationTimestamp: null
  9300      name: jenkins-x-ext-java-code-quality-scheduler
  9301      namespace: jx
  9302    spec:
  9303      approve:
  9304        issueRequired: false
  9305        lgtmActsAsApprove: true
  9306        requireSelfApproval: true
  9307      attachments:
  9308      - name: reportTemplate
  9309        urls:
  9310        - '{{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}}'
  9311      merger:
  9312        blockerLabel: ""
  9313        maxGoroutines: 0
  9314        mergeMethod: merge
  9315        policy:
  9316          optionalContexts: {}
  9317          requiredContexts: {}
  9318          requiredIfPresentContexts: {}
  9319        prStatusBaseUrl: ""
  9320        squashLabel: ""
  9321        targetUrl: https://deck.infra.jrawlings.co.uk
  9322      periodics:
  9323        entries:
  9324        - agent: ""
  9325          cluster: ""
  9326          cron: ""
  9327          interval: null
  9328          labels: {}
  9329          maxConcurrency: 0
  9330          name: periodic-jx-stale
  9331          spec:
  9332            containers:
  9333            - args:
  9334              - |-
  9335                --query=org:jenkins-x
  9336                -label:lifecycle/frozen
  9337                -label:lifecycle/stale
  9338                -label:lifecycle/rotten
  9339              - --updated=2160h
  9340              - --token=/etc/token/oauth
  9341              - |-
  9342                --comment=Issues go stale after 90d of inactivity.
  9343                Mark the issue as fresh with `/remove-lifecycle stale`.
  9344                Stale issues rot after an additional 30d of inactivity and eventually close.
  9345                If this issue is safe to close now please do so with `/close`.
  9346                Provide feedback via https://jenkins-x.io/community.
  9347                /lifecycle stale
  9348              - --template
  9349              - --ceiling=30
  9350              - --confirm
  9351              command:
  9352              - /app/robots/commenter/app.binary
  9353              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9354              name: ""
  9355              resources: {}
  9356              volumeMounts:
  9357              - mountPath: /etc/token
  9358                name: token
  9359            volumes:
  9360            - name: token
  9361              secret:
  9362                secretName: oauth-token
  9363          tags: {}
  9364        - agent: ""
  9365          cluster: ""
  9366          cron: ""
  9367          interval: null
  9368          labels: {}
  9369          maxConcurrency: 0
  9370          name: periodic-jx-close
  9371          spec:
  9372            containers:
  9373            - args:
  9374              - |-
  9375                --query=org:jenkins-x
  9376                -label:lifecycle/frozen
  9377                label:lifecycle/rotten
  9378              - --updated=720h
  9379              - --token=/etc/token/oauth
  9380              - |-
  9381                --comment=Rotten issues close after 30d of inactivity.
  9382                Reopen the issue with `/reopen`.
  9383                Mark the issue as fresh with `/remove-lifecycle rotten`.
  9384                Provide feedback via https://jenkins-x.io/community.
  9385                /close
  9386              - --template
  9387              - --ceiling=10
  9388              - --confirm
  9389              command:
  9390              - /app/robots/commenter/app.binary
  9391              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9392              name: ""
  9393              resources: {}
  9394              volumeMounts:
  9395              - mountPath: /etc/token
  9396                name: token
  9397            volumes:
  9398            - name: token
  9399              secret:
  9400                secretName: oauth-token
  9401          tags: {}
  9402        - agent: ""
  9403          cluster: ""
  9404          cron: ""
  9405          interval: null
  9406          labels: {}
  9407          maxConcurrency: 0
  9408          name: periodic-jx-rotten
  9409          spec:
  9410            containers:
  9411            - args:
  9412              - |-
  9413                --query=org:jenkins-x
  9414                -label:lifecycle/frozen
  9415                label:lifecycle/stale
  9416                -label:lifecycle/rotten
  9417              - --updated=720h
  9418              - --token=/etc/token/oauth
  9419              - |-
  9420                --comment=Stale issues rot after 30d of inactivity.
  9421                Mark the issue as fresh with `/remove-lifecycle rotten`.
  9422                Rotten issues close after an additional 30d of inactivity.
  9423                If this issue is safe to close now please do so with `/close`.
  9424                Provide feedback via https://jenkins-x.io/community.
  9425                /lifecycle rotten
  9426              - --template
  9427              - --ceiling=10
  9428              - --confirm
  9429              command:
  9430              - /app/robots/commenter/app.binary
  9431              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9432              name: ""
  9433              resources: {}
  9434              volumeMounts:
  9435              - mountPath: /etc/token
  9436                name: token
  9437            volumes:
  9438            - name: token
  9439              secret:
  9440                secretName: oauth-token
  9441          tags: {}
  9442      plugins:
  9443        entries:
  9444        - approve
  9445        - heart
  9446        - assign
  9447        - help
  9448        - hold
  9449        - lgtm
  9450        - lifecycle
  9451        - label
  9452        - size
  9453        - trigger
  9454        - wip
  9455        - cat
  9456        - dog
  9457        - override
  9458      policy:
  9459        protectTested: true
  9460      postsubmits:
  9461        entries:
  9462        - agent: tekton
  9463          branches:
  9464            entries:
  9465            - master
  9466          cluster: ""
  9467          context: tekton
  9468          labels: {}
  9469          maxConcurrency: 0
  9470          name: tekton
  9471          report: false
  9472          runIfChanged: ""
  9473          skipBranches: {}
  9474      presubmits:
  9475        entries:
  9476        - agent: tekton
  9477          alwaysRun: true
  9478          branches: {}
  9479          cluster: ""
  9480          context: tekton
  9481          labels: {}
  9482          maxConcurrency: 0
  9483          mergeMethod: merge
  9484          name: tekton
  9485          optional: false
  9486          policy:
  9487            Replace: false
  9488            requiredStatusChecks:
  9489              contexts:
  9490                entries:
  9491                - tekton
  9492          queries:
  9493          - excludedBranches: {}
  9494            includedBranches: {}
  9495            labels:
  9496              entries:
  9497              - updatebot
  9498            milestone: ""
  9499            missingLabels:
  9500              entries:
  9501              - do-not-merge
  9502              - do-not-merge/hold
  9503              - do-not-merge/work-in-progress
  9504              - needs-ok-to-test
  9505              - needs-rebase
  9506            reviewApprovedRequired: false
  9507          - excludedBranches: {}
  9508            includedBranches: {}
  9509            labels:
  9510              entries:
  9511              - approved
  9512            milestone: ""
  9513            missingLabels:
  9514              entries:
  9515              - do-not-merge
  9516              - do-not-merge/hold
  9517              - do-not-merge/work-in-progress
  9518              - needs-ok-to-test
  9519              - needs-rebase
  9520            reviewApprovedRequired: false
  9521          report: true
  9522          rerunCommand: /test this
  9523          runIfChanged: ""
  9524          skipBranches: {}
  9525          trigger: (?m)^/test( all| this),?(s+|$)
  9526      schedulerAgent:
  9527        agent: tekton
  9528      welcome:
  9529      - message_template: Welcome contributor to Jenkins X
  9530  - apiVersion: jenkins.io/v1
  9531    kind: Scheduler
  9532    metadata:
  9533      creationTimestamp: null
  9534      name: jenkins-x-homebrew-jx-scheduler
  9535      namespace: jx
  9536    spec:
  9537      approve:
  9538        issueRequired: false
  9539        lgtmActsAsApprove: true
  9540        requireSelfApproval: true
  9541      attachments:
  9542      - name: reportTemplate
  9543        urls:
  9544        - '{{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}}'
  9545      merger:
  9546        blockerLabel: ""
  9547        maxGoroutines: 0
  9548        mergeMethod: merge
  9549        policy:
  9550          optionalContexts: {}
  9551          requiredContexts: {}
  9552          requiredIfPresentContexts: {}
  9553        prStatusBaseUrl: ""
  9554        squashLabel: ""
  9555        targetUrl: https://deck.infra.jrawlings.co.uk
  9556      periodics:
  9557        entries:
  9558        - agent: ""
  9559          cluster: ""
  9560          cron: ""
  9561          interval: null
  9562          labels: {}
  9563          maxConcurrency: 0
  9564          name: periodic-jx-stale
  9565          spec:
  9566            containers:
  9567            - args:
  9568              - |-
  9569                --query=org:jenkins-x
  9570                -label:lifecycle/frozen
  9571                -label:lifecycle/stale
  9572                -label:lifecycle/rotten
  9573              - --updated=2160h
  9574              - --token=/etc/token/oauth
  9575              - |-
  9576                --comment=Issues go stale after 90d of inactivity.
  9577                Mark the issue as fresh with `/remove-lifecycle stale`.
  9578                Stale issues rot after an additional 30d of inactivity and eventually close.
  9579                If this issue is safe to close now please do so with `/close`.
  9580                Provide feedback via https://jenkins-x.io/community.
  9581                /lifecycle stale
  9582              - --template
  9583              - --ceiling=30
  9584              - --confirm
  9585              command:
  9586              - /app/robots/commenter/app.binary
  9587              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9588              name: ""
  9589              resources: {}
  9590              volumeMounts:
  9591              - mountPath: /etc/token
  9592                name: token
  9593            volumes:
  9594            - name: token
  9595              secret:
  9596                secretName: oauth-token
  9597          tags: {}
  9598        - agent: ""
  9599          cluster: ""
  9600          cron: ""
  9601          interval: null
  9602          labels: {}
  9603          maxConcurrency: 0
  9604          name: periodic-jx-close
  9605          spec:
  9606            containers:
  9607            - args:
  9608              - |-
  9609                --query=org:jenkins-x
  9610                -label:lifecycle/frozen
  9611                label:lifecycle/rotten
  9612              - --updated=720h
  9613              - --token=/etc/token/oauth
  9614              - |-
  9615                --comment=Rotten issues close after 30d of inactivity.
  9616                Reopen the issue with `/reopen`.
  9617                Mark the issue as fresh with `/remove-lifecycle rotten`.
  9618                Provide feedback via https://jenkins-x.io/community.
  9619                /close
  9620              - --template
  9621              - --ceiling=10
  9622              - --confirm
  9623              command:
  9624              - /app/robots/commenter/app.binary
  9625              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9626              name: ""
  9627              resources: {}
  9628              volumeMounts:
  9629              - mountPath: /etc/token
  9630                name: token
  9631            volumes:
  9632            - name: token
  9633              secret:
  9634                secretName: oauth-token
  9635          tags: {}
  9636        - agent: ""
  9637          cluster: ""
  9638          cron: ""
  9639          interval: null
  9640          labels: {}
  9641          maxConcurrency: 0
  9642          name: periodic-jx-rotten
  9643          spec:
  9644            containers:
  9645            - args:
  9646              - |-
  9647                --query=org:jenkins-x
  9648                -label:lifecycle/frozen
  9649                label:lifecycle/stale
  9650                -label:lifecycle/rotten
  9651              - --updated=720h
  9652              - --token=/etc/token/oauth
  9653              - |-
  9654                --comment=Stale issues rot after 30d of inactivity.
  9655                Mark the issue as fresh with `/remove-lifecycle rotten`.
  9656                Rotten issues close after an additional 30d of inactivity.
  9657                If this issue is safe to close now please do so with `/close`.
  9658                Provide feedback via https://jenkins-x.io/community.
  9659                /lifecycle rotten
  9660              - --template
  9661              - --ceiling=10
  9662              - --confirm
  9663              command:
  9664              - /app/robots/commenter/app.binary
  9665              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9666              name: ""
  9667              resources: {}
  9668              volumeMounts:
  9669              - mountPath: /etc/token
  9670                name: token
  9671            volumes:
  9672            - name: token
  9673              secret:
  9674                secretName: oauth-token
  9675          tags: {}
  9676      plugins:
  9677        entries:
  9678        - approve
  9679        - heart
  9680        - assign
  9681        - help
  9682        - hold
  9683        - lgtm
  9684        - lifecycle
  9685        - label
  9686        - size
  9687        - trigger
  9688        - wip
  9689        - cat
  9690        - dog
  9691        - override
  9692      policy:
  9693        protectTested: true
  9694      postsubmits:
  9695        entries:
  9696        - agent: tekton
  9697          branches:
  9698            entries:
  9699            - master
  9700          cluster: ""
  9701          context: tekton
  9702          labels: {}
  9703          maxConcurrency: 0
  9704          name: tekton
  9705          report: false
  9706          runIfChanged: ""
  9707          skipBranches: {}
  9708      presubmits:
  9709        entries:
  9710        - agent: tekton
  9711          alwaysRun: true
  9712          branches: {}
  9713          cluster: ""
  9714          context: tekton
  9715          labels: {}
  9716          maxConcurrency: 0
  9717          mergeMethod: merge
  9718          name: tekton
  9719          optional: false
  9720          policy:
  9721            Replace: false
  9722            requiredStatusChecks:
  9723              contexts:
  9724                entries:
  9725                - tekton
  9726          queries:
  9727          - excludedBranches: {}
  9728            includedBranches: {}
  9729            labels:
  9730              entries:
  9731              - updatebot
  9732            milestone: ""
  9733            missingLabels:
  9734              entries:
  9735              - do-not-merge
  9736              - do-not-merge/hold
  9737              - do-not-merge/work-in-progress
  9738              - needs-ok-to-test
  9739              - needs-rebase
  9740            reviewApprovedRequired: false
  9741          - excludedBranches: {}
  9742            includedBranches: {}
  9743            labels:
  9744              entries:
  9745              - approved
  9746            milestone: ""
  9747            missingLabels:
  9748              entries:
  9749              - do-not-merge
  9750              - do-not-merge/hold
  9751              - do-not-merge/work-in-progress
  9752              - needs-ok-to-test
  9753              - needs-rebase
  9754            reviewApprovedRequired: false
  9755          report: true
  9756          rerunCommand: /test this
  9757          runIfChanged: ""
  9758          skipBranches: {}
  9759          trigger: (?m)^/test( all| this),?(s+|$)
  9760      schedulerAgent:
  9761        agent: tekton
  9762      welcome:
  9763      - message_template: Welcome contributor to Jenkins X
  9764  - apiVersion: jenkins.io/v1
  9765    kind: Scheduler
  9766    metadata:
  9767      creationTimestamp: null
  9768      name: jenkins-x-jenkins-x-builders-base-image-scheduler
  9769      namespace: jx
  9770    spec:
  9771      approve:
  9772        issueRequired: false
  9773        lgtmActsAsApprove: true
  9774        requireSelfApproval: true
  9775      attachments:
  9776      - name: reportTemplate
  9777        urls:
  9778        - '{{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}}'
  9779      merger:
  9780        blockerLabel: ""
  9781        maxGoroutines: 0
  9782        mergeMethod: merge
  9783        policy:
  9784          optionalContexts: {}
  9785          requiredContexts: {}
  9786          requiredIfPresentContexts: {}
  9787        prStatusBaseUrl: ""
  9788        squashLabel: ""
  9789        targetUrl: https://deck.infra.jrawlings.co.uk
  9790      periodics:
  9791        entries:
  9792        - agent: ""
  9793          cluster: ""
  9794          cron: ""
  9795          interval: null
  9796          labels: {}
  9797          maxConcurrency: 0
  9798          name: periodic-jx-stale
  9799          spec:
  9800            containers:
  9801            - args:
  9802              - |-
  9803                --query=org:jenkins-x
  9804                -label:lifecycle/frozen
  9805                -label:lifecycle/stale
  9806                -label:lifecycle/rotten
  9807              - --updated=2160h
  9808              - --token=/etc/token/oauth
  9809              - |-
  9810                --comment=Issues go stale after 90d of inactivity.
  9811                Mark the issue as fresh with `/remove-lifecycle stale`.
  9812                Stale issues rot after an additional 30d of inactivity and eventually close.
  9813                If this issue is safe to close now please do so with `/close`.
  9814                Provide feedback via https://jenkins-x.io/community.
  9815                /lifecycle stale
  9816              - --template
  9817              - --ceiling=30
  9818              - --confirm
  9819              command:
  9820              - /app/robots/commenter/app.binary
  9821              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9822              name: ""
  9823              resources: {}
  9824              volumeMounts:
  9825              - mountPath: /etc/token
  9826                name: token
  9827            volumes:
  9828            - name: token
  9829              secret:
  9830                secretName: oauth-token
  9831          tags: {}
  9832        - agent: ""
  9833          cluster: ""
  9834          cron: ""
  9835          interval: null
  9836          labels: {}
  9837          maxConcurrency: 0
  9838          name: periodic-jx-close
  9839          spec:
  9840            containers:
  9841            - args:
  9842              - |-
  9843                --query=org:jenkins-x
  9844                -label:lifecycle/frozen
  9845                label:lifecycle/rotten
  9846              - --updated=720h
  9847              - --token=/etc/token/oauth
  9848              - |-
  9849                --comment=Rotten issues close after 30d of inactivity.
  9850                Reopen the issue with `/reopen`.
  9851                Mark the issue as fresh with `/remove-lifecycle rotten`.
  9852                Provide feedback via https://jenkins-x.io/community.
  9853                /close
  9854              - --template
  9855              - --ceiling=10
  9856              - --confirm
  9857              command:
  9858              - /app/robots/commenter/app.binary
  9859              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9860              name: ""
  9861              resources: {}
  9862              volumeMounts:
  9863              - mountPath: /etc/token
  9864                name: token
  9865            volumes:
  9866            - name: token
  9867              secret:
  9868                secretName: oauth-token
  9869          tags: {}
  9870        - agent: ""
  9871          cluster: ""
  9872          cron: ""
  9873          interval: null
  9874          labels: {}
  9875          maxConcurrency: 0
  9876          name: periodic-jx-rotten
  9877          spec:
  9878            containers:
  9879            - args:
  9880              - |-
  9881                --query=org:jenkins-x
  9882                -label:lifecycle/frozen
  9883                label:lifecycle/stale
  9884                -label:lifecycle/rotten
  9885              - --updated=720h
  9886              - --token=/etc/token/oauth
  9887              - |-
  9888                --comment=Stale issues rot after 30d of inactivity.
  9889                Mark the issue as fresh with `/remove-lifecycle rotten`.
  9890                Rotten issues close after an additional 30d of inactivity.
  9891                If this issue is safe to close now please do so with `/close`.
  9892                Provide feedback via https://jenkins-x.io/community.
  9893                /lifecycle rotten
  9894              - --template
  9895              - --ceiling=10
  9896              - --confirm
  9897              command:
  9898              - /app/robots/commenter/app.binary
  9899              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
  9900              name: ""
  9901              resources: {}
  9902              volumeMounts:
  9903              - mountPath: /etc/token
  9904                name: token
  9905            volumes:
  9906            - name: token
  9907              secret:
  9908                secretName: oauth-token
  9909          tags: {}
  9910      plugins:
  9911        entries:
  9912        - approve
  9913        - heart
  9914        - assign
  9915        - help
  9916        - hold
  9917        - lgtm
  9918        - lifecycle
  9919        - label
  9920        - size
  9921        - trigger
  9922        - wip
  9923        - cat
  9924        - dog
  9925        - override
  9926      policy:
  9927        protectTested: true
  9928      postsubmits:
  9929        entries:
  9930        - agent: tekton
  9931          branches:
  9932            entries:
  9933            - master
  9934          cluster: ""
  9935          context: tekton
  9936          labels: {}
  9937          maxConcurrency: 0
  9938          name: tekton
  9939          report: false
  9940          runIfChanged: ""
  9941          skipBranches: {}
  9942      presubmits:
  9943        entries:
  9944        - agent: tekton
  9945          alwaysRun: true
  9946          branches: {}
  9947          cluster: ""
  9948          context: tekton
  9949          labels: {}
  9950          maxConcurrency: 0
  9951          mergeMethod: merge
  9952          name: tekton
  9953          optional: false
  9954          policy:
  9955            Replace: false
  9956            requiredStatusChecks:
  9957              contexts:
  9958                entries:
  9959                - tekton
  9960          queries:
  9961          - excludedBranches: {}
  9962            includedBranches: {}
  9963            labels:
  9964              entries:
  9965              - updatebot
  9966            milestone: ""
  9967            missingLabels:
  9968              entries:
  9969              - do-not-merge
  9970              - do-not-merge/hold
  9971              - do-not-merge/work-in-progress
  9972              - needs-ok-to-test
  9973              - needs-rebase
  9974            reviewApprovedRequired: false
  9975          - excludedBranches: {}
  9976            includedBranches: {}
  9977            labels:
  9978              entries:
  9979              - approved
  9980            milestone: ""
  9981            missingLabels:
  9982              entries:
  9983              - do-not-merge
  9984              - do-not-merge/hold
  9985              - do-not-merge/work-in-progress
  9986              - needs-ok-to-test
  9987              - needs-rebase
  9988            reviewApprovedRequired: false
  9989          report: true
  9990          rerunCommand: /test this
  9991          runIfChanged: ""
  9992          skipBranches: {}
  9993          trigger: (?m)^/test( all| this),?(s+|$)
  9994      schedulerAgent:
  9995        agent: tekton
  9996      welcome:
  9997      - message_template: Welcome contributor to Jenkins X
  9998  - apiVersion: jenkins.io/v1
  9999    kind: Scheduler
 10000    metadata:
 10001      creationTimestamp: null
 10002      name: jenkins-x-jenkins-x-builders-base-scheduler
 10003      namespace: jx
 10004    spec:
 10005      approve:
 10006        issueRequired: false
 10007        lgtmActsAsApprove: true
 10008        requireSelfApproval: true
 10009      attachments:
 10010      - name: reportTemplate
 10011        urls:
 10012        - '{{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}}'
 10013      merger:
 10014        blockerLabel: ""
 10015        maxGoroutines: 0
 10016        mergeMethod: merge
 10017        policy:
 10018          optionalContexts: {}
 10019          requiredContexts: {}
 10020          requiredIfPresentContexts: {}
 10021        prStatusBaseUrl: ""
 10022        squashLabel: ""
 10023        targetUrl: https://deck.infra.jrawlings.co.uk
 10024      periodics:
 10025        entries:
 10026        - agent: ""
 10027          cluster: ""
 10028          cron: ""
 10029          interval: null
 10030          labels: {}
 10031          maxConcurrency: 0
 10032          name: periodic-jx-stale
 10033          spec:
 10034            containers:
 10035            - args:
 10036              - |-
 10037                --query=org:jenkins-x
 10038                -label:lifecycle/frozen
 10039                -label:lifecycle/stale
 10040                -label:lifecycle/rotten
 10041              - --updated=2160h
 10042              - --token=/etc/token/oauth
 10043              - |-
 10044                --comment=Issues go stale after 90d of inactivity.
 10045                Mark the issue as fresh with `/remove-lifecycle stale`.
 10046                Stale issues rot after an additional 30d of inactivity and eventually close.
 10047                If this issue is safe to close now please do so with `/close`.
 10048                Provide feedback via https://jenkins-x.io/community.
 10049                /lifecycle stale
 10050              - --template
 10051              - --ceiling=30
 10052              - --confirm
 10053              command:
 10054              - /app/robots/commenter/app.binary
 10055              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10056              name: ""
 10057              resources: {}
 10058              volumeMounts:
 10059              - mountPath: /etc/token
 10060                name: token
 10061            volumes:
 10062            - name: token
 10063              secret:
 10064                secretName: oauth-token
 10065          tags: {}
 10066        - agent: ""
 10067          cluster: ""
 10068          cron: ""
 10069          interval: null
 10070          labels: {}
 10071          maxConcurrency: 0
 10072          name: periodic-jx-close
 10073          spec:
 10074            containers:
 10075            - args:
 10076              - |-
 10077                --query=org:jenkins-x
 10078                -label:lifecycle/frozen
 10079                label:lifecycle/rotten
 10080              - --updated=720h
 10081              - --token=/etc/token/oauth
 10082              - |-
 10083                --comment=Rotten issues close after 30d of inactivity.
 10084                Reopen the issue with `/reopen`.
 10085                Mark the issue as fresh with `/remove-lifecycle rotten`.
 10086                Provide feedback via https://jenkins-x.io/community.
 10087                /close
 10088              - --template
 10089              - --ceiling=10
 10090              - --confirm
 10091              command:
 10092              - /app/robots/commenter/app.binary
 10093              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10094              name: ""
 10095              resources: {}
 10096              volumeMounts:
 10097              - mountPath: /etc/token
 10098                name: token
 10099            volumes:
 10100            - name: token
 10101              secret:
 10102                secretName: oauth-token
 10103          tags: {}
 10104        - agent: ""
 10105          cluster: ""
 10106          cron: ""
 10107          interval: null
 10108          labels: {}
 10109          maxConcurrency: 0
 10110          name: periodic-jx-rotten
 10111          spec:
 10112            containers:
 10113            - args:
 10114              - |-
 10115                --query=org:jenkins-x
 10116                -label:lifecycle/frozen
 10117                label:lifecycle/stale
 10118                -label:lifecycle/rotten
 10119              - --updated=720h
 10120              - --token=/etc/token/oauth
 10121              - |-
 10122                --comment=Stale issues rot after 30d of inactivity.
 10123                Mark the issue as fresh with `/remove-lifecycle rotten`.
 10124                Rotten issues close after an additional 30d of inactivity.
 10125                If this issue is safe to close now please do so with `/close`.
 10126                Provide feedback via https://jenkins-x.io/community.
 10127                /lifecycle rotten
 10128              - --template
 10129              - --ceiling=10
 10130              - --confirm
 10131              command:
 10132              - /app/robots/commenter/app.binary
 10133              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10134              name: ""
 10135              resources: {}
 10136              volumeMounts:
 10137              - mountPath: /etc/token
 10138                name: token
 10139            volumes:
 10140            - name: token
 10141              secret:
 10142                secretName: oauth-token
 10143          tags: {}
 10144      plugins:
 10145        entries:
 10146        - approve
 10147        - heart
 10148        - assign
 10149        - help
 10150        - hold
 10151        - lgtm
 10152        - lifecycle
 10153        - label
 10154        - size
 10155        - trigger
 10156        - wip
 10157        - cat
 10158        - dog
 10159        - override
 10160      policy:
 10161        protectTested: true
 10162      postsubmits:
 10163        entries:
 10164        - agent: tekton
 10165          branches:
 10166            entries:
 10167            - master
 10168          cluster: ""
 10169          context: tekton
 10170          labels: {}
 10171          maxConcurrency: 0
 10172          name: tekton
 10173          report: false
 10174          runIfChanged: ""
 10175          skipBranches: {}
 10176      presubmits:
 10177        entries:
 10178        - agent: tekton
 10179          alwaysRun: true
 10180          branches: {}
 10181          cluster: ""
 10182          context: tekton
 10183          labels: {}
 10184          maxConcurrency: 0
 10185          mergeMethod: merge
 10186          name: tekton
 10187          optional: false
 10188          policy:
 10189            Replace: false
 10190            requiredStatusChecks:
 10191              contexts:
 10192                entries:
 10193                - tekton
 10194          queries:
 10195          - excludedBranches: {}
 10196            includedBranches: {}
 10197            labels:
 10198              entries:
 10199              - updatebot
 10200            milestone: ""
 10201            missingLabels:
 10202              entries:
 10203              - do-not-merge
 10204              - do-not-merge/hold
 10205              - do-not-merge/work-in-progress
 10206              - needs-ok-to-test
 10207              - needs-rebase
 10208            reviewApprovedRequired: false
 10209          - excludedBranches: {}
 10210            includedBranches: {}
 10211            labels:
 10212              entries:
 10213              - approved
 10214            milestone: ""
 10215            missingLabels:
 10216              entries:
 10217              - do-not-merge
 10218              - do-not-merge/hold
 10219              - do-not-merge/work-in-progress
 10220              - needs-ok-to-test
 10221              - needs-rebase
 10222            reviewApprovedRequired: false
 10223          report: true
 10224          rerunCommand: /test this
 10225          runIfChanged: ""
 10226          skipBranches: {}
 10227          trigger: (?m)^/test( all| this),?(s+|$)
 10228      schedulerAgent:
 10229        agent: tekton
 10230      welcome:
 10231      - message_template: Welcome contributor to Jenkins X
 10232  - apiVersion: jenkins.io/v1
 10233    kind: Scheduler
 10234    metadata:
 10235      creationTimestamp: null
 10236      name: jenkins-x-jenkins-x-builders-scheduler
 10237      namespace: jx
 10238    spec:
 10239      approve:
 10240        issueRequired: false
 10241        lgtmActsAsApprove: true
 10242        requireSelfApproval: true
 10243      attachments:
 10244      - name: reportTemplate
 10245        urls:
 10246        - '{{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}}'
 10247      merger:
 10248        blockerLabel: ""
 10249        maxGoroutines: 0
 10250        mergeMethod: merge
 10251        policy:
 10252          optionalContexts: {}
 10253          requiredContexts: {}
 10254          requiredIfPresentContexts: {}
 10255        prStatusBaseUrl: ""
 10256        squashLabel: ""
 10257        targetUrl: https://deck.infra.jrawlings.co.uk
 10258      periodics:
 10259        entries:
 10260        - agent: ""
 10261          cluster: ""
 10262          cron: ""
 10263          interval: null
 10264          labels: {}
 10265          maxConcurrency: 0
 10266          name: periodic-jx-stale
 10267          spec:
 10268            containers:
 10269            - args:
 10270              - |-
 10271                --query=org:jenkins-x
 10272                -label:lifecycle/frozen
 10273                -label:lifecycle/stale
 10274                -label:lifecycle/rotten
 10275              - --updated=2160h
 10276              - --token=/etc/token/oauth
 10277              - |-
 10278                --comment=Issues go stale after 90d of inactivity.
 10279                Mark the issue as fresh with `/remove-lifecycle stale`.
 10280                Stale issues rot after an additional 30d of inactivity and eventually close.
 10281                If this issue is safe to close now please do so with `/close`.
 10282                Provide feedback via https://jenkins-x.io/community.
 10283                /lifecycle stale
 10284              - --template
 10285              - --ceiling=30
 10286              - --confirm
 10287              command:
 10288              - /app/robots/commenter/app.binary
 10289              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10290              name: ""
 10291              resources: {}
 10292              volumeMounts:
 10293              - mountPath: /etc/token
 10294                name: token
 10295            volumes:
 10296            - name: token
 10297              secret:
 10298                secretName: oauth-token
 10299          tags: {}
 10300        - agent: ""
 10301          cluster: ""
 10302          cron: ""
 10303          interval: null
 10304          labels: {}
 10305          maxConcurrency: 0
 10306          name: periodic-jx-close
 10307          spec:
 10308            containers:
 10309            - args:
 10310              - |-
 10311                --query=org:jenkins-x
 10312                -label:lifecycle/frozen
 10313                label:lifecycle/rotten
 10314              - --updated=720h
 10315              - --token=/etc/token/oauth
 10316              - |-
 10317                --comment=Rotten issues close after 30d of inactivity.
 10318                Reopen the issue with `/reopen`.
 10319                Mark the issue as fresh with `/remove-lifecycle rotten`.
 10320                Provide feedback via https://jenkins-x.io/community.
 10321                /close
 10322              - --template
 10323              - --ceiling=10
 10324              - --confirm
 10325              command:
 10326              - /app/robots/commenter/app.binary
 10327              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10328              name: ""
 10329              resources: {}
 10330              volumeMounts:
 10331              - mountPath: /etc/token
 10332                name: token
 10333            volumes:
 10334            - name: token
 10335              secret:
 10336                secretName: oauth-token
 10337          tags: {}
 10338        - agent: ""
 10339          cluster: ""
 10340          cron: ""
 10341          interval: null
 10342          labels: {}
 10343          maxConcurrency: 0
 10344          name: periodic-jx-rotten
 10345          spec:
 10346            containers:
 10347            - args:
 10348              - |-
 10349                --query=org:jenkins-x
 10350                -label:lifecycle/frozen
 10351                label:lifecycle/stale
 10352                -label:lifecycle/rotten
 10353              - --updated=720h
 10354              - --token=/etc/token/oauth
 10355              - |-
 10356                --comment=Stale issues rot after 30d of inactivity.
 10357                Mark the issue as fresh with `/remove-lifecycle rotten`.
 10358                Rotten issues close after an additional 30d of inactivity.
 10359                If this issue is safe to close now please do so with `/close`.
 10360                Provide feedback via https://jenkins-x.io/community.
 10361                /lifecycle rotten
 10362              - --template
 10363              - --ceiling=10
 10364              - --confirm
 10365              command:
 10366              - /app/robots/commenter/app.binary
 10367              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10368              name: ""
 10369              resources: {}
 10370              volumeMounts:
 10371              - mountPath: /etc/token
 10372                name: token
 10373            volumes:
 10374            - name: token
 10375              secret:
 10376                secretName: oauth-token
 10377          tags: {}
 10378      plugins:
 10379        entries:
 10380        - approve
 10381        - heart
 10382        - assign
 10383        - help
 10384        - hold
 10385        - lgtm
 10386        - lifecycle
 10387        - label
 10388        - size
 10389        - trigger
 10390        - wip
 10391        - cat
 10392        - dog
 10393        - override
 10394      policy:
 10395        protectTested: true
 10396      postsubmits:
 10397        entries:
 10398        - agent: tekton
 10399          branches:
 10400            entries:
 10401            - master
 10402          cluster: ""
 10403          context: tekton
 10404          labels: {}
 10405          maxConcurrency: 0
 10406          name: tekton
 10407          report: false
 10408          runIfChanged: ""
 10409          skipBranches: {}
 10410      presubmits:
 10411        entries:
 10412        - agent: tekton
 10413          alwaysRun: true
 10414          branches: {}
 10415          cluster: ""
 10416          context: tekton
 10417          labels: {}
 10418          maxConcurrency: 0
 10419          mergeMethod: merge
 10420          name: tekton
 10421          optional: false
 10422          policy:
 10423            Replace: false
 10424            requiredStatusChecks:
 10425              contexts:
 10426                entries:
 10427                - tekton
 10428          queries:
 10429          - excludedBranches: {}
 10430            includedBranches: {}
 10431            labels:
 10432              entries:
 10433              - updatebot
 10434            milestone: ""
 10435            missingLabels:
 10436              entries:
 10437              - do-not-merge
 10438              - do-not-merge/hold
 10439              - do-not-merge/work-in-progress
 10440              - needs-ok-to-test
 10441              - needs-rebase
 10442            reviewApprovedRequired: false
 10443          - excludedBranches: {}
 10444            includedBranches: {}
 10445            labels:
 10446              entries:
 10447              - approved
 10448            milestone: ""
 10449            missingLabels:
 10450              entries:
 10451              - do-not-merge
 10452              - do-not-merge/hold
 10453              - do-not-merge/work-in-progress
 10454              - needs-ok-to-test
 10455              - needs-rebase
 10456            reviewApprovedRequired: false
 10457          report: true
 10458          rerunCommand: /test this
 10459          runIfChanged: ""
 10460          skipBranches: {}
 10461          trigger: (?m)^/test( all| this),?(s+|$)
 10462      schedulerAgent:
 10463        agent: tekton
 10464      welcome:
 10465      - message_template: Welcome contributor to Jenkins X
 10466  - apiVersion: jenkins.io/v1
 10467    kind: Scheduler
 10468    metadata:
 10469      creationTimestamp: null
 10470      name: jenkins-x-jenkins-x-image-scheduler
 10471      namespace: jx
 10472    spec:
 10473      approve:
 10474        issueRequired: false
 10475        lgtmActsAsApprove: true
 10476        requireSelfApproval: true
 10477      attachments:
 10478      - name: reportTemplate
 10479        urls:
 10480        - '{{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}}'
 10481      merger:
 10482        blockerLabel: ""
 10483        maxGoroutines: 0
 10484        mergeMethod: merge
 10485        policy:
 10486          optionalContexts: {}
 10487          requiredContexts: {}
 10488          requiredIfPresentContexts: {}
 10489        prStatusBaseUrl: ""
 10490        squashLabel: ""
 10491        targetUrl: https://deck.infra.jrawlings.co.uk
 10492      periodics:
 10493        entries:
 10494        - agent: ""
 10495          cluster: ""
 10496          cron: ""
 10497          interval: null
 10498          labels: {}
 10499          maxConcurrency: 0
 10500          name: periodic-jx-stale
 10501          spec:
 10502            containers:
 10503            - args:
 10504              - |-
 10505                --query=org:jenkins-x
 10506                -label:lifecycle/frozen
 10507                -label:lifecycle/stale
 10508                -label:lifecycle/rotten
 10509              - --updated=2160h
 10510              - --token=/etc/token/oauth
 10511              - |-
 10512                --comment=Issues go stale after 90d of inactivity.
 10513                Mark the issue as fresh with `/remove-lifecycle stale`.
 10514                Stale issues rot after an additional 30d of inactivity and eventually close.
 10515                If this issue is safe to close now please do so with `/close`.
 10516                Provide feedback via https://jenkins-x.io/community.
 10517                /lifecycle stale
 10518              - --template
 10519              - --ceiling=30
 10520              - --confirm
 10521              command:
 10522              - /app/robots/commenter/app.binary
 10523              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10524              name: ""
 10525              resources: {}
 10526              volumeMounts:
 10527              - mountPath: /etc/token
 10528                name: token
 10529            volumes:
 10530            - name: token
 10531              secret:
 10532                secretName: oauth-token
 10533          tags: {}
 10534        - agent: ""
 10535          cluster: ""
 10536          cron: ""
 10537          interval: null
 10538          labels: {}
 10539          maxConcurrency: 0
 10540          name: periodic-jx-close
 10541          spec:
 10542            containers:
 10543            - args:
 10544              - |-
 10545                --query=org:jenkins-x
 10546                -label:lifecycle/frozen
 10547                label:lifecycle/rotten
 10548              - --updated=720h
 10549              - --token=/etc/token/oauth
 10550              - |-
 10551                --comment=Rotten issues close after 30d of inactivity.
 10552                Reopen the issue with `/reopen`.
 10553                Mark the issue as fresh with `/remove-lifecycle rotten`.
 10554                Provide feedback via https://jenkins-x.io/community.
 10555                /close
 10556              - --template
 10557              - --ceiling=10
 10558              - --confirm
 10559              command:
 10560              - /app/robots/commenter/app.binary
 10561              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10562              name: ""
 10563              resources: {}
 10564              volumeMounts:
 10565              - mountPath: /etc/token
 10566                name: token
 10567            volumes:
 10568            - name: token
 10569              secret:
 10570                secretName: oauth-token
 10571          tags: {}
 10572        - agent: ""
 10573          cluster: ""
 10574          cron: ""
 10575          interval: null
 10576          labels: {}
 10577          maxConcurrency: 0
 10578          name: periodic-jx-rotten
 10579          spec:
 10580            containers:
 10581            - args:
 10582              - |-
 10583                --query=org:jenkins-x
 10584                -label:lifecycle/frozen
 10585                label:lifecycle/stale
 10586                -label:lifecycle/rotten
 10587              - --updated=720h
 10588              - --token=/etc/token/oauth
 10589              - |-
 10590                --comment=Stale issues rot after 30d of inactivity.
 10591                Mark the issue as fresh with `/remove-lifecycle rotten`.
 10592                Rotten issues close after an additional 30d of inactivity.
 10593                If this issue is safe to close now please do so with `/close`.
 10594                Provide feedback via https://jenkins-x.io/community.
 10595                /lifecycle rotten
 10596              - --template
 10597              - --ceiling=10
 10598              - --confirm
 10599              command:
 10600              - /app/robots/commenter/app.binary
 10601              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10602              name: ""
 10603              resources: {}
 10604              volumeMounts:
 10605              - mountPath: /etc/token
 10606                name: token
 10607            volumes:
 10608            - name: token
 10609              secret:
 10610                secretName: oauth-token
 10611          tags: {}
 10612      plugins:
 10613        entries:
 10614        - approve
 10615        - heart
 10616        - assign
 10617        - help
 10618        - hold
 10619        - lgtm
 10620        - lifecycle
 10621        - label
 10622        - size
 10623        - trigger
 10624        - wip
 10625        - cat
 10626        - dog
 10627        - override
 10628      policy:
 10629        protectTested: true
 10630      postsubmits:
 10631        entries:
 10632        - agent: tekton
 10633          branches:
 10634            entries:
 10635            - master
 10636          cluster: ""
 10637          context: tekton
 10638          labels: {}
 10639          maxConcurrency: 0
 10640          name: tekton
 10641          report: false
 10642          runIfChanged: ""
 10643          skipBranches: {}
 10644      presubmits:
 10645        entries:
 10646        - agent: tekton
 10647          alwaysRun: true
 10648          branches: {}
 10649          cluster: ""
 10650          context: tekton
 10651          labels: {}
 10652          maxConcurrency: 0
 10653          mergeMethod: merge
 10654          name: tekton
 10655          optional: false
 10656          policy:
 10657            Replace: false
 10658            requiredStatusChecks:
 10659              contexts:
 10660                entries:
 10661                - tekton
 10662          queries:
 10663          - excludedBranches: {}
 10664            includedBranches: {}
 10665            labels:
 10666              entries:
 10667              - updatebot
 10668            milestone: ""
 10669            missingLabels:
 10670              entries:
 10671              - do-not-merge
 10672              - do-not-merge/hold
 10673              - do-not-merge/work-in-progress
 10674              - needs-ok-to-test
 10675              - needs-rebase
 10676            reviewApprovedRequired: false
 10677          - excludedBranches: {}
 10678            includedBranches: {}
 10679            labels:
 10680              entries:
 10681              - approved
 10682            milestone: ""
 10683            missingLabels:
 10684              entries:
 10685              - do-not-merge
 10686              - do-not-merge/hold
 10687              - do-not-merge/work-in-progress
 10688              - needs-ok-to-test
 10689              - needs-rebase
 10690            reviewApprovedRequired: false
 10691          report: true
 10692          rerunCommand: /test this
 10693          runIfChanged: ""
 10694          skipBranches: {}
 10695          trigger: (?m)^/test( all| this),?(s+|$)
 10696      schedulerAgent:
 10697        agent: tekton
 10698      welcome:
 10699      - message_template: Welcome contributor to Jenkins X
 10700  - apiVersion: jenkins.io/v1
 10701    kind: Scheduler
 10702    metadata:
 10703      creationTimestamp: null
 10704      name: jenkins-x-jenkins-x-platform-scheduler
 10705      namespace: jx
 10706    spec:
 10707      approve:
 10708        issueRequired: false
 10709        lgtmActsAsApprove: true
 10710        requireSelfApproval: true
 10711      attachments:
 10712      - name: reportTemplate
 10713        urls:
 10714        - '{{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}}'
 10715      merger:
 10716        blockerLabel: ""
 10717        maxGoroutines: 0
 10718        mergeMethod: merge
 10719        policy:
 10720          optionalContexts: {}
 10721          requiredContexts: {}
 10722          requiredIfPresentContexts: {}
 10723        prStatusBaseUrl: ""
 10724        squashLabel: ""
 10725        targetUrl: https://deck.infra.jrawlings.co.uk
 10726      periodics:
 10727        entries:
 10728        - agent: ""
 10729          cluster: ""
 10730          cron: ""
 10731          interval: null
 10732          labels: {}
 10733          maxConcurrency: 0
 10734          name: periodic-jx-stale
 10735          spec:
 10736            containers:
 10737            - args:
 10738              - |-
 10739                --query=org:jenkins-x
 10740                -label:lifecycle/frozen
 10741                -label:lifecycle/stale
 10742                -label:lifecycle/rotten
 10743              - --updated=2160h
 10744              - --token=/etc/token/oauth
 10745              - |-
 10746                --comment=Issues go stale after 90d of inactivity.
 10747                Mark the issue as fresh with `/remove-lifecycle stale`.
 10748                Stale issues rot after an additional 30d of inactivity and eventually close.
 10749                If this issue is safe to close now please do so with `/close`.
 10750                Provide feedback via https://jenkins-x.io/community.
 10751                /lifecycle stale
 10752              - --template
 10753              - --ceiling=30
 10754              - --confirm
 10755              command:
 10756              - /app/robots/commenter/app.binary
 10757              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10758              name: ""
 10759              resources: {}
 10760              volumeMounts:
 10761              - mountPath: /etc/token
 10762                name: token
 10763            volumes:
 10764            - name: token
 10765              secret:
 10766                secretName: oauth-token
 10767          tags: {}
 10768        - agent: ""
 10769          cluster: ""
 10770          cron: ""
 10771          interval: null
 10772          labels: {}
 10773          maxConcurrency: 0
 10774          name: periodic-jx-close
 10775          spec:
 10776            containers:
 10777            - args:
 10778              - |-
 10779                --query=org:jenkins-x
 10780                -label:lifecycle/frozen
 10781                label:lifecycle/rotten
 10782              - --updated=720h
 10783              - --token=/etc/token/oauth
 10784              - |-
 10785                --comment=Rotten issues close after 30d of inactivity.
 10786                Reopen the issue with `/reopen`.
 10787                Mark the issue as fresh with `/remove-lifecycle rotten`.
 10788                Provide feedback via https://jenkins-x.io/community.
 10789                /close
 10790              - --template
 10791              - --ceiling=10
 10792              - --confirm
 10793              command:
 10794              - /app/robots/commenter/app.binary
 10795              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10796              name: ""
 10797              resources: {}
 10798              volumeMounts:
 10799              - mountPath: /etc/token
 10800                name: token
 10801            volumes:
 10802            - name: token
 10803              secret:
 10804                secretName: oauth-token
 10805          tags: {}
 10806        - agent: ""
 10807          cluster: ""
 10808          cron: ""
 10809          interval: null
 10810          labels: {}
 10811          maxConcurrency: 0
 10812          name: periodic-jx-rotten
 10813          spec:
 10814            containers:
 10815            - args:
 10816              - |-
 10817                --query=org:jenkins-x
 10818                -label:lifecycle/frozen
 10819                label:lifecycle/stale
 10820                -label:lifecycle/rotten
 10821              - --updated=720h
 10822              - --token=/etc/token/oauth
 10823              - |-
 10824                --comment=Stale issues rot after 30d of inactivity.
 10825                Mark the issue as fresh with `/remove-lifecycle rotten`.
 10826                Rotten issues close after an additional 30d of inactivity.
 10827                If this issue is safe to close now please do so with `/close`.
 10828                Provide feedback via https://jenkins-x.io/community.
 10829                /lifecycle rotten
 10830              - --template
 10831              - --ceiling=10
 10832              - --confirm
 10833              command:
 10834              - /app/robots/commenter/app.binary
 10835              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10836              name: ""
 10837              resources: {}
 10838              volumeMounts:
 10839              - mountPath: /etc/token
 10840                name: token
 10841            volumes:
 10842            - name: token
 10843              secret:
 10844                secretName: oauth-token
 10845          tags: {}
 10846      plugins:
 10847        entries:
 10848        - approve
 10849        - heart
 10850        - assign
 10851        - help
 10852        - hold
 10853        - lgtm
 10854        - lifecycle
 10855        - label
 10856        - size
 10857        - trigger
 10858        - wip
 10859        - cat
 10860        - dog
 10861        - override
 10862      policy:
 10863        protectTested: true
 10864      postsubmits:
 10865        entries:
 10866        - agent: tekton
 10867          branches:
 10868            entries:
 10869            - master
 10870          cluster: ""
 10871          context: tekton
 10872          labels: {}
 10873          maxConcurrency: 0
 10874          name: tekton
 10875          report: false
 10876          runIfChanged: ""
 10877          skipBranches: {}
 10878      presubmits:
 10879        entries:
 10880        - agent: tekton
 10881          alwaysRun: true
 10882          branches: {}
 10883          cluster: ""
 10884          context: tekton
 10885          labels: {}
 10886          maxConcurrency: 0
 10887          mergeMethod: merge
 10888          name: tekton
 10889          optional: false
 10890          policy:
 10891            Replace: false
 10892          queries:
 10893          - excludedBranches: {}
 10894            includedBranches: {}
 10895            labels:
 10896              entries:
 10897              - updatebot
 10898            milestone: ""
 10899            missingLabels:
 10900              entries:
 10901              - do-not-merge
 10902              - do-not-merge/hold
 10903              - do-not-merge/work-in-progress
 10904              - needs-ok-to-test
 10905              - needs-rebase
 10906            reviewApprovedRequired: false
 10907          - excludedBranches: {}
 10908            includedBranches: {}
 10909            labels:
 10910              entries:
 10911              - approved
 10912            milestone: ""
 10913            missingLabels:
 10914              entries:
 10915              - do-not-merge
 10916              - do-not-merge/hold
 10917              - do-not-merge/work-in-progress
 10918              - needs-ok-to-test
 10919              - needs-rebase
 10920            reviewApprovedRequired: false
 10921          report: true
 10922          rerunCommand: /test this
 10923          runIfChanged: ""
 10924          skipBranches: {}
 10925          trigger: (?m)^/test( all| this),?(s+|$)
 10926      schedulerAgent:
 10927        agent: tekton
 10928      welcome:
 10929      - message_template: Welcome contributor to Jenkins X
 10930  - apiVersion: jenkins.io/v1
 10931    kind: Scheduler
 10932    metadata:
 10933      creationTimestamp: null
 10934      name: jenkins-x-jenkins-x-serverless-filerunner-scheduler
 10935      namespace: jx
 10936    spec:
 10937      approve:
 10938        issueRequired: false
 10939        lgtmActsAsApprove: true
 10940        requireSelfApproval: true
 10941      attachments:
 10942      - name: reportTemplate
 10943        urls:
 10944        - '{{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}}'
 10945      merger:
 10946        blockerLabel: ""
 10947        maxGoroutines: 0
 10948        mergeMethod: merge
 10949        policy:
 10950          optionalContexts: {}
 10951          requiredContexts: {}
 10952          requiredIfPresentContexts: {}
 10953        prStatusBaseUrl: ""
 10954        squashLabel: ""
 10955        targetUrl: https://deck.infra.jrawlings.co.uk
 10956      periodics:
 10957        entries:
 10958        - agent: ""
 10959          cluster: ""
 10960          cron: ""
 10961          interval: null
 10962          labels: {}
 10963          maxConcurrency: 0
 10964          name: periodic-jx-stale
 10965          spec:
 10966            containers:
 10967            - args:
 10968              - |-
 10969                --query=org:jenkins-x
 10970                -label:lifecycle/frozen
 10971                -label:lifecycle/stale
 10972                -label:lifecycle/rotten
 10973              - --updated=2160h
 10974              - --token=/etc/token/oauth
 10975              - |-
 10976                --comment=Issues go stale after 90d of inactivity.
 10977                Mark the issue as fresh with `/remove-lifecycle stale`.
 10978                Stale issues rot after an additional 30d of inactivity and eventually close.
 10979                If this issue is safe to close now please do so with `/close`.
 10980                Provide feedback via https://jenkins-x.io/community.
 10981                /lifecycle stale
 10982              - --template
 10983              - --ceiling=30
 10984              - --confirm
 10985              command:
 10986              - /app/robots/commenter/app.binary
 10987              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 10988              name: ""
 10989              resources: {}
 10990              volumeMounts:
 10991              - mountPath: /etc/token
 10992                name: token
 10993            volumes:
 10994            - name: token
 10995              secret:
 10996                secretName: oauth-token
 10997          tags: {}
 10998        - agent: ""
 10999          cluster: ""
 11000          cron: ""
 11001          interval: null
 11002          labels: {}
 11003          maxConcurrency: 0
 11004          name: periodic-jx-close
 11005          spec:
 11006            containers:
 11007            - args:
 11008              - |-
 11009                --query=org:jenkins-x
 11010                -label:lifecycle/frozen
 11011                label:lifecycle/rotten
 11012              - --updated=720h
 11013              - --token=/etc/token/oauth
 11014              - |-
 11015                --comment=Rotten issues close after 30d of inactivity.
 11016                Reopen the issue with `/reopen`.
 11017                Mark the issue as fresh with `/remove-lifecycle rotten`.
 11018                Provide feedback via https://jenkins-x.io/community.
 11019                /close
 11020              - --template
 11021              - --ceiling=10
 11022              - --confirm
 11023              command:
 11024              - /app/robots/commenter/app.binary
 11025              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11026              name: ""
 11027              resources: {}
 11028              volumeMounts:
 11029              - mountPath: /etc/token
 11030                name: token
 11031            volumes:
 11032            - name: token
 11033              secret:
 11034                secretName: oauth-token
 11035          tags: {}
 11036        - agent: ""
 11037          cluster: ""
 11038          cron: ""
 11039          interval: null
 11040          labels: {}
 11041          maxConcurrency: 0
 11042          name: periodic-jx-rotten
 11043          spec:
 11044            containers:
 11045            - args:
 11046              - |-
 11047                --query=org:jenkins-x
 11048                -label:lifecycle/frozen
 11049                label:lifecycle/stale
 11050                -label:lifecycle/rotten
 11051              - --updated=720h
 11052              - --token=/etc/token/oauth
 11053              - |-
 11054                --comment=Stale issues rot after 30d of inactivity.
 11055                Mark the issue as fresh with `/remove-lifecycle rotten`.
 11056                Rotten issues close after an additional 30d of inactivity.
 11057                If this issue is safe to close now please do so with `/close`.
 11058                Provide feedback via https://jenkins-x.io/community.
 11059                /lifecycle rotten
 11060              - --template
 11061              - --ceiling=10
 11062              - --confirm
 11063              command:
 11064              - /app/robots/commenter/app.binary
 11065              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11066              name: ""
 11067              resources: {}
 11068              volumeMounts:
 11069              - mountPath: /etc/token
 11070                name: token
 11071            volumes:
 11072            - name: token
 11073              secret:
 11074                secretName: oauth-token
 11075          tags: {}
 11076      plugins:
 11077        entries:
 11078        - approve
 11079        - heart
 11080        - assign
 11081        - help
 11082        - hold
 11083        - lgtm
 11084        - lifecycle
 11085        - label
 11086        - size
 11087        - trigger
 11088        - wip
 11089        - cat
 11090        - dog
 11091        - override
 11092      policy:
 11093        protectTested: true
 11094      postsubmits:
 11095        entries:
 11096        - agent: tekton
 11097          branches:
 11098            entries:
 11099            - master
 11100          cluster: ""
 11101          context: tekton
 11102          labels: {}
 11103          maxConcurrency: 0
 11104          name: tekton
 11105          report: false
 11106          runIfChanged: ""
 11107          skipBranches: {}
 11108      presubmits:
 11109        entries:
 11110        - agent: tekton
 11111          alwaysRun: true
 11112          branches: {}
 11113          cluster: ""
 11114          context: tekton
 11115          labels: {}
 11116          maxConcurrency: 0
 11117          mergeMethod: merge
 11118          name: tekton
 11119          optional: false
 11120          policy:
 11121            Replace: false
 11122            requiredStatusChecks:
 11123              contexts:
 11124                entries:
 11125                - tekton
 11126          queries:
 11127          - excludedBranches: {}
 11128            includedBranches: {}
 11129            labels:
 11130              entries:
 11131              - updatebot
 11132            milestone: ""
 11133            missingLabels:
 11134              entries:
 11135              - do-not-merge
 11136              - do-not-merge/hold
 11137              - do-not-merge/work-in-progress
 11138              - needs-ok-to-test
 11139              - needs-rebase
 11140            reviewApprovedRequired: false
 11141          - excludedBranches: {}
 11142            includedBranches: {}
 11143            labels:
 11144              entries:
 11145              - approved
 11146            milestone: ""
 11147            missingLabels:
 11148              entries:
 11149              - do-not-merge
 11150              - do-not-merge/hold
 11151              - do-not-merge/work-in-progress
 11152              - needs-ok-to-test
 11153              - needs-rebase
 11154            reviewApprovedRequired: false
 11155          report: true
 11156          rerunCommand: /test this
 11157          runIfChanged: ""
 11158          skipBranches: {}
 11159          trigger: (?m)^/test( all| this),?(s+|$)
 11160      schedulerAgent:
 11161        agent: tekton
 11162      welcome:
 11163      - message_template: Welcome contributor to Jenkins X
 11164  - apiVersion: jenkins.io/v1
 11165    kind: Scheduler
 11166    metadata:
 11167      creationTimestamp: null
 11168      name: jenkins-x-jenkins-x-serverless-scheduler
 11169      namespace: jx
 11170    spec:
 11171      approve:
 11172        issueRequired: false
 11173        lgtmActsAsApprove: true
 11174        requireSelfApproval: true
 11175      attachments:
 11176      - name: reportTemplate
 11177        urls:
 11178        - '{{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}}'
 11179      merger:
 11180        blockerLabel: ""
 11181        maxGoroutines: 0
 11182        mergeMethod: merge
 11183        policy:
 11184          optionalContexts: {}
 11185          requiredContexts: {}
 11186          requiredIfPresentContexts: {}
 11187        prStatusBaseUrl: ""
 11188        squashLabel: ""
 11189        targetUrl: https://deck.infra.jrawlings.co.uk
 11190      periodics:
 11191        entries:
 11192        - agent: ""
 11193          cluster: ""
 11194          cron: ""
 11195          interval: null
 11196          labels: {}
 11197          maxConcurrency: 0
 11198          name: periodic-jx-stale
 11199          spec:
 11200            containers:
 11201            - args:
 11202              - |-
 11203                --query=org:jenkins-x
 11204                -label:lifecycle/frozen
 11205                -label:lifecycle/stale
 11206                -label:lifecycle/rotten
 11207              - --updated=2160h
 11208              - --token=/etc/token/oauth
 11209              - |-
 11210                --comment=Issues go stale after 90d of inactivity.
 11211                Mark the issue as fresh with `/remove-lifecycle stale`.
 11212                Stale issues rot after an additional 30d of inactivity and eventually close.
 11213                If this issue is safe to close now please do so with `/close`.
 11214                Provide feedback via https://jenkins-x.io/community.
 11215                /lifecycle stale
 11216              - --template
 11217              - --ceiling=30
 11218              - --confirm
 11219              command:
 11220              - /app/robots/commenter/app.binary
 11221              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11222              name: ""
 11223              resources: {}
 11224              volumeMounts:
 11225              - mountPath: /etc/token
 11226                name: token
 11227            volumes:
 11228            - name: token
 11229              secret:
 11230                secretName: oauth-token
 11231          tags: {}
 11232        - agent: ""
 11233          cluster: ""
 11234          cron: ""
 11235          interval: null
 11236          labels: {}
 11237          maxConcurrency: 0
 11238          name: periodic-jx-close
 11239          spec:
 11240            containers:
 11241            - args:
 11242              - |-
 11243                --query=org:jenkins-x
 11244                -label:lifecycle/frozen
 11245                label:lifecycle/rotten
 11246              - --updated=720h
 11247              - --token=/etc/token/oauth
 11248              - |-
 11249                --comment=Rotten issues close after 30d of inactivity.
 11250                Reopen the issue with `/reopen`.
 11251                Mark the issue as fresh with `/remove-lifecycle rotten`.
 11252                Provide feedback via https://jenkins-x.io/community.
 11253                /close
 11254              - --template
 11255              - --ceiling=10
 11256              - --confirm
 11257              command:
 11258              - /app/robots/commenter/app.binary
 11259              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11260              name: ""
 11261              resources: {}
 11262              volumeMounts:
 11263              - mountPath: /etc/token
 11264                name: token
 11265            volumes:
 11266            - name: token
 11267              secret:
 11268                secretName: oauth-token
 11269          tags: {}
 11270        - agent: ""
 11271          cluster: ""
 11272          cron: ""
 11273          interval: null
 11274          labels: {}
 11275          maxConcurrency: 0
 11276          name: periodic-jx-rotten
 11277          spec:
 11278            containers:
 11279            - args:
 11280              - |-
 11281                --query=org:jenkins-x
 11282                -label:lifecycle/frozen
 11283                label:lifecycle/stale
 11284                -label:lifecycle/rotten
 11285              - --updated=720h
 11286              - --token=/etc/token/oauth
 11287              - |-
 11288                --comment=Stale issues rot after 30d of inactivity.
 11289                Mark the issue as fresh with `/remove-lifecycle rotten`.
 11290                Rotten issues close after an additional 30d of inactivity.
 11291                If this issue is safe to close now please do so with `/close`.
 11292                Provide feedback via https://jenkins-x.io/community.
 11293                /lifecycle rotten
 11294              - --template
 11295              - --ceiling=10
 11296              - --confirm
 11297              command:
 11298              - /app/robots/commenter/app.binary
 11299              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11300              name: ""
 11301              resources: {}
 11302              volumeMounts:
 11303              - mountPath: /etc/token
 11304                name: token
 11305            volumes:
 11306            - name: token
 11307              secret:
 11308                secretName: oauth-token
 11309          tags: {}
 11310      plugins:
 11311        entries:
 11312        - approve
 11313        - heart
 11314        - assign
 11315        - help
 11316        - hold
 11317        - lgtm
 11318        - lifecycle
 11319        - label
 11320        - size
 11321        - trigger
 11322        - wip
 11323        - cat
 11324        - dog
 11325        - override
 11326      policy:
 11327        protectTested: true
 11328      postsubmits:
 11329        entries:
 11330        - agent: tekton
 11331          branches:
 11332            entries:
 11333            - master
 11334          cluster: ""
 11335          context: tekton
 11336          labels: {}
 11337          maxConcurrency: 0
 11338          name: tekton
 11339          report: false
 11340          runIfChanged: ""
 11341          skipBranches: {}
 11342      presubmits:
 11343        entries:
 11344        - agent: tekton
 11345          alwaysRun: true
 11346          branches: {}
 11347          cluster: ""
 11348          context: tekton
 11349          labels: {}
 11350          maxConcurrency: 0
 11351          mergeMethod: merge
 11352          name: tekton
 11353          optional: false
 11354          policy:
 11355            Replace: false
 11356            requiredStatusChecks:
 11357              contexts:
 11358                entries:
 11359                - tekton
 11360          queries:
 11361          - excludedBranches: {}
 11362            includedBranches: {}
 11363            labels:
 11364              entries:
 11365              - updatebot
 11366            milestone: ""
 11367            missingLabels:
 11368              entries:
 11369              - do-not-merge
 11370              - do-not-merge/hold
 11371              - do-not-merge/work-in-progress
 11372              - needs-ok-to-test
 11373              - needs-rebase
 11374            reviewApprovedRequired: false
 11375          - excludedBranches: {}
 11376            includedBranches: {}
 11377            labels:
 11378              entries:
 11379              - approved
 11380            milestone: ""
 11381            missingLabels:
 11382              entries:
 11383              - do-not-merge
 11384              - do-not-merge/hold
 11385              - do-not-merge/work-in-progress
 11386              - needs-ok-to-test
 11387              - needs-rebase
 11388            reviewApprovedRequired: false
 11389          report: true
 11390          rerunCommand: /test this
 11391          runIfChanged: ""
 11392          skipBranches: {}
 11393          trigger: (?m)^/test( all| this),?(s+|$)
 11394      schedulerAgent:
 11395        agent: tekton
 11396      welcome:
 11397      - message_template: Welcome contributor to Jenkins X
 11398  - apiVersion: jenkins.io/v1
 11399    kind: Scheduler
 11400    metadata:
 11401      creationTimestamp: null
 11402      name: jenkins-x-jenkins-x-versions-scheduler
 11403      namespace: jx
 11404    spec:
 11405      approve:
 11406        issueRequired: false
 11407        lgtmActsAsApprove: true
 11408        requireSelfApproval: true
 11409      attachments:
 11410      - name: reportTemplate
 11411        urls:
 11412        - '{{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}}'
 11413      lgtm:
 11414        reviewActsAsLgtm: true
 11415        storeTreeHash: false
 11416        trustedTeamForStickyLgtm: ""
 11417      merger:
 11418        blockerLabel: ""
 11419        maxGoroutines: 0
 11420        mergeMethod: merge
 11421        policy:
 11422          optionalContexts: {}
 11423          requiredContexts: {}
 11424          requiredIfPresentContexts: {}
 11425        prStatusBaseUrl: ""
 11426        squashLabel: ""
 11427        targetUrl: https://deck.infra.jrawlings.co.uk
 11428      periodics:
 11429        entries:
 11430        - agent: ""
 11431          cluster: ""
 11432          cron: ""
 11433          interval: null
 11434          labels: {}
 11435          maxConcurrency: 0
 11436          name: periodic-jx-stale
 11437          spec:
 11438            containers:
 11439            - args:
 11440              - |-
 11441                --query=org:jenkins-x
 11442                -label:lifecycle/frozen
 11443                -label:lifecycle/stale
 11444                -label:lifecycle/rotten
 11445              - --updated=2160h
 11446              - --token=/etc/token/oauth
 11447              - |-
 11448                --comment=Issues go stale after 90d of inactivity.
 11449                Mark the issue as fresh with `/remove-lifecycle stale`.
 11450                Stale issues rot after an additional 30d of inactivity and eventually close.
 11451                If this issue is safe to close now please do so with `/close`.
 11452                Provide feedback via https://jenkins-x.io/community.
 11453                /lifecycle stale
 11454              - --template
 11455              - --ceiling=30
 11456              - --confirm
 11457              command:
 11458              - /app/robots/commenter/app.binary
 11459              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11460              name: ""
 11461              resources: {}
 11462              volumeMounts:
 11463              - mountPath: /etc/token
 11464                name: token
 11465            volumes:
 11466            - name: token
 11467              secret:
 11468                secretName: oauth-token
 11469          tags: {}
 11470        - agent: ""
 11471          cluster: ""
 11472          cron: ""
 11473          interval: null
 11474          labels: {}
 11475          maxConcurrency: 0
 11476          name: periodic-jx-close
 11477          spec:
 11478            containers:
 11479            - args:
 11480              - |-
 11481                --query=org:jenkins-x
 11482                -label:lifecycle/frozen
 11483                label:lifecycle/rotten
 11484              - --updated=720h
 11485              - --token=/etc/token/oauth
 11486              - |-
 11487                --comment=Rotten issues close after 30d of inactivity.
 11488                Reopen the issue with `/reopen`.
 11489                Mark the issue as fresh with `/remove-lifecycle rotten`.
 11490                Provide feedback via https://jenkins-x.io/community.
 11491                /close
 11492              - --template
 11493              - --ceiling=10
 11494              - --confirm
 11495              command:
 11496              - /app/robots/commenter/app.binary
 11497              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11498              name: ""
 11499              resources: {}
 11500              volumeMounts:
 11501              - mountPath: /etc/token
 11502                name: token
 11503            volumes:
 11504            - name: token
 11505              secret:
 11506                secretName: oauth-token
 11507          tags: {}
 11508        - agent: ""
 11509          cluster: ""
 11510          cron: ""
 11511          interval: null
 11512          labels: {}
 11513          maxConcurrency: 0
 11514          name: periodic-jx-rotten
 11515          spec:
 11516            containers:
 11517            - args:
 11518              - |-
 11519                --query=org:jenkins-x
 11520                -label:lifecycle/frozen
 11521                label:lifecycle/stale
 11522                -label:lifecycle/rotten
 11523              - --updated=720h
 11524              - --token=/etc/token/oauth
 11525              - |-
 11526                --comment=Stale issues rot after 30d of inactivity.
 11527                Mark the issue as fresh with `/remove-lifecycle rotten`.
 11528                Rotten issues close after an additional 30d of inactivity.
 11529                If this issue is safe to close now please do so with `/close`.
 11530                Provide feedback via https://jenkins-x.io/community.
 11531                /lifecycle rotten
 11532              - --template
 11533              - --ceiling=10
 11534              - --confirm
 11535              command:
 11536              - /app/robots/commenter/app.binary
 11537              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11538              name: ""
 11539              resources: {}
 11540              volumeMounts:
 11541              - mountPath: /etc/token
 11542                name: token
 11543            volumes:
 11544            - name: token
 11545              secret:
 11546                secretName: oauth-token
 11547          tags: {}
 11548      plugins:
 11549        entries:
 11550        - approve
 11551        - assign
 11552        - blunderbuss
 11553        - heart
 11554        - help
 11555        - hold
 11556        - lgtm
 11557        - lifecycle
 11558        - size
 11559        - trigger
 11560        - wip
 11561        - heart
 11562        - cat
 11563        - override
 11564      policy:
 11565        protectTested: true
 11566      postsubmits: {}
 11567      presubmits:
 11568        entries:
 11569        - agent: tekton
 11570          alwaysRun: false
 11571          branches: {}
 11572          cluster: ""
 11573          context: static
 11574          labels: {}
 11575          maxConcurrency: 0
 11576          mergeMethod: merge
 11577          name: static
 11578          optional: false
 11579          policy:
 11580            Replace: false
 11581          report: true
 11582          rerunCommand: /test static
 11583          runIfChanged: ""
 11584          skipBranches: {}
 11585          trigger: (?m)^/test( all| this| static),?(s+|$)
 11586        - agent: tekton
 11587          alwaysRun: false
 11588          branches: {}
 11589          cluster: ""
 11590          context: tiller
 11591          labels: {}
 11592          maxConcurrency: 0
 11593          mergeMethod: merge
 11594          name: tiller
 11595          optional: false
 11596          policy:
 11597            Replace: false
 11598          report: true
 11599          rerunCommand: /test tiller
 11600          runIfChanged: ""
 11601          skipBranches: {}
 11602          trigger: (?m)^/test( all| this| tiller),?(s+|$)
 11603        - agent: tekton
 11604          alwaysRun: false
 11605          branches: {}
 11606          cluster: ""
 11607          context: prow
 11608          labels: {}
 11609          maxConcurrency: 0
 11610          mergeMethod: merge
 11611          name: prow
 11612          optional: false
 11613          policy:
 11614            Replace: false
 11615          report: true
 11616          rerunCommand: /test prow
 11617          runIfChanged: ""
 11618          skipBranches: {}
 11619          trigger: (?m)^/test( all| this| prow),?(s+|$)
 11620        - agent: tekton
 11621          alwaysRun: false
 11622          branches: {}
 11623          cluster: ""
 11624          context: gitops
 11625          labels: {}
 11626          maxConcurrency: 0
 11627          mergeMethod: merge
 11628          name: gitops
 11629          optional: false
 11630          policy:
 11631            Replace: false
 11632          report: true
 11633          rerunCommand: /test gitops
 11634          runIfChanged: ""
 11635          skipBranches: {}
 11636          trigger: (?m)^/test( all| gitops),?(s+|$)
 11637        - agent: tekton
 11638          alwaysRun: false
 11639          branches: {}
 11640          cluster: ""
 11641          context: tekton
 11642          labels: {}
 11643          maxConcurrency: 0
 11644          mergeMethod: merge
 11645          name: tekton
 11646          optional: false
 11647          policy:
 11648            Replace: false
 11649          report: true
 11650          rerunCommand: /test tekton
 11651          runIfChanged: ""
 11652          skipBranches: {}
 11653          trigger: (?m)^/test( all| tekton),?(s+|$)
 11654        - agent: tekton
 11655          alwaysRun: false
 11656          branches: {}
 11657          cluster: ""
 11658          context: ekstekton
 11659          labels: {}
 11660          maxConcurrency: 0
 11661          mergeMethod: merge
 11662          name: ekstekton
 11663          optional: false
 11664          policy:
 11665            Replace: false
 11666          report: true
 11667          rerunCommand: /test ekstekton
 11668          runIfChanged: ""
 11669          skipBranches: {}
 11670          trigger: (?m)^/test( ekstekton),?(s+|$)
 11671        - agent: tekton
 11672          alwaysRun: false
 11673          branches: {}
 11674          cluster: ""
 11675          context: eksclassic
 11676          labels: {}
 11677          maxConcurrency: 0
 11678          mergeMethod: merge
 11679          name: eksclassic
 11680          optional: false
 11681          policy:
 11682            Replace: false
 11683          report: true
 11684          rerunCommand: /test eksclassic
 11685          runIfChanged: ""
 11686          skipBranches: {}
 11687          trigger: (?m)^/test( eksclassic),?(s+|$)
 11688        - agent: tekton
 11689          alwaysRun: false
 11690          branches: {}
 11691          cluster: ""
 11692          context: ng
 11693          labels: {}
 11694          maxConcurrency: 0
 11695          mergeMethod: merge
 11696          name: ng
 11697          optional: false
 11698          policy:
 11699            Replace: false
 11700          report: true
 11701          rerunCommand: /test ng
 11702          runIfChanged: ""
 11703          skipBranches: {}
 11704          trigger: (?m)^/test( all| ng),?(s+|$)
 11705        - agent: tekton
 11706          alwaysRun: false
 11707          branches: {}
 11708          cluster: ""
 11709          context: static-gke-us-east1-b
 11710          labels: {}
 11711          maxConcurrency: 0
 11712          mergeMethod: merge
 11713          name: static-gke-us-east1-b
 11714          optional: false
 11715          policy:
 11716            Replace: false
 11717          report: true
 11718          rerunCommand: /test static-gke-us-east1-b
 11719          runIfChanged: ""
 11720          skipBranches: {}
 11721          trigger: (?m)^/test static-gke-us-east1-b,?(s+|$)
 11722        - agent: tekton
 11723          alwaysRun: false
 11724          branches: {}
 11725          cluster: ""
 11726          context: helm3
 11727          labels: {}
 11728          maxConcurrency: 0
 11729          mergeMethod: merge
 11730          name: helm3
 11731          optional: false
 11732          policy:
 11733            Replace: false
 11734          report: true
 11735          rerunCommand: /test helm3
 11736          runIfChanged: ""
 11737          skipBranches: {}
 11738          trigger: (?m)^/test( helm3),?(s+|$)
 11739        - agent: tekton
 11740          alwaysRun: false
 11741          branches: {}
 11742          cluster: ""
 11743          context: terraform
 11744          labels: {}
 11745          maxConcurrency: 0
 11746          mergeMethod: merge
 11747          name: terraform
 11748          optional: false
 11749          policy:
 11750            Replace: false
 11751          report: true
 11752          rerunCommand: /test terraform
 11753          runIfChanged: ""
 11754          skipBranches: {}
 11755          trigger: (?m)^/test( terraform),?(s+|$)
 11756      schedulerAgent:
 11757        agent: tekton
 11758      welcome:
 11759      - message_template: Welcome contributor to Jenkins X
 11760  - apiVersion: jenkins.io/v1
 11761    kind: Scheduler
 11762    metadata:
 11763      creationTimestamp: null
 11764      name: jenkins-x-jx-datadog-scheduler
 11765      namespace: jx
 11766    spec:
 11767      approve:
 11768        issueRequired: false
 11769        lgtmActsAsApprove: true
 11770        requireSelfApproval: true
 11771      attachments:
 11772      - name: reportTemplate
 11773        urls:
 11774        - '{{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}}'
 11775      merger:
 11776        blockerLabel: ""
 11777        maxGoroutines: 0
 11778        mergeMethod: merge
 11779        policy:
 11780          optionalContexts: {}
 11781          requiredContexts: {}
 11782          requiredIfPresentContexts: {}
 11783        prStatusBaseUrl: ""
 11784        squashLabel: ""
 11785        targetUrl: https://deck.infra.jrawlings.co.uk
 11786      periodics:
 11787        entries:
 11788        - agent: ""
 11789          cluster: ""
 11790          cron: ""
 11791          interval: null
 11792          labels: {}
 11793          maxConcurrency: 0
 11794          name: periodic-jx-stale
 11795          spec:
 11796            containers:
 11797            - args:
 11798              - |-
 11799                --query=org:jenkins-x
 11800                -label:lifecycle/frozen
 11801                -label:lifecycle/stale
 11802                -label:lifecycle/rotten
 11803              - --updated=2160h
 11804              - --token=/etc/token/oauth
 11805              - |-
 11806                --comment=Issues go stale after 90d of inactivity.
 11807                Mark the issue as fresh with `/remove-lifecycle stale`.
 11808                Stale issues rot after an additional 30d of inactivity and eventually close.
 11809                If this issue is safe to close now please do so with `/close`.
 11810                Provide feedback via https://jenkins-x.io/community.
 11811                /lifecycle stale
 11812              - --template
 11813              - --ceiling=30
 11814              - --confirm
 11815              command:
 11816              - /app/robots/commenter/app.binary
 11817              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11818              name: ""
 11819              resources: {}
 11820              volumeMounts:
 11821              - mountPath: /etc/token
 11822                name: token
 11823            volumes:
 11824            - name: token
 11825              secret:
 11826                secretName: oauth-token
 11827          tags: {}
 11828        - agent: ""
 11829          cluster: ""
 11830          cron: ""
 11831          interval: null
 11832          labels: {}
 11833          maxConcurrency: 0
 11834          name: periodic-jx-close
 11835          spec:
 11836            containers:
 11837            - args:
 11838              - |-
 11839                --query=org:jenkins-x
 11840                -label:lifecycle/frozen
 11841                label:lifecycle/rotten
 11842              - --updated=720h
 11843              - --token=/etc/token/oauth
 11844              - |-
 11845                --comment=Rotten issues close after 30d of inactivity.
 11846                Reopen the issue with `/reopen`.
 11847                Mark the issue as fresh with `/remove-lifecycle rotten`.
 11848                Provide feedback via https://jenkins-x.io/community.
 11849                /close
 11850              - --template
 11851              - --ceiling=10
 11852              - --confirm
 11853              command:
 11854              - /app/robots/commenter/app.binary
 11855              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11856              name: ""
 11857              resources: {}
 11858              volumeMounts:
 11859              - mountPath: /etc/token
 11860                name: token
 11861            volumes:
 11862            - name: token
 11863              secret:
 11864                secretName: oauth-token
 11865          tags: {}
 11866        - agent: ""
 11867          cluster: ""
 11868          cron: ""
 11869          interval: null
 11870          labels: {}
 11871          maxConcurrency: 0
 11872          name: periodic-jx-rotten
 11873          spec:
 11874            containers:
 11875            - args:
 11876              - |-
 11877                --query=org:jenkins-x
 11878                -label:lifecycle/frozen
 11879                label:lifecycle/stale
 11880                -label:lifecycle/rotten
 11881              - --updated=720h
 11882              - --token=/etc/token/oauth
 11883              - |-
 11884                --comment=Stale issues rot after 30d of inactivity.
 11885                Mark the issue as fresh with `/remove-lifecycle rotten`.
 11886                Rotten issues close after an additional 30d of inactivity.
 11887                If this issue is safe to close now please do so with `/close`.
 11888                Provide feedback via https://jenkins-x.io/community.
 11889                /lifecycle rotten
 11890              - --template
 11891              - --ceiling=10
 11892              - --confirm
 11893              command:
 11894              - /app/robots/commenter/app.binary
 11895              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 11896              name: ""
 11897              resources: {}
 11898              volumeMounts:
 11899              - mountPath: /etc/token
 11900                name: token
 11901            volumes:
 11902            - name: token
 11903              secret:
 11904                secretName: oauth-token
 11905          tags: {}
 11906      plugins:
 11907        entries:
 11908        - approve
 11909        - heart
 11910        - assign
 11911        - help
 11912        - hold
 11913        - lgtm
 11914        - lifecycle
 11915        - label
 11916        - size
 11917        - trigger
 11918        - wip
 11919        - cat
 11920        - dog
 11921        - override
 11922      policy:
 11923        protectTested: true
 11924      postsubmits:
 11925        entries:
 11926        - agent: tekton
 11927          branches:
 11928            entries:
 11929            - master
 11930          cluster: ""
 11931          context: tekton
 11932          labels: {}
 11933          maxConcurrency: 0
 11934          name: tekton
 11935          report: false
 11936          runIfChanged: ""
 11937          skipBranches: {}
 11938      presubmits:
 11939        entries:
 11940        - agent: tekton
 11941          alwaysRun: true
 11942          branches: {}
 11943          cluster: ""
 11944          context: tekton
 11945          labels: {}
 11946          maxConcurrency: 0
 11947          mergeMethod: merge
 11948          name: tekton
 11949          optional: false
 11950          policy:
 11951            Replace: false
 11952            requiredStatusChecks:
 11953              contexts:
 11954                entries:
 11955                - tekton
 11956          queries:
 11957          - excludedBranches: {}
 11958            includedBranches: {}
 11959            labels:
 11960              entries:
 11961              - updatebot
 11962            milestone: ""
 11963            missingLabels:
 11964              entries:
 11965              - do-not-merge
 11966              - do-not-merge/hold
 11967              - do-not-merge/work-in-progress
 11968              - needs-ok-to-test
 11969              - needs-rebase
 11970            reviewApprovedRequired: false
 11971          - excludedBranches: {}
 11972            includedBranches: {}
 11973            labels:
 11974              entries:
 11975              - approved
 11976            milestone: ""
 11977            missingLabels:
 11978              entries:
 11979              - do-not-merge
 11980              - do-not-merge/hold
 11981              - do-not-merge/work-in-progress
 11982              - needs-ok-to-test
 11983              - needs-rebase
 11984            reviewApprovedRequired: false
 11985          report: true
 11986          rerunCommand: /test this
 11987          runIfChanged: ""
 11988          skipBranches: {}
 11989          trigger: (?m)^/test( all| this),?(s+|$)
 11990      schedulerAgent:
 11991        agent: tekton
 11992      welcome:
 11993      - message_template: Welcome contributor to Jenkins X
 11994  - apiVersion: jenkins.io/v1
 11995    kind: Scheduler
 11996    metadata:
 11997      creationTimestamp: null
 11998      name: jenkins-x-jx-docs-scheduler
 11999      namespace: jx
 12000    spec:
 12001      approve:
 12002        issueRequired: false
 12003        lgtmActsAsApprove: true
 12004        requireSelfApproval: true
 12005      attachments:
 12006      - name: reportTemplate
 12007        urls:
 12008        - '{{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}}'
 12009      merger:
 12010        blockerLabel: ""
 12011        maxGoroutines: 0
 12012        mergeMethod: merge
 12013        policy:
 12014          optionalContexts: {}
 12015          requiredContexts: {}
 12016          requiredIfPresentContexts: {}
 12017        prStatusBaseUrl: ""
 12018        squashLabel: ""
 12019        targetUrl: https://deck.infra.jrawlings.co.uk
 12020      periodics:
 12021        entries:
 12022        - agent: ""
 12023          cluster: ""
 12024          cron: ""
 12025          interval: null
 12026          labels: {}
 12027          maxConcurrency: 0
 12028          name: periodic-jx-stale
 12029          spec:
 12030            containers:
 12031            - args:
 12032              - |-
 12033                --query=org:jenkins-x
 12034                -label:lifecycle/frozen
 12035                -label:lifecycle/stale
 12036                -label:lifecycle/rotten
 12037              - --updated=2160h
 12038              - --token=/etc/token/oauth
 12039              - |-
 12040                --comment=Issues go stale after 90d of inactivity.
 12041                Mark the issue as fresh with `/remove-lifecycle stale`.
 12042                Stale issues rot after an additional 30d of inactivity and eventually close.
 12043                If this issue is safe to close now please do so with `/close`.
 12044                Provide feedback via https://jenkins-x.io/community.
 12045                /lifecycle stale
 12046              - --template
 12047              - --ceiling=30
 12048              - --confirm
 12049              command:
 12050              - /app/robots/commenter/app.binary
 12051              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 12052              name: ""
 12053              resources: {}
 12054              volumeMounts:
 12055              - mountPath: /etc/token
 12056                name: token
 12057            volumes:
 12058            - name: token
 12059              secret:
 12060                secretName: oauth-token
 12061          tags: {}
 12062        - agent: ""
 12063          cluster: ""
 12064          cron: ""
 12065          interval: null
 12066          labels: {}
 12067          maxConcurrency: 0
 12068          name: periodic-jx-close
 12069          spec:
 12070            containers:
 12071            - args:
 12072              - |-
 12073                --query=org:jenkins-x
 12074                -label:lifecycle/frozen
 12075                label:lifecycle/rotten
 12076              - --updated=720h
 12077              - --token=/etc/token/oauth
 12078              - |-
 12079                --comment=Rotten issues close after 30d of inactivity.
 12080                Reopen the issue with `/reopen`.
 12081                Mark the issue as fresh with `/remove-lifecycle rotten`.
 12082                Provide feedback via https://jenkins-x.io/community.
 12083                /close
 12084              - --template
 12085              - --ceiling=10
 12086              - --confirm
 12087              command:
 12088              - /app/robots/commenter/app.binary
 12089              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 12090              name: ""
 12091              resources: {}
 12092              volumeMounts:
 12093              - mountPath: /etc/token
 12094                name: token
 12095            volumes:
 12096            - name: token
 12097              secret:
 12098                secretName: oauth-token
 12099          tags: {}
 12100        - agent: ""
 12101          cluster: ""
 12102          cron: ""
 12103          interval: null
 12104          labels: {}
 12105          maxConcurrency: 0
 12106          name: periodic-jx-rotten
 12107          spec:
 12108            containers:
 12109            - args:
 12110              - |-
 12111                --query=org:jenkins-x
 12112                -label:lifecycle/frozen
 12113                label:lifecycle/stale
 12114                -label:lifecycle/rotten
 12115              - --updated=720h
 12116              - --token=/etc/token/oauth
 12117              - |-
 12118                --comment=Stale issues rot after 30d of inactivity.
 12119                Mark the issue as fresh with `/remove-lifecycle rotten`.
 12120                Rotten issues close after an additional 30d of inactivity.
 12121                If this issue is safe to close now please do so with `/close`.
 12122                Provide feedback via https://jenkins-x.io/community.
 12123                /lifecycle rotten
 12124              - --template
 12125              - --ceiling=10
 12126              - --confirm
 12127              command:
 12128              - /app/robots/commenter/app.binary
 12129              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 12130              name: ""
 12131              resources: {}
 12132              volumeMounts:
 12133              - mountPath: /etc/token
 12134                name: token
 12135            volumes:
 12136            - name: token
 12137              secret:
 12138                secretName: oauth-token
 12139          tags: {}
 12140      plugins:
 12141        entries:
 12142        - approve
 12143        - heart
 12144        - assign
 12145        - help
 12146        - hold
 12147        - lgtm
 12148        - lifecycle
 12149        - label
 12150        - size
 12151        - trigger
 12152        - wip
 12153        - cat
 12154        - dog
 12155        - override
 12156      policy:
 12157        protectTested: true
 12158      postsubmits:
 12159        entries:
 12160        - agent: tekton
 12161          branches:
 12162            entries:
 12163            - master
 12164          cluster: ""
 12165          context: tekton
 12166          labels: {}
 12167          maxConcurrency: 0
 12168          name: tekton
 12169          report: false
 12170          runIfChanged: ""
 12171          skipBranches: {}
 12172      presubmits:
 12173        entries:
 12174        - agent: tekton
 12175          alwaysRun: true
 12176          branches: {}
 12177          cluster: ""
 12178          context: tekton
 12179          labels: {}
 12180          maxConcurrency: 0
 12181          mergeMethod: merge
 12182          name: tekton
 12183          optional: false
 12184          policy:
 12185            Replace: false
 12186            requiredStatusChecks:
 12187              contexts:
 12188                entries:
 12189                - tekton
 12190          queries:
 12191          - excludedBranches: {}
 12192            includedBranches: {}
 12193            labels:
 12194              entries:
 12195              - updatebot
 12196            milestone: ""
 12197            missingLabels:
 12198              entries:
 12199              - do-not-merge
 12200              - do-not-merge/hold
 12201              - do-not-merge/work-in-progress
 12202              - needs-ok-to-test
 12203              - needs-rebase
 12204            reviewApprovedRequired: false
 12205          - excludedBranches: {}
 12206            includedBranches: {}
 12207            labels:
 12208              entries:
 12209              - approved
 12210            milestone: ""
 12211            missingLabels:
 12212              entries:
 12213              - do-not-merge
 12214              - do-not-merge/hold
 12215              - do-not-merge/work-in-progress
 12216              - needs-ok-to-test
 12217              - needs-rebase
 12218            reviewApprovedRequired: false
 12219          report: true
 12220          rerunCommand: /test this
 12221          runIfChanged: ""
 12222          skipBranches: {}
 12223          trigger: (?m)^/test( all| this),?(s+|$)
 12224      schedulerAgent:
 12225        agent: tekton
 12226      welcome:
 12227      - message_template: Welcome contributor to Jenkins X
 12228  - apiVersion: jenkins.io/v1
 12229    kind: Scheduler
 12230    metadata:
 12231      creationTimestamp: null
 12232      name: jenkins-x-jx-scheduler
 12233      namespace: jx
 12234    spec:
 12235      approve:
 12236        issueRequired: false
 12237        lgtmActsAsApprove: true
 12238        requireSelfApproval: true
 12239      attachments:
 12240      - name: reportTemplate
 12241        urls:
 12242        - '{{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}}'
 12243      lgtm:
 12244        reviewActsAsLgtm: true
 12245        storeTreeHash: false
 12246        trustedTeamForStickyLgtm: ""
 12247      merger:
 12248        blockerLabel: ""
 12249        maxGoroutines: 0
 12250        mergeMethod: squash
 12251        policy:
 12252          optionalContexts:
 12253            entries:
 12254            - codecov/project
 12255            - codecov/patch
 12256          requiredContexts:
 12257            entries:
 12258            - integration
 12259            - lint
 12260            - bdd
 12261            - Hound
 12262          requiredIfPresentContexts:
 12263            entries:
 12264            - images
 12265        prStatusBaseUrl: ""
 12266        squashLabel: ""
 12267        targetUrl: https://deck.infra.jrawlings.co.uk
 12268      periodics:
 12269        entries:
 12270        - agent: ""
 12271          cluster: ""
 12272          cron: ""
 12273          interval: null
 12274          labels: {}
 12275          maxConcurrency: 0
 12276          name: periodic-jx-stale
 12277          spec:
 12278            containers:
 12279            - args:
 12280              - |-
 12281                --query=org:jenkins-x
 12282                -label:lifecycle/frozen
 12283                -label:lifecycle/stale
 12284                -label:lifecycle/rotten
 12285              - --updated=2160h
 12286              - --token=/etc/token/oauth
 12287              - |-
 12288                --comment=Issues go stale after 90d of inactivity.
 12289                Mark the issue as fresh with `/remove-lifecycle stale`.
 12290                Stale issues rot after an additional 30d of inactivity and eventually close.
 12291                If this issue is safe to close now please do so with `/close`.
 12292                Provide feedback via https://jenkins-x.io/community.
 12293                /lifecycle stale
 12294              - --template
 12295              - --ceiling=30
 12296              - --confirm
 12297              command:
 12298              - /app/robots/commenter/app.binary
 12299              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 12300              name: ""
 12301              resources: {}
 12302              volumeMounts:
 12303              - mountPath: /etc/token
 12304                name: token
 12305            volumes:
 12306            - name: token
 12307              secret:
 12308                secretName: oauth-token
 12309          tags: {}
 12310        - agent: ""
 12311          cluster: ""
 12312          cron: ""
 12313          interval: null
 12314          labels: {}
 12315          maxConcurrency: 0
 12316          name: periodic-jx-close
 12317          spec:
 12318            containers:
 12319            - args:
 12320              - |-
 12321                --query=org:jenkins-x
 12322                -label:lifecycle/frozen
 12323                label:lifecycle/rotten
 12324              - --updated=720h
 12325              - --token=/etc/token/oauth
 12326              - |-
 12327                --comment=Rotten issues close after 30d of inactivity.
 12328                Reopen the issue with `/reopen`.
 12329                Mark the issue as fresh with `/remove-lifecycle rotten`.
 12330                Provide feedback via https://jenkins-x.io/community.
 12331                /close
 12332              - --template
 12333              - --ceiling=10
 12334              - --confirm
 12335              command:
 12336              - /app/robots/commenter/app.binary
 12337              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 12338              name: ""
 12339              resources: {}
 12340              volumeMounts:
 12341              - mountPath: /etc/token
 12342                name: token
 12343            volumes:
 12344            - name: token
 12345              secret:
 12346                secretName: oauth-token
 12347          tags: {}
 12348        - agent: ""
 12349          cluster: ""
 12350          cron: ""
 12351          interval: null
 12352          labels: {}
 12353          maxConcurrency: 0
 12354          name: periodic-jx-rotten
 12355          spec:
 12356            containers:
 12357            - args:
 12358              - |-
 12359                --query=org:jenkins-x
 12360                -label:lifecycle/frozen
 12361                label:lifecycle/stale
 12362                -label:lifecycle/rotten
 12363              - --updated=720h
 12364              - --token=/etc/token/oauth
 12365              - |-
 12366                --comment=Stale issues rot after 30d of inactivity.
 12367                Mark the issue as fresh with `/remove-lifecycle rotten`.
 12368                Rotten issues close after an additional 30d of inactivity.
 12369                If this issue is safe to close now please do so with `/close`.
 12370                Provide feedback via https://jenkins-x.io/community.
 12371                /lifecycle rotten
 12372              - --template
 12373              - --ceiling=10
 12374              - --confirm
 12375              command:
 12376              - /app/robots/commenter/app.binary
 12377              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 12378              name: ""
 12379              resources: {}
 12380              volumeMounts:
 12381              - mountPath: /etc/token
 12382                name: token
 12383            volumes:
 12384            - name: token
 12385              secret:
 12386                secretName: oauth-token
 12387          tags: {}
 12388      plugins:
 12389        entries:
 12390        - approve
 12391        - heart
 12392        - assign
 12393        - help
 12394        - hold
 12395        - lgtm
 12396        - lifecycle
 12397        - label
 12398        - size
 12399        - trigger
 12400        - wip
 12401        - cat
 12402        - dog
 12403        - override
 12404      policy:
 12405        protectTested: true
 12406      postsubmits:
 12407        entries:
 12408        - agent: tekton
 12409          branches:
 12410            entries:
 12411            - master
 12412          cluster: ""
 12413          context: ""
 12414          labels: {}
 12415          maxConcurrency: 0
 12416          name: release
 12417          report: false
 12418          runIfChanged: ""
 12419          skipBranches: {}
 12420      presubmits:
 12421        entries:
 12422        - agent: tekton
 12423          alwaysRun: true
 12424          branches: {}
 12425          cluster: ""
 12426          context: bdd
 12427          context_options:
 12428            branches:
 12429              Items: {}
 12430            optionalContexts:
 12431              entries:
 12432              - codecov/project
 12433              - codecov/patch
 12434            requiredContexts:
 12435              entries:
 12436              - integration
 12437              - lint
 12438              - bdd
 12439              - Hound
 12440            requiredIfPresentContexts:
 12441              entries:
 12442              - images
 12443          labels: {}
 12444          maxConcurrency: 0
 12445          mergeMethod: squash
 12446          name: bdd
 12447          optional: false
 12448          policy:
 12449            Replace: false
 12450            requiredStatusChecks:
 12451              contexts:
 12452                entries:
 12453                - bdd
 12454                - integration
 12455                - lint
 12456          queries:
 12457          - excludedBranches: {}
 12458            includedBranches: {}
 12459            labels:
 12460              entries:
 12461              - approved
 12462              - lgtm
 12463            milestone: ""
 12464            missingLabels:
 12465              entries:
 12466              - do-not-merge
 12467              - do-not-merge/hold
 12468              - do-not-merge/work-in-progress
 12469              - needs-ok-to-test
 12470              - needs-rebase
 12471            reviewApprovedRequired: false
 12472          report: true
 12473          rerunCommand: /test bdd
 12474          runIfChanged: ""
 12475          skipBranches: {}
 12476          trigger: (?m)^/test( all| bdd),?(s+|$)
 12477        - agent: tekton
 12478          alwaysRun: false
 12479          branches: {}
 12480          cluster: ""
 12481          context: images
 12482          context_options:
 12483            branches:
 12484              Items: {}
 12485            optionalContexts:
 12486              entries:
 12487              - codecov/project
 12488              - codecov/patch
 12489            requiredContexts:
 12490              entries:
 12491              - integration
 12492              - lint
 12493              - bdd
 12494              - Hound
 12495            requiredIfPresentContexts:
 12496              entries:
 12497              - images
 12498          labels: {}
 12499          maxConcurrency: 0
 12500          mergeMethod: squash
 12501          name: images
 12502          optional: false
 12503          policy:
 12504            Replace: false
 12505            requiredStatusChecks:
 12506              contexts:
 12507                entries:
 12508                - bdd
 12509                - integration
 12510                - lint
 12511          queries:
 12512          - excludedBranches: {}
 12513            includedBranches: {}
 12514            labels:
 12515              entries:
 12516              - approved
 12517              - lgtm
 12518            milestone: ""
 12519            missingLabels:
 12520              entries:
 12521              - do-not-merge
 12522              - do-not-merge/hold
 12523              - do-not-merge/work-in-progress
 12524              - needs-ok-to-test
 12525              - needs-rebase
 12526            reviewApprovedRequired: false
 12527          report: true
 12528          rerunCommand: /test images
 12529          runIfChanged: ""
 12530          skipBranches: {}
 12531          trigger: (?m)^/test images,?(s+|$)
 12532        - agent: tekton
 12533          alwaysRun: true
 12534          branches: {}
 12535          cluster: ""
 12536          context: integration
 12537          context_options:
 12538            branches:
 12539              Items: {}
 12540            optionalContexts:
 12541              entries:
 12542              - codecov/project
 12543              - codecov/patch
 12544            requiredContexts:
 12545              entries:
 12546              - integration
 12547              - lint
 12548              - bdd
 12549              - Hound
 12550            requiredIfPresentContexts:
 12551              entries:
 12552              - images
 12553          labels: {}
 12554          maxConcurrency: 0
 12555          mergeMethod: squash
 12556          name: integration
 12557          optional: false
 12558          policy:
 12559            Replace: false
 12560            requiredStatusChecks:
 12561              contexts:
 12562                entries:
 12563                - bdd
 12564                - integration
 12565                - lint
 12566          queries:
 12567          - excludedBranches: {}
 12568            includedBranches: {}
 12569            labels:
 12570              entries:
 12571              - approved
 12572              - lgtm
 12573            milestone: ""
 12574            missingLabels:
 12575              entries:
 12576              - do-not-merge
 12577              - do-not-merge/hold
 12578              - do-not-merge/work-in-progress
 12579              - needs-ok-to-test
 12580              - needs-rebase
 12581            reviewApprovedRequired: false
 12582          report: true
 12583          rerunCommand: /test integration
 12584          runIfChanged: ""
 12585          skipBranches: {}
 12586          trigger: (?m)^/test( all| integration),?(s+|$)
 12587        - agent: tekton
 12588          alwaysRun: true
 12589          branches: {}
 12590          cluster: ""
 12591          context: lint
 12592          context_options:
 12593            branches:
 12594              Items: {}
 12595            optionalContexts:
 12596              entries:
 12597              - codecov/project
 12598              - codecov/patch
 12599            requiredContexts:
 12600              entries:
 12601              - integration
 12602              - lint
 12603              - bdd
 12604              - Hound
 12605            requiredIfPresentContexts:
 12606              entries:
 12607              - images
 12608          labels: {}
 12609          maxConcurrency: 0
 12610          mergeMethod: squash
 12611          name: lint
 12612          optional: false
 12613          policy:
 12614            Replace: false
 12615            requiredStatusChecks:
 12616              contexts:
 12617                entries:
 12618                - bdd
 12619                - integration
 12620                - lint
 12621          queries:
 12622          - excludedBranches: {}
 12623            includedBranches: {}
 12624            labels:
 12625              entries:
 12626              - approved
 12627              - lgtm
 12628            milestone: ""
 12629            missingLabels:
 12630              entries:
 12631              - do-not-merge
 12632              - do-not-merge/hold
 12633              - do-not-merge/work-in-progress
 12634              - needs-ok-to-test
 12635              - needs-rebase
 12636            reviewApprovedRequired: false
 12637          report: true
 12638          rerunCommand: /test lint
 12639          runIfChanged: ""
 12640          skipBranches: {}
 12641          trigger: (?m)^/test( all| lint),?(s+|$)
 12642        - agent: tekton
 12643          alwaysRun: false
 12644          branches: {}
 12645          cluster: ""
 12646          context: tekton
 12647          context_options:
 12648            branches:
 12649              Items: {}
 12650            optionalContexts:
 12651              entries:
 12652              - codecov/project
 12653              - codecov/patch
 12654            requiredContexts:
 12655              entries:
 12656              - integration
 12657              - lint
 12658              - bdd
 12659              - Hound
 12660            requiredIfPresentContexts:
 12661              entries:
 12662              - images
 12663          labels: {}
 12664          maxConcurrency: 0
 12665          mergeMethod: squash
 12666          name: tekton
 12667          optional: false
 12668          policy:
 12669            Replace: false
 12670            requiredStatusChecks:
 12671              contexts:
 12672                entries:
 12673                - bdd
 12674                - integration
 12675                - lint
 12676          queries:
 12677          - excludedBranches: {}
 12678            includedBranches: {}
 12679            labels:
 12680              entries:
 12681              - approved
 12682              - lgtm
 12683            milestone: ""
 12684            missingLabels:
 12685              entries:
 12686              - do-not-merge
 12687              - do-not-merge/hold
 12688              - do-not-merge/work-in-progress
 12689              - needs-ok-to-test
 12690              - needs-rebase
 12691            reviewApprovedRequired: false
 12692          report: true
 12693          rerunCommand: /test tekton
 12694          runIfChanged: ""
 12695          skipBranches: {}
 12696          trigger: (?m)^/test( tekton),?(s+|$)
 12697      schedulerAgent:
 12698        agent: tekton
 12699      welcome:
 12700      - message_template: Welcome contributor to Jenkins X
 12701  - apiVersion: jenkins.io/v1
 12702    kind: Scheduler
 12703    metadata:
 12704      creationTimestamp: null
 12705      name: jenkins-x-jx-ts-client-scheduler
 12706      namespace: jx
 12707    spec:
 12708      approve:
 12709        issueRequired: false
 12710        lgtmActsAsApprove: true
 12711        requireSelfApproval: true
 12712      attachments:
 12713      - name: reportTemplate
 12714        urls:
 12715        - '{{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}}'
 12716      merger:
 12717        blockerLabel: ""
 12718        maxGoroutines: 0
 12719        mergeMethod: merge
 12720        policy:
 12721          optionalContexts: {}
 12722          requiredContexts: {}
 12723          requiredIfPresentContexts: {}
 12724        prStatusBaseUrl: ""
 12725        squashLabel: ""
 12726        targetUrl: https://deck.infra.jrawlings.co.uk
 12727      periodics:
 12728        entries:
 12729        - agent: ""
 12730          cluster: ""
 12731          cron: ""
 12732          interval: null
 12733          labels: {}
 12734          maxConcurrency: 0
 12735          name: periodic-jx-stale
 12736          spec:
 12737            containers:
 12738            - args:
 12739              - |-
 12740                --query=org:jenkins-x
 12741                -label:lifecycle/frozen
 12742                -label:lifecycle/stale
 12743                -label:lifecycle/rotten
 12744              - --updated=2160h
 12745              - --token=/etc/token/oauth
 12746              - |-
 12747                --comment=Issues go stale after 90d of inactivity.
 12748                Mark the issue as fresh with `/remove-lifecycle stale`.
 12749                Stale issues rot after an additional 30d of inactivity and eventually close.
 12750                If this issue is safe to close now please do so with `/close`.
 12751                Provide feedback via https://jenkins-x.io/community.
 12752                /lifecycle stale
 12753              - --template
 12754              - --ceiling=30
 12755              - --confirm
 12756              command:
 12757              - /app/robots/commenter/app.binary
 12758              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 12759              name: ""
 12760              resources: {}
 12761              volumeMounts:
 12762              - mountPath: /etc/token
 12763                name: token
 12764            volumes:
 12765            - name: token
 12766              secret:
 12767                secretName: oauth-token
 12768          tags: {}
 12769        - agent: ""
 12770          cluster: ""
 12771          cron: ""
 12772          interval: null
 12773          labels: {}
 12774          maxConcurrency: 0
 12775          name: periodic-jx-close
 12776          spec:
 12777            containers:
 12778            - args:
 12779              - |-
 12780                --query=org:jenkins-x
 12781                -label:lifecycle/frozen
 12782                label:lifecycle/rotten
 12783              - --updated=720h
 12784              - --token=/etc/token/oauth
 12785              - |-
 12786                --comment=Rotten issues close after 30d of inactivity.
 12787                Reopen the issue with `/reopen`.
 12788                Mark the issue as fresh with `/remove-lifecycle rotten`.
 12789                Provide feedback via https://jenkins-x.io/community.
 12790                /close
 12791              - --template
 12792              - --ceiling=10
 12793              - --confirm
 12794              command:
 12795              - /app/robots/commenter/app.binary
 12796              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 12797              name: ""
 12798              resources: {}
 12799              volumeMounts:
 12800              - mountPath: /etc/token
 12801                name: token
 12802            volumes:
 12803            - name: token
 12804              secret:
 12805                secretName: oauth-token
 12806          tags: {}
 12807        - agent: ""
 12808          cluster: ""
 12809          cron: ""
 12810          interval: null
 12811          labels: {}
 12812          maxConcurrency: 0
 12813          name: periodic-jx-rotten
 12814          spec:
 12815            containers:
 12816            - args:
 12817              - |-
 12818                --query=org:jenkins-x
 12819                -label:lifecycle/frozen
 12820                label:lifecycle/stale
 12821                -label:lifecycle/rotten
 12822              - --updated=720h
 12823              - --token=/etc/token/oauth
 12824              - |-
 12825                --comment=Stale issues rot after 30d of inactivity.
 12826                Mark the issue as fresh with `/remove-lifecycle rotten`.
 12827                Rotten issues close after an additional 30d of inactivity.
 12828                If this issue is safe to close now please do so with `/close`.
 12829                Provide feedback via https://jenkins-x.io/community.
 12830                /lifecycle rotten
 12831              - --template
 12832              - --ceiling=10
 12833              - --confirm
 12834              command:
 12835              - /app/robots/commenter/app.binary
 12836              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 12837              name: ""
 12838              resources: {}
 12839              volumeMounts:
 12840              - mountPath: /etc/token
 12841                name: token
 12842            volumes:
 12843            - name: token
 12844              secret:
 12845                secretName: oauth-token
 12846          tags: {}
 12847      plugins:
 12848        entries:
 12849        - approve
 12850        - heart
 12851        - assign
 12852        - help
 12853        - hold
 12854        - lgtm
 12855        - lifecycle
 12856        - label
 12857        - size
 12858        - trigger
 12859        - wip
 12860        - cat
 12861        - dog
 12862        - override
 12863      policy:
 12864        protectTested: true
 12865      postsubmits:
 12866        entries:
 12867        - agent: tekton
 12868          branches:
 12869            entries:
 12870            - master
 12871          cluster: ""
 12872          context: tekton
 12873          labels: {}
 12874          maxConcurrency: 0
 12875          name: tekton
 12876          report: false
 12877          runIfChanged: ""
 12878          skipBranches: {}
 12879      presubmits:
 12880        entries:
 12881        - agent: tekton
 12882          alwaysRun: true
 12883          branches: {}
 12884          cluster: ""
 12885          context: tekton
 12886          labels: {}
 12887          maxConcurrency: 0
 12888          mergeMethod: merge
 12889          name: tekton
 12890          optional: false
 12891          policy:
 12892            Replace: false
 12893          queries:
 12894          - excludedBranches: {}
 12895            includedBranches: {}
 12896            labels:
 12897              entries:
 12898              - updatebot
 12899            milestone: ""
 12900            missingLabels:
 12901              entries:
 12902              - do-not-merge
 12903              - do-not-merge/hold
 12904              - do-not-merge/work-in-progress
 12905              - needs-ok-to-test
 12906              - needs-rebase
 12907            reviewApprovedRequired: false
 12908          - excludedBranches: {}
 12909            includedBranches: {}
 12910            labels:
 12911              entries:
 12912              - approved
 12913            milestone: ""
 12914            missingLabels:
 12915              entries:
 12916              - do-not-merge
 12917              - do-not-merge/hold
 12918              - do-not-merge/work-in-progress
 12919              - needs-ok-to-test
 12920              - needs-rebase
 12921            reviewApprovedRequired: false
 12922          report: true
 12923          rerunCommand: /test this
 12924          runIfChanged: ""
 12925          skipBranches: {}
 12926          trigger: (?m)^/test( all| this),?(s+|$)
 12927      schedulerAgent:
 12928        agent: tekton
 12929      welcome:
 12930      - message_template: Welcome contributor to Jenkins X
 12931  - apiVersion: jenkins.io/v1
 12932    kind: Scheduler
 12933    metadata:
 12934      creationTimestamp: null
 12935      name: jenkins-x-jx-tutorial-scheduler
 12936      namespace: jx
 12937    spec:
 12938      approve:
 12939        issueRequired: false
 12940        lgtmActsAsApprove: true
 12941        requireSelfApproval: true
 12942      attachments:
 12943      - name: reportTemplate
 12944        urls:
 12945        - '{{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}}'
 12946      merger:
 12947        blockerLabel: ""
 12948        maxGoroutines: 0
 12949        mergeMethod: merge
 12950        policy:
 12951          optionalContexts: {}
 12952          requiredContexts: {}
 12953          requiredIfPresentContexts: {}
 12954        prStatusBaseUrl: ""
 12955        squashLabel: ""
 12956        targetUrl: https://deck.infra.jrawlings.co.uk
 12957      periodics:
 12958        entries:
 12959        - agent: ""
 12960          cluster: ""
 12961          cron: ""
 12962          interval: null
 12963          labels: {}
 12964          maxConcurrency: 0
 12965          name: periodic-jx-stale
 12966          spec:
 12967            containers:
 12968            - args:
 12969              - |-
 12970                --query=org:jenkins-x
 12971                -label:lifecycle/frozen
 12972                -label:lifecycle/stale
 12973                -label:lifecycle/rotten
 12974              - --updated=2160h
 12975              - --token=/etc/token/oauth
 12976              - |-
 12977                --comment=Issues go stale after 90d of inactivity.
 12978                Mark the issue as fresh with `/remove-lifecycle stale`.
 12979                Stale issues rot after an additional 30d of inactivity and eventually close.
 12980                If this issue is safe to close now please do so with `/close`.
 12981                Provide feedback via https://jenkins-x.io/community.
 12982                /lifecycle stale
 12983              - --template
 12984              - --ceiling=30
 12985              - --confirm
 12986              command:
 12987              - /app/robots/commenter/app.binary
 12988              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 12989              name: ""
 12990              resources: {}
 12991              volumeMounts:
 12992              - mountPath: /etc/token
 12993                name: token
 12994            volumes:
 12995            - name: token
 12996              secret:
 12997                secretName: oauth-token
 12998          tags: {}
 12999        - agent: ""
 13000          cluster: ""
 13001          cron: ""
 13002          interval: null
 13003          labels: {}
 13004          maxConcurrency: 0
 13005          name: periodic-jx-close
 13006          spec:
 13007            containers:
 13008            - args:
 13009              - |-
 13010                --query=org:jenkins-x
 13011                -label:lifecycle/frozen
 13012                label:lifecycle/rotten
 13013              - --updated=720h
 13014              - --token=/etc/token/oauth
 13015              - |-
 13016                --comment=Rotten issues close after 30d of inactivity.
 13017                Reopen the issue with `/reopen`.
 13018                Mark the issue as fresh with `/remove-lifecycle rotten`.
 13019                Provide feedback via https://jenkins-x.io/community.
 13020                /close
 13021              - --template
 13022              - --ceiling=10
 13023              - --confirm
 13024              command:
 13025              - /app/robots/commenter/app.binary
 13026              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 13027              name: ""
 13028              resources: {}
 13029              volumeMounts:
 13030              - mountPath: /etc/token
 13031                name: token
 13032            volumes:
 13033            - name: token
 13034              secret:
 13035                secretName: oauth-token
 13036          tags: {}
 13037        - agent: ""
 13038          cluster: ""
 13039          cron: ""
 13040          interval: null
 13041          labels: {}
 13042          maxConcurrency: 0
 13043          name: periodic-jx-rotten
 13044          spec:
 13045            containers:
 13046            - args:
 13047              - |-
 13048                --query=org:jenkins-x
 13049                -label:lifecycle/frozen
 13050                label:lifecycle/stale
 13051                -label:lifecycle/rotten
 13052              - --updated=720h
 13053              - --token=/etc/token/oauth
 13054              - |-
 13055                --comment=Stale issues rot after 30d of inactivity.
 13056                Mark the issue as fresh with `/remove-lifecycle rotten`.
 13057                Rotten issues close after an additional 30d of inactivity.
 13058                If this issue is safe to close now please do so with `/close`.
 13059                Provide feedback via https://jenkins-x.io/community.
 13060                /lifecycle rotten
 13061              - --template
 13062              - --ceiling=10
 13063              - --confirm
 13064              command:
 13065              - /app/robots/commenter/app.binary
 13066              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 13067              name: ""
 13068              resources: {}
 13069              volumeMounts:
 13070              - mountPath: /etc/token
 13071                name: token
 13072            volumes:
 13073            - name: token
 13074              secret:
 13075                secretName: oauth-token
 13076          tags: {}
 13077      plugins:
 13078        entries:
 13079        - approve
 13080        - heart
 13081        - assign
 13082        - help
 13083        - hold
 13084        - lgtm
 13085        - lifecycle
 13086        - label
 13087        - size
 13088        - trigger
 13089        - wip
 13090        - cat
 13091        - dog
 13092        - override
 13093      policy:
 13094        protectTested: true
 13095      postsubmits:
 13096        entries:
 13097        - agent: tekton
 13098          branches:
 13099            entries:
 13100            - master
 13101          cluster: ""
 13102          context: tekton
 13103          labels: {}
 13104          maxConcurrency: 0
 13105          name: tekton
 13106          report: false
 13107          runIfChanged: ""
 13108          skipBranches: {}
 13109      presubmits:
 13110        entries:
 13111        - agent: tekton
 13112          alwaysRun: true
 13113          branches: {}
 13114          cluster: ""
 13115          context: tekton
 13116          labels: {}
 13117          maxConcurrency: 0
 13118          mergeMethod: merge
 13119          name: tekton
 13120          optional: false
 13121          policy:
 13122            Replace: false
 13123            requiredStatusChecks:
 13124              contexts:
 13125                entries:
 13126                - tekton
 13127          queries:
 13128          - excludedBranches: {}
 13129            includedBranches: {}
 13130            labels:
 13131              entries:
 13132              - updatebot
 13133            milestone: ""
 13134            missingLabels:
 13135              entries:
 13136              - do-not-merge
 13137              - do-not-merge/hold
 13138              - do-not-merge/work-in-progress
 13139              - needs-ok-to-test
 13140              - needs-rebase
 13141            reviewApprovedRequired: false
 13142          - excludedBranches: {}
 13143            includedBranches: {}
 13144            labels:
 13145              entries:
 13146              - approved
 13147            milestone: ""
 13148            missingLabels:
 13149              entries:
 13150              - do-not-merge
 13151              - do-not-merge/hold
 13152              - do-not-merge/work-in-progress
 13153              - needs-ok-to-test
 13154              - needs-rebase
 13155            reviewApprovedRequired: false
 13156          report: true
 13157          rerunCommand: /test this
 13158          runIfChanged: ""
 13159          skipBranches: {}
 13160          trigger: (?m)^/test( all| this),?(s+|$)
 13161      schedulerAgent:
 13162        agent: tekton
 13163      welcome:
 13164      - message_template: Welcome contributor to Jenkins X
 13165  - apiVersion: jenkins.io/v1
 13166    kind: Scheduler
 13167    metadata:
 13168      creationTimestamp: null
 13169      name: jenkins-x-sso-operator-scheduler
 13170      namespace: jx
 13171    spec:
 13172      approve:
 13173        issueRequired: false
 13174        lgtmActsAsApprove: true
 13175        requireSelfApproval: true
 13176      attachments:
 13177      - name: reportTemplate
 13178        urls:
 13179        - '{{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}}'
 13180      merger:
 13181        blockerLabel: ""
 13182        maxGoroutines: 0
 13183        mergeMethod: merge
 13184        policy:
 13185          optionalContexts: {}
 13186          requiredContexts: {}
 13187          requiredIfPresentContexts: {}
 13188        prStatusBaseUrl: ""
 13189        squashLabel: ""
 13190        targetUrl: https://deck.infra.jrawlings.co.uk
 13191      periodics:
 13192        entries:
 13193        - agent: ""
 13194          cluster: ""
 13195          cron: ""
 13196          interval: null
 13197          labels: {}
 13198          maxConcurrency: 0
 13199          name: periodic-jx-stale
 13200          spec:
 13201            containers:
 13202            - args:
 13203              - |-
 13204                --query=org:jenkins-x
 13205                -label:lifecycle/frozen
 13206                -label:lifecycle/stale
 13207                -label:lifecycle/rotten
 13208              - --updated=2160h
 13209              - --token=/etc/token/oauth
 13210              - |-
 13211                --comment=Issues go stale after 90d of inactivity.
 13212                Mark the issue as fresh with `/remove-lifecycle stale`.
 13213                Stale issues rot after an additional 30d of inactivity and eventually close.
 13214                If this issue is safe to close now please do so with `/close`.
 13215                Provide feedback via https://jenkins-x.io/community.
 13216                /lifecycle stale
 13217              - --template
 13218              - --ceiling=30
 13219              - --confirm
 13220              command:
 13221              - /app/robots/commenter/app.binary
 13222              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 13223              name: ""
 13224              resources: {}
 13225              volumeMounts:
 13226              - mountPath: /etc/token
 13227                name: token
 13228            volumes:
 13229            - name: token
 13230              secret:
 13231                secretName: oauth-token
 13232          tags: {}
 13233        - agent: ""
 13234          cluster: ""
 13235          cron: ""
 13236          interval: null
 13237          labels: {}
 13238          maxConcurrency: 0
 13239          name: periodic-jx-close
 13240          spec:
 13241            containers:
 13242            - args:
 13243              - |-
 13244                --query=org:jenkins-x
 13245                -label:lifecycle/frozen
 13246                label:lifecycle/rotten
 13247              - --updated=720h
 13248              - --token=/etc/token/oauth
 13249              - |-
 13250                --comment=Rotten issues close after 30d of inactivity.
 13251                Reopen the issue with `/reopen`.
 13252                Mark the issue as fresh with `/remove-lifecycle rotten`.
 13253                Provide feedback via https://jenkins-x.io/community.
 13254                /close
 13255              - --template
 13256              - --ceiling=10
 13257              - --confirm
 13258              command:
 13259              - /app/robots/commenter/app.binary
 13260              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 13261              name: ""
 13262              resources: {}
 13263              volumeMounts:
 13264              - mountPath: /etc/token
 13265                name: token
 13266            volumes:
 13267            - name: token
 13268              secret:
 13269                secretName: oauth-token
 13270          tags: {}
 13271        - agent: ""
 13272          cluster: ""
 13273          cron: ""
 13274          interval: null
 13275          labels: {}
 13276          maxConcurrency: 0
 13277          name: periodic-jx-rotten
 13278          spec:
 13279            containers:
 13280            - args:
 13281              - |-
 13282                --query=org:jenkins-x
 13283                -label:lifecycle/frozen
 13284                label:lifecycle/stale
 13285                -label:lifecycle/rotten
 13286              - --updated=720h
 13287              - --token=/etc/token/oauth
 13288              - |-
 13289                --comment=Stale issues rot after 30d of inactivity.
 13290                Mark the issue as fresh with `/remove-lifecycle rotten`.
 13291                Rotten issues close after an additional 30d of inactivity.
 13292                If this issue is safe to close now please do so with `/close`.
 13293                Provide feedback via https://jenkins-x.io/community.
 13294                /lifecycle rotten
 13295              - --template
 13296              - --ceiling=10
 13297              - --confirm
 13298              command:
 13299              - /app/robots/commenter/app.binary
 13300              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 13301              name: ""
 13302              resources: {}
 13303              volumeMounts:
 13304              - mountPath: /etc/token
 13305                name: token
 13306            volumes:
 13307            - name: token
 13308              secret:
 13309                secretName: oauth-token
 13310          tags: {}
 13311      plugins:
 13312        entries:
 13313        - approve
 13314        - heart
 13315        - assign
 13316        - help
 13317        - hold
 13318        - lgtm
 13319        - lifecycle
 13320        - label
 13321        - size
 13322        - trigger
 13323        - wip
 13324        - cat
 13325        - dog
 13326        - override
 13327      policy:
 13328        protectTested: true
 13329      postsubmits:
 13330        entries:
 13331        - agent: tekton
 13332          branches:
 13333            entries:
 13334            - master
 13335          cluster: ""
 13336          context: tekton
 13337          labels: {}
 13338          maxConcurrency: 0
 13339          name: tekton
 13340          report: false
 13341          runIfChanged: ""
 13342          skipBranches: {}
 13343      presubmits:
 13344        entries:
 13345        - agent: tekton
 13346          alwaysRun: true
 13347          branches: {}
 13348          cluster: ""
 13349          context: tekton
 13350          labels: {}
 13351          maxConcurrency: 0
 13352          mergeMethod: merge
 13353          name: tekton
 13354          optional: false
 13355          policy:
 13356            Replace: false
 13357            requiredStatusChecks:
 13358              contexts:
 13359                entries:
 13360                - tekton
 13361          queries:
 13362          - excludedBranches: {}
 13363            includedBranches: {}
 13364            labels:
 13365              entries:
 13366              - updatebot
 13367            milestone: ""
 13368            missingLabels:
 13369              entries:
 13370              - do-not-merge
 13371              - do-not-merge/hold
 13372              - do-not-merge/work-in-progress
 13373              - needs-ok-to-test
 13374              - needs-rebase
 13375            reviewApprovedRequired: false
 13376          - excludedBranches: {}
 13377            includedBranches: {}
 13378            labels:
 13379              entries:
 13380              - approved
 13381            milestone: ""
 13382            missingLabels:
 13383              entries:
 13384              - do-not-merge
 13385              - do-not-merge/hold
 13386              - do-not-merge/work-in-progress
 13387              - needs-ok-to-test
 13388              - needs-rebase
 13389            reviewApprovedRequired: false
 13390          report: true
 13391          rerunCommand: /test this
 13392          runIfChanged: ""
 13393          skipBranches: {}
 13394          trigger: (?m)^/test( all| this),?(s+|$)
 13395      schedulerAgent:
 13396        agent: tekton
 13397      welcome:
 13398      - message_template: Welcome contributor to Jenkins X
 13399  - apiVersion: jenkins.io/v1
 13400    kind: Scheduler
 13401    metadata:
 13402      creationTimestamp: null
 13403      name: jenkins-x-updatebot-scheduler
 13404      namespace: jx
 13405    spec:
 13406      approve:
 13407        issueRequired: false
 13408        lgtmActsAsApprove: true
 13409        requireSelfApproval: true
 13410      attachments:
 13411      - name: reportTemplate
 13412        urls:
 13413        - '{{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}}'
 13414      merger:
 13415        blockerLabel: ""
 13416        maxGoroutines: 0
 13417        mergeMethod: merge
 13418        policy:
 13419          optionalContexts: {}
 13420          requiredContexts: {}
 13421          requiredIfPresentContexts: {}
 13422        prStatusBaseUrl: ""
 13423        squashLabel: ""
 13424        targetUrl: https://deck.infra.jrawlings.co.uk
 13425      periodics:
 13426        entries:
 13427        - agent: ""
 13428          cluster: ""
 13429          cron: ""
 13430          interval: null
 13431          labels: {}
 13432          maxConcurrency: 0
 13433          name: periodic-jx-stale
 13434          spec:
 13435            containers:
 13436            - args:
 13437              - |-
 13438                --query=org:jenkins-x
 13439                -label:lifecycle/frozen
 13440                -label:lifecycle/stale
 13441                -label:lifecycle/rotten
 13442              - --updated=2160h
 13443              - --token=/etc/token/oauth
 13444              - |-
 13445                --comment=Issues go stale after 90d of inactivity.
 13446                Mark the issue as fresh with `/remove-lifecycle stale`.
 13447                Stale issues rot after an additional 30d of inactivity and eventually close.
 13448                If this issue is safe to close now please do so with `/close`.
 13449                Provide feedback via https://jenkins-x.io/community.
 13450                /lifecycle stale
 13451              - --template
 13452              - --ceiling=30
 13453              - --confirm
 13454              command:
 13455              - /app/robots/commenter/app.binary
 13456              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 13457              name: ""
 13458              resources: {}
 13459              volumeMounts:
 13460              - mountPath: /etc/token
 13461                name: token
 13462            volumes:
 13463            - name: token
 13464              secret:
 13465                secretName: oauth-token
 13466          tags: {}
 13467        - agent: ""
 13468          cluster: ""
 13469          cron: ""
 13470          interval: null
 13471          labels: {}
 13472          maxConcurrency: 0
 13473          name: periodic-jx-close
 13474          spec:
 13475            containers:
 13476            - args:
 13477              - |-
 13478                --query=org:jenkins-x
 13479                -label:lifecycle/frozen
 13480                label:lifecycle/rotten
 13481              - --updated=720h
 13482              - --token=/etc/token/oauth
 13483              - |-
 13484                --comment=Rotten issues close after 30d of inactivity.
 13485                Reopen the issue with `/reopen`.
 13486                Mark the issue as fresh with `/remove-lifecycle rotten`.
 13487                Provide feedback via https://jenkins-x.io/community.
 13488                /close
 13489              - --template
 13490              - --ceiling=10
 13491              - --confirm
 13492              command:
 13493              - /app/robots/commenter/app.binary
 13494              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 13495              name: ""
 13496              resources: {}
 13497              volumeMounts:
 13498              - mountPath: /etc/token
 13499                name: token
 13500            volumes:
 13501            - name: token
 13502              secret:
 13503                secretName: oauth-token
 13504          tags: {}
 13505        - agent: ""
 13506          cluster: ""
 13507          cron: ""
 13508          interval: null
 13509          labels: {}
 13510          maxConcurrency: 0
 13511          name: periodic-jx-rotten
 13512          spec:
 13513            containers:
 13514            - args:
 13515              - |-
 13516                --query=org:jenkins-x
 13517                -label:lifecycle/frozen
 13518                label:lifecycle/stale
 13519                -label:lifecycle/rotten
 13520              - --updated=720h
 13521              - --token=/etc/token/oauth
 13522              - |-
 13523                --comment=Stale issues rot after 30d of inactivity.
 13524                Mark the issue as fresh with `/remove-lifecycle rotten`.
 13525                Rotten issues close after an additional 30d of inactivity.
 13526                If this issue is safe to close now please do so with `/close`.
 13527                Provide feedback via https://jenkins-x.io/community.
 13528                /lifecycle rotten
 13529              - --template
 13530              - --ceiling=10
 13531              - --confirm
 13532              command:
 13533              - /app/robots/commenter/app.binary
 13534              image: gcr.io/k8s-prow/commenter:v20190528-0d7c4b53a
 13535              name: ""
 13536              resources: {}
 13537              volumeMounts:
 13538              - mountPath: /etc/token
 13539                name: token
 13540            volumes:
 13541            - name: token
 13542              secret:
 13543                secretName: oauth-token
 13544          tags: {}
 13545      plugins:
 13546        entries:
 13547        - approve
 13548        - heart
 13549        - assign
 13550        - help
 13551        - hold
 13552        - lgtm
 13553        - lifecycle
 13554        - label
 13555        - size
 13556        - trigger
 13557        - wip
 13558        - cat
 13559        - dog
 13560        - override
 13561      policy:
 13562        protectTested: true
 13563      postsubmits:
 13564        entries:
 13565        - agent: tekton
 13566          branches:
 13567            entries:
 13568            - master
 13569          cluster: ""
 13570          context: tekton
 13571          labels: {}
 13572          maxConcurrency: 0
 13573          name: tekton
 13574          report: false
 13575          runIfChanged: ""
 13576          skipBranches: {}
 13577      presubmits:
 13578        entries:
 13579        - agent: tekton
 13580          alwaysRun: true
 13581          branches: {}
 13582          cluster: ""
 13583          context: tekton
 13584          labels: {}
 13585          maxConcurrency: 0
 13586          mergeMethod: merge
 13587          name: tekton
 13588          optional: false
 13589          policy:
 13590            Replace: false
 13591            requiredStatusChecks:
 13592              contexts:
 13593                entries:
 13594                - tekton
 13595          queries:
 13596          - excludedBranches: {}
 13597            includedBranches: {}
 13598            labels:
 13599              entries:
 13600              - updatebot
 13601            milestone: ""
 13602            missingLabels:
 13603              entries:
 13604              - do-not-merge
 13605              - do-not-merge/hold
 13606              - do-not-merge/work-in-progress
 13607              - needs-ok-to-test
 13608              - needs-rebase
 13609            reviewApprovedRequired: false
 13610          - excludedBranches: {}
 13611            includedBranches: {}
 13612            labels:
 13613              entries:
 13614              - approved
 13615            milestone: ""
 13616            missingLabels:
 13617              entries:
 13618              - do-not-merge
 13619              - do-not-merge/hold
 13620              - do-not-merge/work-in-progress
 13621              - needs-ok-to-test
 13622              - needs-rebase
 13623            reviewApprovedRequired: false
 13624          report: true
 13625          rerunCommand: /test tekton
 13626          runIfChanged: ""
 13627          skipBranches: {}
 13628          trigger: (?m)^/test( all| tekton),?(s+|$)
 13629      schedulerAgent:
 13630        agent: tekton
 13631      welcome:
 13632      - message_template: Welcome contributor to Jenkins X
 13633  metadata: {}