Skip to content
Open
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
14 changes: 14 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# $yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
steps:
- label: "Build"
command: "true"

- label: "Test"
command: "true"

- label: "Deploy"
command: "true"

- label: "Publish"
command: "true"
38 changes: 13 additions & 25 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,15 @@
# Declare your Buildkite pipelines below
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: geneve
description: "Generate source events using languages and schemas"
annotations:
backstage.io/source-location: url:https://github.com/elastic/geneve
github.com/project-slug: elastic/geneve
github.com/team-slug: elastic/security-engineering-productivity
tags:
- go
- python
spec:
type: tool
owner: group:security-engineering-productivity
lifecycle: experimental
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: geneve-serverless-security-quality-gate
description: "Geneve - Serverless Security quality gate testing"
name: buildkite-pipeline-geneve
description: Buildkite Pipeline for geneve
links:
- title: Pipeline
url: https://buildkite.com/elastic/geneve

spec:
type: buildkite-pipeline
owner: group:security-engineering-productivity
Expand All @@ -29,14 +18,13 @@ spec:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: geneve-serverless-security-quality-gate
name: geneve
description:
spec:
repository: elastic/geneve
pipeline_file: .buildkite/serverless-security-quality-gate/pipeline.yml
provider_settings:
build_branches: true
trigger_mode: none
pipeline_file: ".buildkite/pipeline.yml"
teams:
security-engineering-productivity: {}
security-engineering-productivity:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY