Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ steps:
- cd rspec
- bundle install
- bktec run
env:
BUILDKITE_TESTS_OTLP_RELAY: "true"
soft_fail:
- exit_status: 1
plugins:
- tests#v1.0.0:
- tests#v1.0.1:
test-runner: rspec
result-path: tmp/rspec.json
suite-slug: test-engine-client-examples
upload-results: false
client-version: "v3.1.0-rc.1"
- mise#v1.1.4:
dir: rspec

Expand Down
6 changes: 3 additions & 3 deletions rspec/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ source "https://rubygems.org"

gem "rspec", "~> 3.13"

gem "buildkite-test_collector",
github: "buildkite/test-collector-ruby",
branch: "main"
gem "buildkite-test_collector", "2.15.0"
gem "opentelemetry-exporter-otlp", "~> 0.34", require: false
gem "opentelemetry-sdk", "~> 1.13", require: false
16 changes: 5 additions & 11 deletions rspec/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
GIT
remote: https://github.com/buildkite/test-collector-ruby.git
revision: 5ef5f2aad8902e8d3c2615cb6088c13b58830a01
branch: main
specs:
buildkite-test_collector (2.14.0)
concurrent-ruby
opentelemetry-exporter-otlp (~> 0.34)
opentelemetry-sdk (~> 1.13)

GEM
remote: https://rubygems.org/
specs:
bigdecimal (4.1.2)
buildkite-test_collector (2.15.0)
concurrent-ruby
concurrent-ruby (1.3.8)
diff-lcs (1.6.0)
google-protobuf (4.36.0)
Expand Down Expand Up @@ -64,7 +56,9 @@ PLATFORMS
ruby

DEPENDENCIES
buildkite-test_collector!
buildkite-test_collector (= 2.15.0)
opentelemetry-exporter-otlp (~> 0.34)
opentelemetry-sdk (~> 1.13)
rspec (~> 3.13)

BUNDLED WITH
Expand Down