|
| 1 | +build_root: |
| 2 | + image_stream_tag: |
| 3 | + name: builder |
| 4 | + namespace: konveyor |
| 5 | + tag: ubi9-v1.23 |
| 6 | +images: |
| 7 | +- dockerfile_path: Dockerfile |
| 8 | + to: oadp-operator-1.5 |
| 9 | +- dockerfile_path: build/ci-Dockerfile |
| 10 | + to: test-oadp-operator-1.5 |
| 11 | +operator: |
| 12 | + bundles: |
| 13 | + - dockerfile_path: build/Dockerfile.bundle |
| 14 | + substitutions: |
| 15 | + - pullspec: quay.io/konveyor/oadp-operator:oadp-1.5 |
| 16 | + with: oadp-operator-1.5 |
| 17 | +releases: |
| 18 | + latest: |
| 19 | + candidate: |
| 20 | + product: ocp |
| 21 | + stream: nightly |
| 22 | + version: "4.19" |
| 23 | +resources: |
| 24 | + '*': |
| 25 | + limits: |
| 26 | + memory: 4Gi |
| 27 | + requests: |
| 28 | + cpu: 1000m |
| 29 | + memory: 512Mi |
| 30 | +tests: |
| 31 | +- always_run: false |
| 32 | + as: e2e-test-aws |
| 33 | + run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+ |
| 34 | + steps: |
| 35 | + cluster_profile: aws |
| 36 | + dependencies: |
| 37 | + OO_INDEX: ci-index |
| 38 | + env: |
| 39 | + OO_CHANNEL: stable |
| 40 | + OO_INSTALL_NAMESPACE: openshift-adp |
| 41 | + OO_PACKAGE: oadp-operator |
| 42 | + OO_TARGET_NAMESPACES: '!install' |
| 43 | + test: |
| 44 | + - as: e2e |
| 45 | + cli: latest |
| 46 | + commands: make test-e2e |
| 47 | + credentials: |
| 48 | + - mount_path: /var/run/oadp-credentials |
| 49 | + name: oadp-credentials |
| 50 | + namespace: test-credentials |
| 51 | + from: test-oadp-operator-1.5 |
| 52 | + resources: |
| 53 | + requests: |
| 54 | + cpu: 1000m |
| 55 | + memory: 512Mi |
| 56 | + workflow: optional-operators-ci-aws |
| 57 | +- as: e2e-test-aws-periodic |
| 58 | + cron: 0 4 * * * |
| 59 | + steps: |
| 60 | + cluster_profile: aws |
| 61 | + dependencies: |
| 62 | + OO_INDEX: ci-index |
| 63 | + env: |
| 64 | + OO_CHANNEL: stable |
| 65 | + OO_INSTALL_NAMESPACE: openshift-adp |
| 66 | + OO_PACKAGE: oadp-operator |
| 67 | + OO_TARGET_NAMESPACES: '!install' |
| 68 | + test: |
| 69 | + - as: e2e |
| 70 | + cli: latest |
| 71 | + commands: make test-e2e |
| 72 | + credentials: |
| 73 | + - mount_path: /var/run/oadp-credentials |
| 74 | + name: oadp-credentials |
| 75 | + namespace: test-credentials |
| 76 | + from: test-oadp-operator-1.5 |
| 77 | + resources: |
| 78 | + requests: |
| 79 | + cpu: 1000m |
| 80 | + memory: 512Mi |
| 81 | + workflow: optional-operators-ci-aws |
| 82 | +- always_run: false |
| 83 | + as: e2e-test-kubevirt-aws |
| 84 | + run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+ |
| 85 | + steps: |
| 86 | + cluster_profile: aws |
| 87 | + dependencies: |
| 88 | + OO_INDEX: ci-index |
| 89 | + env: |
| 90 | + OO_CHANNEL: stable |
| 91 | + OO_INSTALL_NAMESPACE: openshift-adp |
| 92 | + OO_PACKAGE: oadp-operator |
| 93 | + OO_TARGET_NAMESPACES: '!install' |
| 94 | + test: |
| 95 | + - as: e2e |
| 96 | + cli: latest |
| 97 | + commands: make TEST_VIRT=true test-e2e |
| 98 | + credentials: |
| 99 | + - mount_path: /var/run/oadp-credentials |
| 100 | + name: oadp-credentials |
| 101 | + namespace: test-credentials |
| 102 | + from: test-oadp-operator-1.5 |
| 103 | + resources: |
| 104 | + requests: |
| 105 | + cpu: 1000m |
| 106 | + memory: 512Mi |
| 107 | + workflow: optional-operators-ci-aws |
| 108 | +- as: e2e-test-kubevirt-aws-periodic |
| 109 | + cron: 0 4 * * * |
| 110 | + steps: |
| 111 | + cluster_profile: aws |
| 112 | + dependencies: |
| 113 | + OO_INDEX: ci-index |
| 114 | + env: |
| 115 | + OO_CHANNEL: stable |
| 116 | + OO_INSTALL_NAMESPACE: openshift-adp |
| 117 | + OO_PACKAGE: oadp-operator |
| 118 | + OO_TARGET_NAMESPACES: '!install' |
| 119 | + test: |
| 120 | + - as: e2e |
| 121 | + cli: latest |
| 122 | + commands: make TEST_VIRT=true test-e2e |
| 123 | + credentials: |
| 124 | + - mount_path: /var/run/oadp-credentials |
| 125 | + name: oadp-credentials |
| 126 | + namespace: test-credentials |
| 127 | + from: test-oadp-operator-1.5 |
| 128 | + resources: |
| 129 | + requests: |
| 130 | + cpu: 1000m |
| 131 | + memory: 512Mi |
| 132 | + workflow: optional-operators-ci-aws |
| 133 | +zz_generated_metadata: |
| 134 | + branch: oadp-1.5 |
| 135 | + org: openshift |
| 136 | + repo: oadp-operator |
| 137 | + variant: "4.19" |
0 commit comments