Skip to content

Commit 2b890af

Browse files
authored
Update integration test automation branches (#2463)
1 parent 421f953 commit 2b890af

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
env:
77
NODE_VERSION: "{{ matrix.nodejs }}"
88
TEST_SUITE: "{{ matrix.suite }}"
9-
STACK_VERSION: 8.15.0
9+
STACK_VERSION: 8.16.0
1010
matrix:
1111
setup:
1212
suite:

catalog-info.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ spec:
4242
main:
4343
branch: "main"
4444
cronline: "@daily"
45+
8_x:
46+
branch: "8.x"
47+
cronline: "@daily"
4548
8_14:
46-
branch: "8.14"
49+
branch: "8.16"
4750
cronline: "@daily"

0 commit comments

Comments
 (0)