Skip to content

Commit 47ff7e6

Browse files
committed
fix(bk): serverless-beats-tests start failing after merging elastic#10734
1 parent 49af983 commit 47ff7e6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2-
3-
env:
4-
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp"
5-
62
steps:
73
- label: "Serverless Beats Tests"
84
key: "serverless-beats-integration-tests"
@@ -14,3 +10,10 @@ steps:
1410
agents:
1511
provider: "gcp"
1612
machineType: "n2-standard-8"
13+
plugins:
14+
# See https://github.com/elastic/oblt-infra/blob/main/conf/resources/repos/elastic-agent/01-gcp-oidc.tf
15+
# This plugin authenticates to Google Cloud using the OIDC token.
16+
elastic/oblt-google-auth#v1.3.0:
17+
lifetime: 10800 # seconds
18+
project-id: "elastic-observability-ci"
19+
project-number: "911195782929"

0 commit comments

Comments
 (0)