Skip to content

Commit

Permalink
Add IT serverless pipeline (elastic#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak authored Nov 28, 2023
1 parent 837119b commit a640ade
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .buildkite/it/serverless-pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
agents:
image: "docker.elastic.co/ci-agent-images/es-perf/buildkite-agent-python"

steps:
- label: "Run IT Serverless Test"
command: echo "TODO"
39 changes: 37 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ spec:
lifecycle: production
dependsOn:
- "resource:rally-tracks-it"
- "resource:rally-tracks-it-serverless"

# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
# 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 tests
description: Run Rally Tracks integration tests
links:
- title: Pipeline
url: https://buildkite.com/elastic/rally-tracks-it
Expand All @@ -51,3 +52,37 @@ spec:
es-perf: {}
everyone:
access_level: READ_ONLY

# 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-serverless
description: Run Rally Tracks integration tests for serverless
links:
- title: Pipeline
url: https://buildkite.com/elastic/rally-tracks-it-serverless

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

implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: Rally Tracks - IT Serverless
spec:
pipeline_file: .buildkite/it/serverless-pipeline.yml
repository: elastic/rally-tracks
schedules:
Daily:
branch: master
cronline: "0 14 * * *"
message: periodic it serverless
teams:
es-perf: {}
everyone:
access_level: READ_ONLY

0 comments on commit a640ade

Please sign in to comment.