mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ci] support skip:auto-commit label on CI (#132138)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
05ead154fd
commit
e474e9460d
4 changed files with 34 additions and 9 deletions
|
@ -41,7 +41,7 @@ export ELASTIC_APM_SERVER_URL=https://kibana-ci-apm.apm.us-central1.gcp.cloud.es
|
|||
export ELASTIC_APM_SECRET_TOKEN=7YKhoXsO4MzjhXjx2c
|
||||
|
||||
if is_pr; then
|
||||
if [[ "${GITHUB_PR_LABELS:-}" == *"ci:collect-apm"* ]]; then
|
||||
if is_pr_with_label "ci:collect-apm"; then
|
||||
export ELASTIC_APM_ACTIVE=true
|
||||
export ELASTIC_APM_CONTEXT_PROPAGATION_ONLY=false
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue