@@ -103,6 +103,73 @@ steps:
103
103
image : family/elasticsearch-ubuntu-2004
104
104
diskSizeGb : 350
105
105
machineType : custom-32-98304
106
+ - group : third-party tests
107
+ steps :
108
+ - label : third-party / azure-sas
109
+ command : |
110
+ export azure_storage_container=elasticsearch-ci-thirdparty-sas
111
+ export azure_storage_base_path=$BUILDKITE_BRANCH
112
+
113
+ .ci/scripts/run-gradle.sh azureThirdPartyTest
114
+ env :
115
+ USE_3RD_PARTY_AZURE_SAS_CREDENTIALS : " true"
116
+ timeout_in_minutes : 30
117
+ agents :
118
+ provider : gcp
119
+ image : family/elasticsearch-ubuntu-2004
120
+ machineType : n2-standard-8
121
+ buildDirectory : /dev/shm/bk
122
+ - label : third-party / azure
123
+ command : |
124
+ export azure_storage_container=elasticsearch-ci-thirdparty
125
+ export azure_storage_base_path=$BUILDKITE_BRANCH
126
+
127
+ .ci/scripts/run-gradle.sh azureThirdPartyTest
128
+ env :
129
+ USE_3RD_PARTY_AZURE_CREDENTIALS : " true"
130
+ timeout_in_minutes : 30
131
+ agents :
132
+ provider : gcp
133
+ image : family/elasticsearch-ubuntu-2004
134
+ machineType : n2-standard-8
135
+ buildDirectory : /dev/shm/bk
136
+ - label : third-party / gcs
137
+ command : |
138
+ export google_storage_bucket=elasticsearch-ci-thirdparty
139
+ export google_storage_base_path=$BUILDKITE_BRANCH
140
+
141
+ .ci/scripts/run-gradle.sh gcsThirdPartyTest
142
+ env :
143
+ USE_3RD_PARTY_GCS_CREDENTIALS : " true"
144
+ timeout_in_minutes : 30
145
+ agents :
146
+ provider : gcp
147
+ image : family/elasticsearch-ubuntu-2004
148
+ machineType : n2-standard-8
149
+ buildDirectory : /dev/shm/bk
150
+ - label : third-party / geoip
151
+ command : |
152
+ .ci/scripts/run-gradle.sh :modules:ingest-geoip:internalClusterTest -Dtests.jvm.argline="-Dgeoip_use_service=true"
153
+ timeout_in_minutes : 30
154
+ agents :
155
+ provider : gcp
156
+ image : family/elasticsearch-ubuntu-2004
157
+ machineType : n2-standard-8
158
+ buildDirectory : /dev/shm/bk
159
+ - label : third-party / s3
160
+ command : |
161
+ export amazon_s3_bucket=elasticsearch-ci.us-west-2
162
+ export amazon_s3_base_path=$BUILDKITE_BRANCH
163
+
164
+ .ci/scripts/run-gradle.sh s3ThirdPartyTest
165
+ env :
166
+ USE_3RD_PARTY_S3_CREDENTIALS : " true"
167
+ timeout_in_minutes : 30
168
+ agents :
169
+ provider : gcp
170
+ image : family/elasticsearch-ubuntu-2004
171
+ machineType : n2-standard-8
172
+ buildDirectory : /dev/shm/bk
106
173
- label : Upload Snyk Dependency Graph
107
174
command : .ci/scripts/run-gradle.sh uploadSnykDependencyGraph -PsnykTargetReference=$BUILDKITE_BRANCH
108
175
env :
0 commit comments