|
| 1 | +--- |
| 2 | +schema-version: '1.1' |
| 3 | +build: |
| 4 | + name: OpenSearch |
| 5 | + version: 2.19.2 |
| 6 | +ci: |
| 7 | + image: |
| 8 | + name: opensearchstaging/ci-runner:ci-runner-al2-opensearch-build-v1 |
| 9 | + args: -e JAVA_HOME=/opt/java/openjdk-21 |
| 10 | +components: |
| 11 | + - name: OpenSearch |
| 12 | + repository: https://github.com/opensearch-project/OpenSearch.git |
| 13 | + ref: '2.19' |
| 14 | + - name: common-utils |
| 15 | + repository: https://github.com/opensearch-project/common-utils.git |
| 16 | + ref: '2.19' |
| 17 | + platforms: |
| 18 | + - linux |
| 19 | + - windows |
| 20 | + - name: opensearch-learning-to-rank-base |
| 21 | + repository: https://github.com/opensearch-project/opensearch-learning-to-rank-base.git |
| 22 | + ref: '2.19' |
| 23 | + platforms: |
| 24 | + - linux |
| 25 | + - windows |
| 26 | + - name: opensearch-remote-metadata-sdk |
| 27 | + repository: https://github.com/opensearch-project/opensearch-remote-metadata-sdk.git |
| 28 | + ref: '2.19' |
| 29 | + platforms: |
| 30 | + - linux |
| 31 | + - windows |
| 32 | + - name: job-scheduler |
| 33 | + repository: https://github.com/opensearch-project/job-scheduler.git |
| 34 | + ref: '2.19' |
| 35 | + platforms: |
| 36 | + - linux |
| 37 | + - windows |
| 38 | + - name: security |
| 39 | + repository: https://github.com/opensearch-project/security.git |
| 40 | + ref: '2.19' |
| 41 | + platforms: |
| 42 | + - linux |
| 43 | + - windows |
| 44 | + - name: k-NN |
| 45 | + repository: https://github.com/opensearch-project/k-NN.git |
| 46 | + ref: '2.19' |
| 47 | + platforms: |
| 48 | + - linux |
| 49 | + - windows |
| 50 | + - name: geospatial |
| 51 | + repository: https://github.com/opensearch-project/geospatial.git |
| 52 | + ref: '2.19' |
| 53 | + platforms: |
| 54 | + - linux |
| 55 | + - windows |
| 56 | + depends_on: |
| 57 | + - job-scheduler |
| 58 | + - name: cross-cluster-replication |
| 59 | + repository: https://github.com/opensearch-project/cross-cluster-replication.git |
| 60 | + ref: '2.19' |
| 61 | + platforms: |
| 62 | + - linux |
| 63 | + - windows |
| 64 | + depends_on: |
| 65 | + - common-utils |
| 66 | + - name: ml-commons |
| 67 | + repository: https://github.com/opensearch-project/ml-commons.git |
| 68 | + ref: '2.19' |
| 69 | + platforms: |
| 70 | + - linux |
| 71 | + - windows |
| 72 | + depends_on: |
| 73 | + - common-utils |
| 74 | + - job-scheduler |
| 75 | + - opensearch-remote-metadata-sdk |
| 76 | + - name: neural-search |
| 77 | + repository: https://github.com/opensearch-project/neural-search.git |
| 78 | + ref: '2.19' |
| 79 | + platforms: |
| 80 | + - linux |
| 81 | + - windows |
| 82 | + depends_on: |
| 83 | + - ml-commons |
| 84 | + - k-NN |
| 85 | + - name: notifications-core |
| 86 | + repository: https://github.com/opensearch-project/notifications.git |
| 87 | + ref: '2.19' |
| 88 | + working_directory: notifications |
| 89 | + platforms: |
| 90 | + - linux |
| 91 | + - windows |
| 92 | + depends_on: |
| 93 | + - common-utils |
| 94 | + - name: notifications |
| 95 | + repository: https://github.com/opensearch-project/notifications.git |
| 96 | + ref: '2.19' |
| 97 | + working_directory: notifications |
| 98 | + platforms: |
| 99 | + - linux |
| 100 | + - windows |
| 101 | + depends_on: |
| 102 | + - common-utils |
| 103 | + - name: opensearch-observability |
| 104 | + repository: https://github.com/opensearch-project/observability.git |
| 105 | + ref: '2.19' |
| 106 | + platforms: |
| 107 | + - linux |
| 108 | + - windows |
| 109 | + depends_on: |
| 110 | + - common-utils |
| 111 | + - name: opensearch-reports |
| 112 | + repository: https://github.com/opensearch-project/reporting.git |
| 113 | + ref: '2.19' |
| 114 | + platforms: |
| 115 | + - linux |
| 116 | + - windows |
| 117 | + depends_on: |
| 118 | + - common-utils |
| 119 | + - job-scheduler |
| 120 | + - name: sql |
| 121 | + repository: https://github.com/opensearch-project/sql.git |
| 122 | + ref: '2.19' |
| 123 | + platforms: |
| 124 | + - linux |
| 125 | + - windows |
| 126 | + depends_on: |
| 127 | + - ml-commons |
| 128 | + - name: asynchronous-search |
| 129 | + repository: https://github.com/opensearch-project/asynchronous-search.git |
| 130 | + ref: '2.19' |
| 131 | + platforms: |
| 132 | + - linux |
| 133 | + - windows |
| 134 | + depends_on: |
| 135 | + - common-utils |
| 136 | + - name: anomaly-detection |
| 137 | + repository: https://github.com/opensearch-project/anomaly-detection.git |
| 138 | + ref: '2.19' |
| 139 | + platforms: |
| 140 | + - linux |
| 141 | + - windows |
| 142 | + depends_on: |
| 143 | + - common-utils |
| 144 | + - job-scheduler |
| 145 | + - name: alerting |
| 146 | + repository: https://github.com/opensearch-project/alerting.git |
| 147 | + ref: '2.19' |
| 148 | + platforms: |
| 149 | + - linux |
| 150 | + - windows |
| 151 | + depends_on: |
| 152 | + - common-utils |
| 153 | + - name: security-analytics |
| 154 | + repository: https://github.com/opensearch-project/security-analytics.git |
| 155 | + ref: '2.19' |
| 156 | + platforms: |
| 157 | + - linux |
| 158 | + - windows |
| 159 | + depends_on: |
| 160 | + - common-utils |
| 161 | + - alerting |
| 162 | + - job-scheduler |
| 163 | + - name: index-management |
| 164 | + repository: https://github.com/opensearch-project/index-management.git |
| 165 | + ref: '2.19' |
| 166 | + platforms: |
| 167 | + - linux |
| 168 | + - windows |
| 169 | + depends_on: |
| 170 | + - common-utils |
| 171 | + - job-scheduler |
| 172 | + - name: performance-analyzer |
| 173 | + repository: https://github.com/opensearch-project/performance-analyzer.git |
| 174 | + ref: '2.19' |
| 175 | + platforms: |
| 176 | + - linux |
| 177 | + - name: custom-codecs |
| 178 | + repository: https://github.com/opensearch-project/custom-codecs.git |
| 179 | + ref: '2.19' |
| 180 | + platforms: |
| 181 | + - linux |
| 182 | + - windows |
| 183 | + - name: flow-framework |
| 184 | + repository: https://github.com/opensearch-project/flow-framework.git |
| 185 | + ref: '2.19' |
| 186 | + platforms: |
| 187 | + - linux |
| 188 | + - windows |
| 189 | + depends_on: |
| 190 | + - common-utils |
| 191 | + - opensearch-remote-metadata-sdk |
| 192 | + - name: skills |
| 193 | + repository: https://github.com/opensearch-project/skills.git |
| 194 | + ref: '2.19' |
| 195 | + platforms: |
| 196 | + - linux |
| 197 | + - windows |
| 198 | + depends_on: |
| 199 | + - job-scheduler |
| 200 | + - anomaly-detection |
| 201 | + - sql |
| 202 | + - ml-commons |
| 203 | + - name: query-insights |
| 204 | + repository: https://github.com/opensearch-project/query-insights.git |
| 205 | + ref: '2.19' |
| 206 | + platforms: |
| 207 | + - linux |
| 208 | + - windows |
| 209 | + - name: opensearch-system-templates |
| 210 | + repository: https://github.com/opensearch-project/opensearch-system-templates.git |
| 211 | + ref: '2.19' |
| 212 | + platforms: |
| 213 | + - linux |
| 214 | + - windows |
0 commit comments