1717# Anchors with repeatedly used plugin configurations
1818# See https://buildkite.com/docs/pipelines/integrations/plugins/using#using-yaml-anchors-with-plugins
1919common :
20- - vault_ec_key : &vault_ec_key
20+ - vault_ec_key_prod : &vault_ec_key_prod
2121 elastic/vault-secrets#v0.1.0:
2222 path : " kv/ci-shared/platform-ingest/platform-ingest-ec-prod"
2323 field : " apiKey"
3939 image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.5"
4040 useCustomGlobalHooks : true
4141 plugins :
42- - *vault_ec_key
42+ - *vault_ec_key_prod
4343
4444 - group : " Extended runtime leak tests"
4545 key : extended-integration-tests
6565 automatic :
6666 limit : 1
6767 plugins :
68- - *vault_ec_key
68+ - *vault_ec_key_prod
6969
7070 - label : " Windows:2025:amd64:sudo"
7171 depends_on :
8686 machineType : " n2-standard-8"
8787 image : " ${IMAGE_WIN_2025}"
8888 plugins :
89- - *vault_ec_key
89+ - *vault_ec_key_prod
9090
9191 - label : " Ubuntu:2404:amd64:sudo"
9292 depends_on : packaging-ubuntu-x86-64
@@ -106,7 +106,7 @@ steps:
106106 machineType : " n2-standard-8"
107107 image : " ${IMAGE_UBUNTU_2404_X86_64}"
108108 plugins :
109- - *vault_ec_key
109+ - *vault_ec_key_prod
110110
111111 - group : " Stateful: Windows"
112112 key : integration-tests-win
@@ -130,7 +130,7 @@ steps:
130130 automatic :
131131 limit : 1
132132 plugins :
133- - *vault_ec_key
133+ - *vault_ec_key_prod
134134 matrix :
135135 - default
136136 - fleet
@@ -158,7 +158,7 @@ steps:
158158 automatic :
159159 limit : 1
160160 plugins :
161- - *vault_ec_key
161+ - *vault_ec_key_prod
162162 matrix :
163163 - default
164164
@@ -179,7 +179,7 @@ steps:
179179 automatic :
180180 limit : 1
181181 plugins :
182- - *vault_ec_key
182+ - *vault_ec_key_prod
183183 matrix :
184184 - default
185185 - fleet
@@ -207,7 +207,7 @@ steps:
207207 machineType : " n2-standard-8"
208208 image : " ${IMAGE_WIN_2025}"
209209 plugins :
210- - *vault_ec_key
210+ - *vault_ec_key_prod
211211 matrix :
212212 - default
213213
@@ -232,7 +232,7 @@ steps:
232232 machineType : " n2-standard-8"
233233 image : " ${IMAGE_UBUNTU_2404_X86_64}"
234234 plugins :
235- - *vault_ec_key
235+ - *vault_ec_key_prod
236236 matrix :
237237 - default
238238
@@ -254,7 +254,7 @@ steps:
254254 machineType : " n2-standard-8"
255255 image : " ${IMAGE_UBUNTU_2404_X86_64}"
256256 plugins :
257- - *vault_ec_key
257+ - *vault_ec_key_prod
258258 matrix :
259259 - default
260260 - upgrade
@@ -288,7 +288,7 @@ steps:
288288 automatic :
289289 limit : 1
290290 plugins :
291- - *vault_ec_key
291+ - *vault_ec_key_prod
292292 matrix :
293293 - default
294294 - upgrade
@@ -324,7 +324,7 @@ steps:
324324 image : " ${IMAGE_UBUNTU_2404_ARM_64}"
325325 instanceType : " m6g.xlarge"
326326 plugins :
327- - *vault_ec_key
327+ - *vault_ec_key_prod
328328 matrix :
329329 - default
330330
@@ -349,7 +349,7 @@ steps:
349349 machineType : " n2-standard-8"
350350 image : " ${IMAGE_DEBIAN_12}"
351351 plugins :
352- - *vault_ec_key
352+ - *vault_ec_key_prod
353353 matrix :
354354 - default
355355
@@ -371,7 +371,7 @@ steps:
371371 machineType : " n2-standard-8"
372372 image : " ${IMAGE_DEBIAN_12}"
373373 plugins :
374- - *vault_ec_key
374+ - *vault_ec_key_prod
375375 matrix :
376376 - default
377377 - upgrade
@@ -407,7 +407,7 @@ steps:
407407 automatic :
408408 limit : 1
409409 plugins :
410- - *vault_ec_key
410+ - *vault_ec_key_prod
411411 agents :
412412 provider : " gcp"
413413 machineType : " n2-standard-8"
@@ -441,7 +441,7 @@ steps:
441441 image : " ${IMAGE_UBUNTU_2404_X86_64}"
442442 diskSizeGb : 80
443443 plugins :
444- - *vault_ec_key
444+ - *vault_ec_key_prod
445445 matrix :
446446 setup :
447447 variants :
@@ -476,7 +476,7 @@ steps:
476476 image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.5"
477477 useCustomGlobalHooks : true
478478 plugins :
479- - *vault_ec_key
479+ - *vault_ec_key_prod
480480 - label : Aggregate test reports
481481 # Warning: The key has a hook in pre-command
482482 key : aggregate-reports
0 commit comments