Skip to content

Commit 2a6ba9f

Browse files
committed
[CI] Updates GitHub Actions and Buildkite for 8.10
1 parent 26394f6 commit 2a6ba9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
env:
66
RUBY_VERSION: "{{ matrix.ruby }}"
77
TEST_SUITE: "{{ matrix.suite }}"
8-
STACK_VERSION: 8.10.0-SNAPSHOT
8+
STACK_VERSION: 8.10-SNAPSHOT
99
matrix:
1010
setup:
1111
suite:

.github/workflows/main.yml renamed to .github/workflows/8.10.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: main
1+
name: 8.10
22
on:
33
push:
44
branches:
5-
- main
5+
- 8.10
66
pull_request:
77
branches:
8-
- main
8+
- 8.10
99
jobs:
1010
test-main:
1111
env:
@@ -26,7 +26,7 @@ jobs:
2626
sudo sysctl -w vm.max_map_count=262144
2727
- uses: elastic/elastic-github-actions/elasticsearch@master
2828
with:
29-
stack-version: 8.10.0-SNAPSHOT
29+
stack-version: 8.10-SNAPSHOT
3030
security-enabled: false
3131
- uses: ruby/setup-ruby@v1
3232
with:

0 commit comments

Comments
 (0)