Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Initial aarch64 Buildkite resource #15459

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,55 @@ spec:
# SECTION END: Pull requests
# ***********************************

# *******************************
# SECTION START: aarch64 pipeline
# *******************************

---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: logstash-aarch64-pipeline
description: 'Logstash aarch64 pipeline'
links:
- title: 'Logstash aarch64 pipeline'
url: https://buildkite.com/elastic/logstash-aarch64-pipeline
spec:
type: buildkite-pipeline
owner: group:logstash
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: "Logstash aarch64 pipeline"
description: ':logstash: Exhaustive tests for the aarch64 architecture'
spec:
repository: elastic/logstash
pipeline_file: ".buildkite/aarch64_pipeline.yml"
provider_settings:
trigger_mode: none
cancel_intermediate_builds: true
skip_intermediate_builds: true
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'false' # disabled during development
SLACK_NOTIFICATIONS_CHANNEL: '#logstash-build'
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
logstash:
access_level: MANAGE_BUILD_AND_READ
ingest-eng-prod:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

# *****************************
# SECTION END: aarch64 pipeline
# *****************************

# ********************************************
# Declare supported plugin tests pipeline
# ********************************************
Expand Down