Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 4, 2024
1 parent 39948b6 commit 000bf0b
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ steps:
STACK_VERSION: 8.12.0-SNAPSHOT
TRANSPORT_VERSION: "{{ matrix.transport }}"
RUBY_SOURCE: "{{ matrix.ruby_source }}"
SINGLE_TEST: "bulk/10_basic.yml"
matrix:
setup:
suite:
- "free"
- "platinum"
#- "platinum"
ruby:
- "3.3"
# - "3.2"
Expand All @@ -24,39 +25,39 @@ steps:
- 'ruby'
# Only run platinum once for the latest Ruby. You can use lots of combinations, check the
# documentation on https://buildkite.com/docs/pipelines/build-matrix for more information.
adjustments:
- with:
suite: "platinum"
ruby: "3.2"
skip: true
- with:
suite: "platinum"
ruby: "3.1"
skip: true
- with:
suite: "platinum"
ruby: "3.0"
skip: true
- with:
suite: "free"
ruby: "3.3"
ruby_source: "ruby"
transport: "8.0"
- with:
suite: "free"
ruby: "3.3"
ruby_source: "ruby"
transport: "8.1"
- with:
suite: "free"
ruby: "3.3"
ruby_source: "ruby"
transport: "main"
- with:
suite: "free"
ruby: "9.3"
ruby_source: "jruby"
transport: "8.2"
# adjustments:
# - with:
# suite: "platinum"
# ruby: "3.2"
# skip: true
# - with:
# suite: "platinum"
# ruby: "3.1"
# skip: true
# - with:
# suite: "platinum"
# ruby: "3.0"
# skip: true
# - with:
# suite: "free"
# ruby: "3.3"
# ruby_source: "ruby"
# transport: "8.0"
# - with:
# suite: "free"
# ruby: "3.3"
# ruby_source: "ruby"
# transport: "8.1"
# - with:
# suite: "free"
# ruby: "3.3"
# ruby_source: "ruby"
# transport: "main"
# - with:
# suite: "free"
# ruby: "9.4"
# ruby_source: "jruby"
# transport: "8.2"
command: ./.buildkite/run-tests.sh
# I'm publishing test results to HTML and JUnit in this directory and this directive makes them
# available in the Artifacts tab of a build in Buildkite.
Expand Down

0 comments on commit 000bf0b

Please sign in to comment.