Skip to content

Commit

Permalink
Merge branch 'alerting/cancel-alerting-tasks' into alerting/skip-writ…
Browse files Browse the repository at this point in the history
…ing-aad-on-timeout-2
  • Loading branch information
ymao1 committed Oct 12, 2021
2 parents 7fac6a2 + cff64f1 commit 90ab82e
Show file tree
Hide file tree
Showing 570 changed files with 17,108 additions and 6,000 deletions.
11 changes: 6 additions & 5 deletions .buildkite/scripts/lifecycle/pre_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ set -euo pipefail

source .buildkite/scripts/common/util.sh

node .buildkite/scripts/lifecycle/print_agent_links.js || true

echo '--- Job Environment Setup'
BUILDKITE_TOKEN="$(retry 5 5 vault read -field=buildkite_token_all_jobs secret/kibana-issues/dev/buildkite-ci)"
export BUILDKITE_TOKEN

echo '--- Install buildkite dependencies'
cd '.buildkite'
retry 5 15 yarn install
cd -

BUILDKITE_TOKEN="$(retry 5 5 vault read -field=buildkite_token_all_jobs secret/kibana-issues/dev/buildkite-ci)"
export BUILDKITE_TOKEN
node .buildkite/scripts/lifecycle/print_agent_links.js || true

echo '--- Job Environment Setup'

# Set up a custom ES Snapshot Manifest if one has been specified for this build
{
Expand Down
290 changes: 145 additions & 145 deletions api_docs/apm.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api_docs/apm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
---
import apmObj from './apm.json';


The user interface for Elastic APM

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

Expand Down
Loading

0 comments on commit 90ab82e

Please sign in to comment.