|
| 1 | +--- |
| 2 | +schema-version: '1.1' |
| 3 | +name: OpenSearch |
| 4 | +ci: |
| 5 | + image: |
| 6 | + linux: |
| 7 | + tar: |
| 8 | + name: opensearchstaging/ci-runner:ci-runner-al2-opensearch-build-v1 |
| 9 | + args: -e JAVA_HOME=/opt/java/openjdk-25 -u 1000 --cpus 4 -m 16g |
| 10 | + deb: |
| 11 | + name: opensearchstaging/ci-runner:ci-runner-ubuntu2404-systemd-base-integtest-v1 |
| 12 | + args: -e JAVA_HOME=/opt/java/openjdk-25 --entrypoint=/usr/lib/systemd/systemd |
| 13 | + -u root --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host |
| 14 | + --cpus 4 -m 16g |
| 15 | + rpm: |
| 16 | + name: opensearchstaging/ci-runner:ci-runner-almalinux8-systemd-base-integtest-v1 |
| 17 | + args: -e JAVA_HOME=/opt/java/openjdk-25 --entrypoint=/usr/lib/systemd/systemd |
| 18 | + -u root --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host |
| 19 | + --cpus 4 -m 16g |
| 20 | + windows: |
| 21 | + zip: |
| 22 | + name: opensearchstaging/ci-runner:ci-runner-windows2019-opensearch-build-v1 |
| 23 | + args: -u ContainerAdministrator |
| 24 | +components: |
| 25 | + - name: OpenSearch |
| 26 | + integ-test: |
| 27 | + test-configs: |
| 28 | + - with-security |
| 29 | + - without-security |
| 30 | + smoke-test: |
| 31 | + test-spec: opensearch.yml |
| 32 | + - name: alerting |
| 33 | + integ-test: |
| 34 | + test-configs: |
| 35 | + - with-security |
| 36 | + - without-security |
| 37 | + additional-cluster-configs: |
| 38 | + plugins.destination.host.deny_list: |
| 39 | + - 10.0.0.0/8 |
| 40 | + - 127.0.0.1 |
| 41 | + bwc-test: |
| 42 | + test-configs: |
| 43 | + - with-security |
| 44 | + - name: anomaly-detection |
| 45 | + integ-test: |
| 46 | + build-dependencies: |
| 47 | + - job-scheduler |
| 48 | + test-configs: |
| 49 | + - with-security |
| 50 | + - without-security |
| 51 | + bwc-test: |
| 52 | + test-configs: |
| 53 | + - with-security |
| 54 | + - name: flow-framework |
| 55 | + integ-test: |
| 56 | + test-configs: |
| 57 | + - with-security |
| 58 | + - without-security |
| 59 | + - name: asynchronous-search |
| 60 | + integ-test: |
| 61 | + test-configs: |
| 62 | + - with-security |
| 63 | + - without-security |
| 64 | + bwc-test: |
| 65 | + test-configs: |
| 66 | + - with-security |
| 67 | + - name: cross-cluster-replication |
| 68 | + integ-test: |
| 69 | + topology: |
| 70 | + - cluster_name: leader |
| 71 | + data_nodes: 2 |
| 72 | + - cluster_name: follower |
| 73 | + data_nodes: 2 |
| 74 | + test-configs: |
| 75 | + - with-security |
| 76 | + - without-security |
| 77 | + - name: geospatial |
| 78 | + integ-test: |
| 79 | + test-configs: |
| 80 | + - with-security |
| 81 | + - without-security |
| 82 | + smoke-test: |
| 83 | + test-spec: geospatial.yml |
| 84 | + - name: index-management |
| 85 | + integ-test: |
| 86 | + build-dependencies: |
| 87 | + - job-scheduler |
| 88 | + test-configs: |
| 89 | + - with-security |
| 90 | + - without-security |
| 91 | + additional-cluster-configs: |
| 92 | + path.repo: |
| 93 | + - /tmp |
| 94 | + bwc-test: |
| 95 | + test-configs: |
| 96 | + - with-security |
| 97 | + smoke-test: |
| 98 | + test-spec: index-management.yml |
| 99 | + - name: k-NN |
| 100 | + integ-test: |
| 101 | + test-configs: |
| 102 | + - with-security |
| 103 | + - without-security |
| 104 | + additional-cluster-configs: |
| 105 | + node.attr.knn_cb_tier: integ |
| 106 | + path.repo: |
| 107 | + - /tmp |
| 108 | + - logs |
| 109 | + smoke-test: |
| 110 | + test-spec: k-NN.yml |
| 111 | + - name: ml-commons |
| 112 | + integ-test: |
| 113 | + test-configs: |
| 114 | + - with-security |
| 115 | + - without-security |
| 116 | + smoke-test: |
| 117 | + test-spec: ml-commons.yml |
| 118 | + - name: opensearch-learning-to-rank-base |
| 119 | + integ-test: |
| 120 | + test-configs: |
| 121 | + - with-security |
| 122 | + - without-security |
| 123 | + smoke-test: |
| 124 | + test-spec: opensearch-learning-to-rank-base.yml |
| 125 | + - name: neural-search |
| 126 | + integ-test: |
| 127 | + test-configs: |
| 128 | + - with-security |
| 129 | + - without-security |
| 130 | + smoke-test: |
| 131 | + test-spec: neural-search.yml |
| 132 | + - name: notifications |
| 133 | + working-directory: notifications |
| 134 | + integ-test: |
| 135 | + test-configs: |
| 136 | + - with-security |
| 137 | + - without-security |
| 138 | + bwc-test: |
| 139 | + test-configs: |
| 140 | + - with-security |
| 141 | + - name: opensearch-observability |
| 142 | + integ-test: |
| 143 | + test-configs: |
| 144 | + - with-security |
| 145 | + - without-security |
| 146 | + bwc-test: |
| 147 | + test-configs: |
| 148 | + - with-security |
| 149 | + - name: opensearch-reports |
| 150 | + integ-test: |
| 151 | + test-configs: |
| 152 | + - with-security |
| 153 | + - without-security |
| 154 | + - name: security |
| 155 | + integ-test: |
| 156 | + test-configs: |
| 157 | + - with-security |
| 158 | + smoke-test: |
| 159 | + test-spec: security.yml |
| 160 | + - name: security-analytics |
| 161 | + integ-test: |
| 162 | + test-configs: |
| 163 | + - with-security |
| 164 | + - without-security |
| 165 | + - name: sql |
| 166 | + integ-test: |
| 167 | + test-configs: |
| 168 | + - with-security |
| 169 | + - without-security |
| 170 | + additional-cluster-configs: |
| 171 | + script.context.field.max_compilations_rate: 1000/1m |
| 172 | + plugins.query.datasources.encryption.masterkey: 4fc8fee6a3fd7d6ca01772e5 |
| 173 | + bwc-test: |
| 174 | + test-configs: |
| 175 | + - with-security |
| 176 | + smoke-test: |
| 177 | + test-spec: sql.yml |
| 178 | + - name: custom-codecs |
| 179 | + integ-test: |
| 180 | + test-configs: |
| 181 | + - with-security |
| 182 | + - without-security |
| 183 | + smoke-test: |
| 184 | + test-spec: custom-codecs.yml |
| 185 | + - name: skills |
| 186 | + integ-test: |
| 187 | + test-configs: |
| 188 | + - with-security |
| 189 | + - without-security |
| 190 | + - name: query-insights |
| 191 | + integ-test: |
| 192 | + topology: |
| 193 | + - cluster_name: cluster |
| 194 | + data_nodes: 2 |
| 195 | + test-configs: |
| 196 | + - with-security |
| 197 | + - without-security |
| 198 | + - name: opensearch-system-templates |
| 199 | + integ-test: |
| 200 | + test-configs: |
| 201 | + - with-security |
| 202 | + - without-security |
| 203 | + additional-cluster-configs: |
| 204 | + opensearch.experimental.feature.application_templates.enabled: true |
| 205 | + cluster.application_templates.enabled: true |
| 206 | + - name: user-behavior-insights |
| 207 | + integ-test: |
| 208 | + test-configs: |
| 209 | + - with-security |
| 210 | + - without-security |
| 211 | + smoke-test: |
| 212 | + test-spec: ubi.yml |
| 213 | + - name: search-relevance |
| 214 | + integ-test: |
| 215 | + test-configs: |
| 216 | + - with-security |
| 217 | + - without-security |
| 218 | + smoke-test: |
| 219 | + test-spec: search-relevance.yml |
0 commit comments