File tree 2 files changed +17
-22
lines changed
2 files changed +17
-22
lines changed Original file line number Diff line number Diff line change @@ -169,25 +169,3 @@ steps:
169
169
depends_on :
170
170
- int-packaging
171
171
command : " buildkite-agent pipeline upload .buildkite/bk.integration.pipeline.yml"
172
-
173
- - label : " Serverless Beats Tests"
174
- depends_on :
175
- - int-packaging
176
- key : " serverless-beats-integration-tests"
177
- concurrency_group : elastic-agent-extended-testing/beats-integration
178
- concurrency : 8
179
- retry :
180
- automatic :
181
- limit : 1
182
- env :
183
- TEST_INTEG_AUTH_GCP_DATACENTER : " us-central1-a"
184
- command : |
185
- buildkite-agent artifact download "build/distributions/**" . $BUILDKITE_BUILD_ID
186
- .buildkite/scripts/steps/beats_tests.sh
187
- agents :
188
- provider : " gcp"
189
- machineType : " n2-standard-8"
190
- notify :
191
- - github_commit_status :
192
- context : " buildkite/elastic-agent-extended-testing - Serverless Beats Tests"
193
-
Original file line number Diff line number Diff line change
1
+ # yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2
+
3
+ env :
4
+ DOCKER_REGISTRY : " docker.elastic.co"
5
+ VAULT_PATH : " kv/ci-shared/observability-ingest/cloud/gcp"
6
+
7
+ steps :
8
+ - label : " Serverless Beats Tests"
9
+ key : " serverless-beats-integration-tests"
10
+ retry :
11
+ automatic :
12
+ limit : 1
13
+ command : |
14
+ .buildkite/scripts/steps/beats_tests.sh
15
+ agents :
16
+ provider : " gcp"
17
+ machineType : " n2-standard-8"
You can’t perform that action at this time.
0 commit comments