|
| 1 | +presubmits: |
| 2 | + open-cluster-management/backplane-must-gather: |
| 3 | + - agent: kubernetes |
| 4 | + always_run: true |
| 5 | + branches: |
| 6 | + - ^backplane-1\.0$ |
| 7 | + - ^backplane-1\.0- |
| 8 | + cluster: build01 |
| 9 | + context: ci/prow/images |
| 10 | + decorate: true |
| 11 | + decoration_config: |
| 12 | + skip_cloning: true |
| 13 | + labels: |
| 14 | + ci-operator.openshift.io/prowgen-controlled: "true" |
| 15 | + pj-rehearse.openshift.io/can-be-rehearsed: "true" |
| 16 | + name: pull-ci-open-cluster-management-backplane-must-gather-backplane-1.0-images |
| 17 | + rerun_command: /test images |
| 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=[images] |
| 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: /etc/pull-secret |
| 38 | + name: pull-secret |
| 39 | + readOnly: true |
| 40 | + - mountPath: /etc/report |
| 41 | + name: result-aggregator |
| 42 | + readOnly: true |
| 43 | + serviceAccountName: ci-operator |
| 44 | + volumes: |
| 45 | + - name: pull-secret |
| 46 | + secret: |
| 47 | + secretName: registry-pull-credentials |
| 48 | + - name: result-aggregator |
| 49 | + secret: |
| 50 | + secretName: result-aggregator |
| 51 | + trigger: (?m)^/test( | .* )images,?($|\s.*) |
| 52 | + - agent: kubernetes |
| 53 | + always_run: true |
| 54 | + branches: |
| 55 | + - ^backplane-1\.0$ |
| 56 | + - ^backplane-1\.0- |
| 57 | + cluster: build01 |
| 58 | + context: ci/prow/test-unit |
| 59 | + decorate: true |
| 60 | + decoration_config: |
| 61 | + skip_cloning: true |
| 62 | + labels: |
| 63 | + ci-operator.openshift.io/prowgen-controlled: "true" |
| 64 | + pj-rehearse.openshift.io/can-be-rehearsed: "true" |
| 65 | + name: pull-ci-open-cluster-management-backplane-must-gather-backplane-1.0-test-unit |
| 66 | + rerun_command: /test test-unit |
| 67 | + spec: |
| 68 | + containers: |
| 69 | + - args: |
| 70 | + - --gcs-upload-secret=/secrets/gcs/service-account.json |
| 71 | + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson |
| 72 | + - --report-credentials-file=/etc/report/credentials |
| 73 | + - --target=test-unit |
| 74 | + command: |
| 75 | + - ci-operator |
| 76 | + image: ci-operator:latest |
| 77 | + imagePullPolicy: Always |
| 78 | + name: "" |
| 79 | + resources: |
| 80 | + requests: |
| 81 | + cpu: 10m |
| 82 | + volumeMounts: |
| 83 | + - mountPath: /secrets/gcs |
| 84 | + name: gcs-credentials |
| 85 | + readOnly: true |
| 86 | + - mountPath: /etc/pull-secret |
| 87 | + name: pull-secret |
| 88 | + readOnly: true |
| 89 | + - mountPath: /etc/report |
| 90 | + name: result-aggregator |
| 91 | + readOnly: true |
| 92 | + serviceAccountName: ci-operator |
| 93 | + volumes: |
| 94 | + - name: pull-secret |
| 95 | + secret: |
| 96 | + secretName: registry-pull-credentials |
| 97 | + - name: result-aggregator |
| 98 | + secret: |
| 99 | + secretName: result-aggregator |
| 100 | + trigger: (?m)^/test( | .* )test-unit,?($|\s.*) |
0 commit comments