Skip to content

Commit

Permalink
Configure Slack notifications through env (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak authored Oct 21, 2024
1 parent dc2e963 commit 1268b05
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ spec:
- "resource:rally-tracks-it"
- "resource:rally-tracks-it-serverless"

# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json

---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
Expand All @@ -46,6 +47,9 @@ spec:
metadata:
name: Rally Tracks - IT
spec:
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
SLACK_NOTIFICATIONS_CHANNEL: '#es-perf-build'
pipeline_file: .buildkite/it/pipeline.yml
repository: elastic/rally-tracks
teams:
Expand All @@ -55,8 +59,9 @@ spec:
everyone:
access_level: READ_ONLY

# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json

---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
Expand All @@ -77,6 +82,9 @@ spec:
metadata:
name: Rally Tracks - IT Serverless
spec:
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
SLACK_NOTIFICATIONS_CHANNEL: '#es-perf-build'
pipeline_file: .buildkite/it/serverless-pipeline.yml
repository: elastic/rally-tracks
schedules:
Expand Down

0 comments on commit 1268b05

Please sign in to comment.