|
| 1 | +presubmits: |
| 2 | + openshift-kni/scheduler-plugins: |
| 3 | + - agent: kubernetes |
| 4 | + always_run: true |
| 5 | + branches: |
| 6 | + - ^release-4\.18$ |
| 7 | + - ^release-4\.18- |
| 8 | + cluster: build03 |
| 9 | + context: ci/prow/ci-unit |
| 10 | + decorate: true |
| 11 | + decoration_config: |
| 12 | + skip_cloning: true |
| 13 | + labels: |
| 14 | + ci.openshift.io/generator: prowgen |
| 15 | + pj-rehearse.openshift.io/can-be-rehearsed: "true" |
| 16 | + name: pull-ci-openshift-kni-scheduler-plugins-release-4.18-ci-unit |
| 17 | + rerun_command: /test ci-unit |
| 18 | + spec: |
| 19 | + containers: |
| 20 | + - args: |
| 21 | + - --gcs-upload-secret=/secrets/gcs/service-account.json |
| 22 | + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson |
| 23 | + - --report-credentials-file=/etc/report/credentials |
| 24 | + - --target=ci-unit |
| 25 | + command: |
| 26 | + - ci-operator |
| 27 | + image: ci-operator:latest |
| 28 | + imagePullPolicy: Always |
| 29 | + name: "" |
| 30 | + resources: |
| 31 | + requests: |
| 32 | + cpu: 10m |
| 33 | + volumeMounts: |
| 34 | + - mountPath: /secrets/gcs |
| 35 | + name: gcs-credentials |
| 36 | + readOnly: true |
| 37 | + - mountPath: /secrets/manifest-tool |
| 38 | + name: manifest-tool-local-pusher |
| 39 | + readOnly: true |
| 40 | + - mountPath: /etc/pull-secret |
| 41 | + name: pull-secret |
| 42 | + readOnly: true |
| 43 | + - mountPath: /etc/report |
| 44 | + name: result-aggregator |
| 45 | + readOnly: true |
| 46 | + serviceAccountName: ci-operator |
| 47 | + volumes: |
| 48 | + - name: manifest-tool-local-pusher |
| 49 | + secret: |
| 50 | + secretName: manifest-tool-local-pusher |
| 51 | + - name: pull-secret |
| 52 | + secret: |
| 53 | + secretName: registry-pull-credentials |
| 54 | + - name: result-aggregator |
| 55 | + secret: |
| 56 | + secretName: result-aggregator |
| 57 | + trigger: (?m)^/test( | .* )ci-unit,?($|\s.*) |
| 58 | + - agent: kubernetes |
| 59 | + always_run: true |
| 60 | + branches: |
| 61 | + - ^release-4\.18$ |
| 62 | + - ^release-4\.18- |
| 63 | + cluster: build03 |
| 64 | + context: ci/prow/images |
| 65 | + decorate: true |
| 66 | + decoration_config: |
| 67 | + skip_cloning: true |
| 68 | + labels: |
| 69 | + ci.openshift.io/generator: prowgen |
| 70 | + pj-rehearse.openshift.io/can-be-rehearsed: "true" |
| 71 | + name: pull-ci-openshift-kni-scheduler-plugins-release-4.18-images |
| 72 | + rerun_command: /test images |
| 73 | + spec: |
| 74 | + containers: |
| 75 | + - args: |
| 76 | + - --gcs-upload-secret=/secrets/gcs/service-account.json |
| 77 | + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson |
| 78 | + - --report-credentials-file=/etc/report/credentials |
| 79 | + - --target=[images] |
| 80 | + command: |
| 81 | + - ci-operator |
| 82 | + image: ci-operator:latest |
| 83 | + imagePullPolicy: Always |
| 84 | + name: "" |
| 85 | + resources: |
| 86 | + requests: |
| 87 | + cpu: 10m |
| 88 | + volumeMounts: |
| 89 | + - mountPath: /secrets/gcs |
| 90 | + name: gcs-credentials |
| 91 | + readOnly: true |
| 92 | + - mountPath: /secrets/manifest-tool |
| 93 | + name: manifest-tool-local-pusher |
| 94 | + readOnly: true |
| 95 | + - mountPath: /etc/pull-secret |
| 96 | + name: pull-secret |
| 97 | + readOnly: true |
| 98 | + - mountPath: /etc/report |
| 99 | + name: result-aggregator |
| 100 | + readOnly: true |
| 101 | + serviceAccountName: ci-operator |
| 102 | + volumes: |
| 103 | + - name: manifest-tool-local-pusher |
| 104 | + secret: |
| 105 | + secretName: manifest-tool-local-pusher |
| 106 | + - name: pull-secret |
| 107 | + secret: |
| 108 | + secretName: registry-pull-credentials |
| 109 | + - name: result-aggregator |
| 110 | + secret: |
| 111 | + secretName: result-aggregator |
| 112 | + trigger: (?m)^/test( | .* )images,?($|\s.*) |
| 113 | + - agent: kubernetes |
| 114 | + always_run: true |
| 115 | + branches: |
| 116 | + - ^release-4\.18$ |
| 117 | + - ^release-4\.18- |
| 118 | + cluster: build03 |
| 119 | + context: ci/prow/security |
| 120 | + decorate: true |
| 121 | + decoration_config: |
| 122 | + skip_cloning: true |
| 123 | + labels: |
| 124 | + ci.openshift.io/generator: prowgen |
| 125 | + pj-rehearse.openshift.io/can-be-rehearsed: "true" |
| 126 | + name: pull-ci-openshift-kni-scheduler-plugins-release-4.18-security |
| 127 | + optional: true |
| 128 | + rerun_command: /test security |
| 129 | + spec: |
| 130 | + containers: |
| 131 | + - args: |
| 132 | + - --gcs-upload-secret=/secrets/gcs/service-account.json |
| 133 | + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson |
| 134 | + - --report-credentials-file=/etc/report/credentials |
| 135 | + - --secret-dir=/secrets/ci-pull-credentials |
| 136 | + - --target=security |
| 137 | + command: |
| 138 | + - ci-operator |
| 139 | + image: ci-operator:latest |
| 140 | + imagePullPolicy: Always |
| 141 | + name: "" |
| 142 | + resources: |
| 143 | + requests: |
| 144 | + cpu: 10m |
| 145 | + volumeMounts: |
| 146 | + - mountPath: /secrets/ci-pull-credentials |
| 147 | + name: ci-pull-credentials |
| 148 | + readOnly: true |
| 149 | + - mountPath: /secrets/gcs |
| 150 | + name: gcs-credentials |
| 151 | + readOnly: true |
| 152 | + - mountPath: /secrets/manifest-tool |
| 153 | + name: manifest-tool-local-pusher |
| 154 | + readOnly: true |
| 155 | + - mountPath: /etc/pull-secret |
| 156 | + name: pull-secret |
| 157 | + readOnly: true |
| 158 | + - mountPath: /etc/report |
| 159 | + name: result-aggregator |
| 160 | + readOnly: true |
| 161 | + serviceAccountName: ci-operator |
| 162 | + volumes: |
| 163 | + - name: ci-pull-credentials |
| 164 | + secret: |
| 165 | + secretName: ci-pull-credentials |
| 166 | + - name: manifest-tool-local-pusher |
| 167 | + secret: |
| 168 | + secretName: manifest-tool-local-pusher |
| 169 | + - name: pull-secret |
| 170 | + secret: |
| 171 | + secretName: registry-pull-credentials |
| 172 | + - name: result-aggregator |
| 173 | + secret: |
| 174 | + secretName: result-aggregator |
| 175 | + trigger: (?m)^/test( | .* )security,?($|\s.*) |
0 commit comments