Skip to content

Commit a44d9b3

Browse files
authored
Merge pull request #1407 from elastic/add-catalog-info-2
Update Buildkite configuration
2 parents 623f495 + 2dac996 commit a44d9b3

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
# $yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
13
steps:
24
- label: ":elasticsearch: :php: ES PHP ({{ matrix.php }}) Test Suite: {{ matrix.suite }}"
35
agents:

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These owners will be the default owners for everything in
2+
# the repo.
3+
* @elastic/devtools-team

catalog-info.yaml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
1+
# Declare your Buildkite pipelines below
12
---
3+
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
24
apiVersion: backstage.io/v1alpha1
35
kind: Resource
46
metadata:
5-
name: 76f58964-9833-4fee-995e-ac20f4e32263
6-
namespace: terrazzo-local
7+
name: buildkite-pipeline-elasticsearch-php
8+
description: Buildkite Pipeline for elasticsearch-php
9+
links:
10+
- title: Pipeline
11+
url: https://buildkite.com/elastic/elasticsearch-php
12+
713
spec:
14+
type: buildkite-pipeline
15+
owner: group:devtools-team
16+
system: buildkite
817
implementation:
918
apiVersion: buildkite.elastic.dev/v1
1019
kind: Pipeline
1120
metadata:
12-
description: Elasticsearch PHP Client
1321
name: elasticsearch-php
22+
description: Elasticsearch PHP Client
1423
spec:
15-
default_branch: null
1624
repository: elastic/elasticsearch-php
25+
pipeline_file: ".buildkite/pipeline.yml"
1726
teams:
18-
devtools-team: {}
27+
devtools-team:
28+
access_level: MANAGE_BUILD_AND_READ
1929
everyone:
2030
access_level: READ_ONLY
21-
owner: group:devtools-team
22-
type: buildkite-pipeline

0 commit comments

Comments
 (0)