mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Revert "[ci] Update kibana-ci-apm endpoint (#177727)"
This reverts commit 813b515374
.
This commit is contained in:
parent
3a5136ac1e
commit
4a144637e7
2 changed files with 3 additions and 6 deletions
|
@ -72,6 +72,9 @@ export TEST_BROWSER_HEADLESS=1
|
|||
|
||||
export ELASTIC_APM_ENVIRONMENT=ci
|
||||
export ELASTIC_APM_TRANSACTION_SAMPLE_RATE=0.1
|
||||
export ELASTIC_APM_SERVER_URL=https://kibana-ci-apm.apm.us-central1.gcp.cloud.es.io
|
||||
# Not really a secret, if APM supported public auth we would use it and APM requires that we use this name
|
||||
export ELASTIC_APM_SECRET_TOKEN=7YKhoXsO4MzjhXjx2c
|
||||
|
||||
if is_pr; then
|
||||
if is_pr_with_label "ci:collect-apm"; then
|
||||
|
|
|
@ -122,12 +122,6 @@ EOF
|
|||
|
||||
SONAR_LOGIN=$(vault_get sonarqube token)
|
||||
export SONAR_LOGIN
|
||||
|
||||
ELASTIC_APM_SERVER_URL=$(vault_get project-kibana-ci-apm apm_server_url)
|
||||
export ELASTIC_APM_SERVER_URL
|
||||
|
||||
ELASTIC_APM_API_KEY=$(vault_get project-kibana-ci-apm apm_server_api_key)
|
||||
export ELASTIC_APM_API_KEY
|
||||
}
|
||||
|
||||
# Set up GCS Service Account for CDN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue