From 108cbbb08af91c6f08798b92f7c774d7107dc171 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 14 Nov 2024 09:33:12 -0600 Subject: [PATCH] Update integration test automation branches --- .buildkite/pipeline.yml | 2 +- catalog-info.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 370d1465f..eee6e4387 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -6,7 +6,7 @@ steps: env: NODE_VERSION: "{{ matrix.nodejs }}" TEST_SUITE: "{{ matrix.suite }}" - STACK_VERSION: 8.15.0 + STACK_VERSION: 8.16.0 matrix: setup: suite: diff --git a/catalog-info.yaml b/catalog-info.yaml index 4ce58c0b7..80d0514aa 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -42,6 +42,9 @@ spec: main: branch: "main" cronline: "@daily" + 8_x: + branch: "8.x" + cronline: "@daily" 8_14: - branch: "8.14" + branch: "8.16" cronline: "@daily"