Skip to content

Commit

Permalink
YugabyteDB: Update chunk.yaml (gitpod-io#1224)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Troníček <[email protected]>
  • Loading branch information
yogendra and filiptronicek authored Nov 24, 2023
1 parent a6072be commit 0b13e96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
14 changes: 10 additions & 4 deletions chunks/tool-yugabytedb/chunk.yaml
Original file line number Diff line number Diff line change
@@ -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

3 changes: 2 additions & 1 deletion tests/tool-yugabytedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b13e96

Please sign in to comment.