Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
esenmarti committed Jun 13, 2024
1 parent 259a6e9 commit 9c12157
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
---
# $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"
- 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"

0 comments on commit 9c12157

Please sign in to comment.