Skip to content

Commit 1d11cda

Browse files
committed
[CI] Updates otel GitHub Action and Buildkite yaml test branch for 8.18
1 parent d3d1f31 commit 1d11cda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ steps:
6363
env:
6464
RUBY_VERSION: "3.4"
6565
STACK_VERSION: 8.18.0-SNAPSHOT
66-
ES_YAML_TESTS_BRANCH: 8.x
66+
ES_YAML_TESTS_BRANCH: 8.18
6767
TRANSPORT_VERSION: "8.3"
6868
RUBY_SOURCE: "ruby"
6969
TEST_SUITE: "platinum"

.github/workflows/otel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: opentelemetry
22
on:
33
push:
44
branches:
5-
- 8.x
5+
- 8.18
66
pull_request:
77
branches:
8-
- 8.x
8+
- 8.18
99
jobs:
1010
test-otel:
1111
name: 'Test Open Telemetry'

0 commit comments

Comments
 (0)