mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ci] Add kibana-pointer-compression pipeline (#188435)
Pipeline steps will be added in a followup PR, this only creates the pipeline.
This commit is contained in:
parent
74db933cf5
commit
01a62b0052
2 changed files with 37 additions and 0 deletions
|
@ -0,0 +1,34 @@
|
|||
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Resource
|
||||
metadata:
|
||||
name: bk-kibana-pointer-compression
|
||||
description: Run all Kibana tests using Node.js with pointer compression enabled
|
||||
links:
|
||||
- title: Pipeline link
|
||||
url: https://buildkite.com/elastic/kibana-pointer-compression
|
||||
spec:
|
||||
type: buildkite-pipeline
|
||||
owner: group:kibana-operations
|
||||
system: buildkite
|
||||
implementation:
|
||||
apiVersion: buildkite.elastic.dev/v1
|
||||
kind: Pipeline
|
||||
metadata:
|
||||
name: kibana / pointer compression
|
||||
description: Run all Kibana tests using Node.js with pointer compression enabled
|
||||
spec:
|
||||
env:
|
||||
SLACK_NOTIFICATIONS_CHANNEL: "#kibana-operations-alerts"
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
|
||||
repository: elastic/kibana
|
||||
branch_configuration: main
|
||||
default_branch: main
|
||||
pipeline_file: ".buildkite/pipelines/pointer_compression.yml"
|
||||
provider_settings:
|
||||
trigger_mode: none
|
||||
teams:
|
||||
kibana-operations:
|
||||
access_level: MANAGE_BUILD_AND_READ
|
||||
everyone:
|
||||
access_level: READ_ONLY
|
3
.buildkite/pipelines/pointer_compression.yml
Normal file
3
.buildkite/pipelines/pointer_compression.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
steps:
|
||||
- label: "Placeholder"
|
||||
command: echo 'placeholder while pipeline is implemented'
|
Loading…
Add table
Add a link
Reference in a new issue