Skip to content

Commit

Permalink
[CI] Pipeline resource for BK integration tests (#5717)
Browse files Browse the repository at this point in the history
* [CI] Pipeline resource for BK integration tests

* [CI] Pipeline resource for BK integration tests
  • Loading branch information
pazone authored Oct 7, 2024
1 parent 1eb5e12 commit 32eb0e0
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,45 @@ spec:
everyone:
access_level: BUILD_AND_READ

---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-elastic-agent-testing-bk
description: Elastic Agent extended testing using buildkite agents
links:
- title: Pipeline
url: https://buildkite.com/elastic/elastic-agent-extended-testing-bk

spec:
type: buildkite-pipeline
owner: group:ingest-fp
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: elastic-agent-extended-testing-bk
description: Elastic Agent extended testing using buildkite agents
spec:
repository: elastic/elastic-agent
pipeline_file: ".buildkite/bk.integration.pipeline.yml"
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
cancel_intermediate_builds: false
skip_intermediate_builds: false
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
SLACK_NOTIFICATIONS_CHANNEL: "#ingest-notifications"
SLACK_NOTIFICATIONS_ALL_BRANCHES: "false"
SLACK_NOTIFICATIONS_ON_SUCCESS: "false"
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: BUILD_AND_READ

---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
Expand Down

0 comments on commit 32eb0e0

Please sign in to comment.