|
| 1 | +presubmits: |
| 2 | + openshift/kubecsr: |
| 3 | + - agent: kubernetes |
| 4 | + always_run: true |
| 5 | + branches: |
| 6 | + - openshift-4.0 |
| 7 | + context: ci/prow/e2e-aws |
| 8 | + decorate: true |
| 9 | + decoration_config: |
| 10 | + skip_cloning: true |
| 11 | + name: pull-ci-openshift-kubecsr-openshift-4.0-e2e-aws |
| 12 | + rerun_command: /test e2e-aws |
| 13 | + spec: |
| 14 | + containers: |
| 15 | + - args: |
| 16 | + - --artifact-dir=$(ARTIFACTS) |
| 17 | + - --give-pr-author-access-to-namespace=true |
| 18 | + - --secret-dir=/usr/local/e2e-aws-cluster-profile |
| 19 | + - --target=e2e-aws |
| 20 | + - --template=/usr/local/e2e-aws |
| 21 | + command: |
| 22 | + - ci-operator |
| 23 | + env: |
| 24 | + - name: CLUSTER_TYPE |
| 25 | + value: aws |
| 26 | + - name: CONFIG_SPEC |
| 27 | + valueFrom: |
| 28 | + configMapKeyRef: |
| 29 | + key: openshift-kubecsr-openshift-4.0.yaml |
| 30 | + name: ci-operator-4.0-configs |
| 31 | + - name: JOB_NAME_SAFE |
| 32 | + value: e2e-aws |
| 33 | + - name: TEST_COMMAND |
| 34 | + value: TEST_SUITE=openshift/conformance/parallel run-tests |
| 35 | + image: ci-operator:latest |
| 36 | + imagePullPolicy: Always |
| 37 | + name: "" |
| 38 | + resources: |
| 39 | + requests: |
| 40 | + cpu: 10m |
| 41 | + volumeMounts: |
| 42 | + - mountPath: /usr/local/e2e-aws-cluster-profile |
| 43 | + name: cluster-profile |
| 44 | + - mountPath: /usr/local/e2e-aws |
| 45 | + name: job-definition |
| 46 | + subPath: cluster-launch-installer-e2e.yaml |
| 47 | + serviceAccountName: ci-operator |
| 48 | + volumes: |
| 49 | + - name: cluster-profile |
| 50 | + projected: |
| 51 | + sources: |
| 52 | + - secret: |
| 53 | + name: cluster-secrets-aws |
| 54 | + - configMap: |
| 55 | + name: prow-job-cluster-launch-installer-e2e |
| 56 | + name: job-definition |
| 57 | + trigger: '(?m)^/test (?:.*? )?e2e-aws(?: .*?)?$' |
| 58 | + - agent: kubernetes |
| 59 | + always_run: true |
| 60 | + branches: |
| 61 | + - openshift-4.0 |
| 62 | + context: ci/prow/images |
| 63 | + decorate: true |
| 64 | + decoration_config: |
| 65 | + skip_cloning: true |
| 66 | + name: pull-ci-openshift-kubecsr-openshift-4.0-images |
| 67 | + rerun_command: /test images |
| 68 | + spec: |
| 69 | + containers: |
| 70 | + - args: |
| 71 | + - --artifact-dir=$(ARTIFACTS) |
| 72 | + - --give-pr-author-access-to-namespace=true |
| 73 | + - --target=[images] |
| 74 | + - --target=[release:latest] |
| 75 | + command: |
| 76 | + - ci-operator |
| 77 | + env: |
| 78 | + - name: CONFIG_SPEC |
| 79 | + valueFrom: |
| 80 | + configMapKeyRef: |
| 81 | + key: openshift-kubecsr-openshift-4.0.yaml |
| 82 | + name: ci-operator-4.0-configs |
| 83 | + image: ci-operator:latest |
| 84 | + imagePullPolicy: Always |
| 85 | + name: "" |
| 86 | + resources: |
| 87 | + requests: |
| 88 | + cpu: 10m |
| 89 | + serviceAccountName: ci-operator |
| 90 | + trigger: '(?m)^/test (?:.*? )?images(?: .*?)?$' |
| 91 | + - agent: kubernetes |
| 92 | + always_run: true |
| 93 | + branches: |
| 94 | + - openshift-4.0 |
| 95 | + context: ci/prow/unit |
| 96 | + decorate: true |
| 97 | + decoration_config: |
| 98 | + skip_cloning: true |
| 99 | + name: pull-ci-openshift-kubecsr-openshift-4.0-unit |
| 100 | + rerun_command: /test unit |
| 101 | + spec: |
| 102 | + containers: |
| 103 | + - args: |
| 104 | + - --artifact-dir=$(ARTIFACTS) |
| 105 | + - --give-pr-author-access-to-namespace=true |
| 106 | + - --target=unit |
| 107 | + command: |
| 108 | + - ci-operator |
| 109 | + env: |
| 110 | + - name: CONFIG_SPEC |
| 111 | + valueFrom: |
| 112 | + configMapKeyRef: |
| 113 | + key: openshift-kubecsr-openshift-4.0.yaml |
| 114 | + name: ci-operator-4.0-configs |
| 115 | + image: ci-operator:latest |
| 116 | + imagePullPolicy: Always |
| 117 | + name: "" |
| 118 | + resources: |
| 119 | + requests: |
| 120 | + cpu: 10m |
| 121 | + serviceAccountName: ci-operator |
| 122 | + trigger: '(?m)^/test (?:.*? )?unit(?: .*?)?$' |
0 commit comments