From 0b13e96051e1d3a6247f3c4394308325547dcff1 Mon Sep 17 00:00:00 2001 From: Yogendra Rampuria - Yogi Date: Fri, 24 Nov 2023 23:03:01 +0800 Subject: [PATCH] YugabyteDB: Update chunk.yaml (#1224) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Filip Troníček --- chunks/tool-yugabytedb/chunk.yaml | 14 ++++++++++---- tests/tool-yugabytedb.yaml | 3 ++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/chunks/tool-yugabytedb/chunk.yaml b/chunks/tool-yugabytedb/chunk.yaml index 7c1fc2c33..0d5a6e1bc 100644 --- a/chunks/tool-yugabytedb/chunk.yaml +++ b/chunks/tool-yugabytedb/chunk.yaml @@ -1,11 +1,17 @@ variants: - name: "2.18" args: - YB_VERSION: 2.18.1.0 - YB_BUILD: 84 + YB_VERSION: 2.18.4.2 + YB_BUILD: 2 PYTHON_VERSION: 3.9 - name: "2.19" args: - YB_VERSION: 2.19.0.0 - YB_BUILD: 190 + YB_VERSION: 2.19.3.0 + YB_BUILD: 140 PYTHON_VERSION: 3.9 + - name: "2.20" + args: + YB_VERSION: 2.20.0.0 + YB_BUILD: 76 + PYTHON_VERSION: 3.9 + diff --git a/tests/tool-yugabytedb.yaml b/tests/tool-yugabytedb.yaml index d5b973752..da1c7a68c 100644 --- a/tests/tool-yugabytedb.yaml +++ b/tests/tool-yugabytedb.yaml @@ -4,7 +4,8 @@ command: [ysqlsh -V] assert: - stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.19.0.0-b0") != -1 || - stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.18.1.0-b0") != -1 + stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.18.1.0-b0") != -1 || + stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.18.4.2-b0") != -1 - status == 0 # ycql api - desc: it should run ycql(cassandra)-api cli