Skip to content

Commit

Permalink
[CI] xpack/elastic-agent DRA pipeline for 7.17 (#38191)
Browse files Browse the repository at this point in the history
* [CI] xpack/elastic-agent DRA pipeline for 7.17

* Update catalog-info.yaml

Co-authored-by: Victor Martinez <[email protected]>

---------

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
pazone and v1v authored Mar 13, 2024
1 parent 2fca7cd commit 8e790de
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,3 +693,38 @@ spec:
access_level: BUILD_AND_READ
everyone:
access_level: READ_ONLY
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-elastic-agent-binary-dra-7-17
description: Buildkite pipeline for packaging Elastic Agent core binary and publish it to DRA
links:
- title: Pipeline
url: https://buildkite.com/elastic/buildkite-elastic-agent-binary-dra-7-17

spec:
type: buildkite-pipeline
owner: group:ingest-fp
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: buildkite-elastic-agent-binary-dra-7-17
description: Buildkite pipeline for packaging Elastic Agent core binary and publish it to DRA
spec:
pipeline_file: ".buildkite/x-pack/elastic-agent/.buildkite/pipeline.xpack.elastic-agent-binary-dra.yml"
provider_settings:
build_branches: true
build_pull_requests: true
cancel_deleted_branch_builds: true
filter_condition: 'build.branch == "7.17" || build.pull_request.base_branch == "7.17"'
filter_enabled: true
repository: elastic/beats
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: BUILD_AND_READ

0 comments on commit 8e790de

Please sign in to comment.