-
Notifications
You must be signed in to change notification settings - Fork 972
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
623f495
commit 259a6e9
Showing
3 changed files
with
31 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |