Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 0 additions & 6 deletions .buildkite/it/pipeline.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{
"enabled": true,
"pipeline_slug": "rally-tracks-it-serverless",
"allow_org_users": true
"allow_org_users": true,
"target_branch": "master"
}
]
}
37 changes: 2 additions & 35 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,41 +25,6 @@ spec:
- "resource:rally-tracks-it-serverless"


---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: rally-tracks-it
description: Run Rally Tracks integration tests
links:
- title: Pipeline
url: https://buildkite.com/elastic/rally-tracks-it

spec:
type: buildkite-pipeline
owner: group:es-perf
system: buildkite

implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
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:
es-perf: {}
elasticsearch-team:
access_level: BUILD_AND_READ
everyone:
access_level: READ_ONLY


---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
Expand All @@ -86,6 +51,8 @@ spec:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
SLACK_NOTIFICATIONS_CHANNEL: '#es-perf-build'
pipeline_file: .buildkite/it/serverless-pipeline.yml
provider_settings:
trigger_mode: none
repository: elastic/rally-tracks
schedules:
Daily:
Expand Down
Loading