Skip to content

Commit

Permalink
[YBDB] Image - version upgrade (#1114)
Browse files Browse the repository at this point in the history
* [yugabytedb] update version

Signed-off-by: Srinivasa Vasu <srinivasan.surprise@gmail.com>

* [update] test script

Signed-off-by: Srinivasa Vasu <srinivasan.surprise@gmail.com>

---------

Signed-off-by: Srinivasa Vasu <srinivasan.surprise@gmail.com>
Co-authored-by: Kyle Brennan <kyle@gitpod.io>
  • Loading branch information
srinivasa-vasu and kylos101 authored Jul 14, 2023
1 parent c78b8ee commit 58ba18b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions chunks/tool-yugabytedb/chunk.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variants:
- name: "2.14"
- name: "2.18"
args:
YB_VERSION: 2.14.0.0
YB_BUILD: 94
YB_VERSION: 2.18.1.0
YB_BUILD: 84
PYTHON_VERSION: 3.9
- name: "2.15"
- name: "2.19"
args:
YB_VERSION: 2.15.0.1
YB_BUILD: 4
YB_VERSION: 2.19.0.0
YB_BUILD: 190
PYTHON_VERSION: 3.9
4 changes: 2 additions & 2 deletions dazzle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ combiner:
- tool-brew
- tool-nginx
- tool-nix:2.11.0
- tool-yugabytedb:2.14
- tool-yugabytedb:2.18
- name: yugabytedb-preview
ref:
- base
Expand All @@ -186,7 +186,7 @@ combiner:
- tool-brew
- tool-nginx
- tool-nix:2.11.0
- tool-yugabytedb:2.15
- tool-yugabytedb:2.19
envvars:
- name: PATH
action: merge-unique
Expand Down
4 changes: 2 additions & 2 deletions tests/tool-yugabytedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
entrypoint: [bash, -i, -c]
command: [ysqlsh -V]
assert:
- stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.15.0.1-b0") != -1 ||
stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.14.0.0-b0") != -1
- 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
- status == 0
# ycql api
- desc: it should run ycql(cassandra)-api cli
Expand Down

0 comments on commit 58ba18b

Please sign in to comment.