Skip to content

Commit

Permalink
Create catalog-info file
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-backstage-prod[bot] committed Jun 13, 2024
1 parent 623f495 commit 259a6e9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 27 deletions.
33 changes: 13 additions & 20 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
---
# $yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
steps:
- label: ":elasticsearch: :php: ES PHP ({{ matrix.php }}) Test Suite: {{ matrix.suite }}"
agents:
provider: "gcp"
env:
PHP_VERSION: "{{ matrix.php }}"
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.14.0-SNAPSHOT
matrix:
setup:
suite:
- "free"
- "platinum"
php:
- "8.3-cli"
- "8.2-cli"
- "8.1-cli"
- "8.0-cli"
- "7.4-cli"
command: ./.buildkite/run-tests
artifact_paths: "*.xml"
- label: "Build"
command: "true"

- label: "Test"
command: "true"

- label: "Deploy"
command: "true"

- label: "Publish"
command: "true"
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These owners will be the default owners for everything in
# the repo.
* @elastic/devtools-team
22 changes: 15 additions & 7 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
# Declare your Buildkite pipelines below
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: 76f58964-9833-4fee-995e-ac20f4e32263
namespace: terrazzo-local
name: buildkite-pipeline-elasticsearch-php
description: Buildkite Pipeline for elasticsearch-php
links:
- title: Pipeline
url: https://buildkite.com/elastic/elasticsearch-php

spec:
type: buildkite-pipeline
owner: group:devtools-team
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
description: Elasticsearch PHP Client
name: elasticsearch-php
description:
spec:
default_branch: null
repository: elastic/elasticsearch-php
pipeline_file: ".buildkite/pipeline.yml"
teams:
devtools-team: {}
devtools-team:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY
owner: group:devtools-team
type: buildkite-pipeline

0 comments on commit 259a6e9

Please sign in to comment.