We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49af983 commit 47ff7e6Copy full SHA for 47ff7e6
.buildkite/serverless.beats.tests.yml
@@ -1,8 +1,4 @@
1
# 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
6
steps:
7
- label: "Serverless Beats Tests"
8
key: "serverless-beats-integration-tests"
@@ -14,3 +10,10 @@ steps:
14
10
agents:
15
11
provider: "gcp"
16
12
machineType: "n2-standard-8"
13
+ plugins:
+ # See https://github.com/elastic/oblt-infra/blob/main/conf/resources/repos/elastic-agent/01-gcp-oidc.tf
+ # This plugin authenticates to Google Cloud using the OIDC token.
+ elastic/oblt-google-auth#v1.3.0:
17
+ lifetime: 10800 # seconds
18
+ project-id: "elastic-observability-ci"
19
+ project-number: "911195782929"
0 commit comments