Skip to content

Commit

Permalink
Added a new pipeline for eui-usage-analytics (#7914)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonStoltz authored Jul 25, 2024
1 parent 28a82ac commit 8193699
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipelines/pipeline_eui_usage_analytics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
steps: []
32 changes: 32 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,3 +342,35 @@ spec:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

---
##
# buildkite-pipeline-eui-usage-analytics
# EUI Usage analytics - Gather EUI usage anayltics from Kibana
##

# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
spec:
type: buildkite-pipeline
owner: group:eui-team
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: eui-usage-analytics
description: Gather EUI usage anayltics from Kibana
tags: ["eui", "kibana"]

spec:
repository: elastic/eui
pipeline_file: ".buildkite/pipelines/pipeline_eui_usage_analytics.yml"
provider_settings:
build_branches: false
build_tags: false
build_pull_requests: false
teams:
eui-team:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

0 comments on commit 8193699

Please sign in to comment.