Skip to content

Commit dddf9b6

Browse files
Merge branch 'master' into feat/olm-host_isolation_api_changes-1704
2 parents ad0339d + ef8cd68 commit dddf9b6

File tree

675 files changed

+19518
-7335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

675 files changed

+19518
-7335
lines changed

.buildkite/scripts/lifecycle/pre_command.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ set -euo pipefail
44

55
source .buildkite/scripts/common/util.sh
66

7-
node .buildkite/scripts/lifecycle/print_agent_links.js || true
8-
9-
echo '--- Job Environment Setup'
7+
BUILDKITE_TOKEN="$(retry 5 5 vault read -field=buildkite_token_all_jobs secret/kibana-issues/dev/buildkite-ci)"
8+
export BUILDKITE_TOKEN
109

10+
echo '--- Install buildkite dependencies'
1111
cd '.buildkite'
1212
retry 5 15 yarn install
1313
cd -
1414

15-
BUILDKITE_TOKEN="$(retry 5 5 vault read -field=buildkite_token_all_jobs secret/kibana-issues/dev/buildkite-ci)"
16-
export BUILDKITE_TOKEN
15+
node .buildkite/scripts/lifecycle/print_agent_links.js || true
16+
17+
echo '--- Job Environment Setup'
1718

1819
# Set up a custom ES Snapshot Manifest if one has been specified for this build
1920
{

api_docs/apm.json

Lines changed: 145 additions & 145 deletions
Large diffs are not rendered by default.

api_docs/apm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
1010
---
1111
import apmObj from './apm.json';
1212

13-
13+
The user interface for Elastic APM
1414

1515
Contact [APM UI](https://github.com/orgs/elastic/teams/apm-ui) for questions regarding this plugin.
1616

0 commit comments

Comments
 (0)