Skip to content

Commit

Permalink
Removed CI references to "latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Feb 29, 2024
1 parent 48e4da9 commit ad6e091
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Commands to run:
```bash
# Run docker-compose cluster with image from DockerHub
./build_run_docker.sh \
--rondb-version latest \
--rondb-version 22.10.1 \
--num-mgm-nodes 1 \
--node-groups 1 \
--replication-factor 2 \
Expand Down Expand Up @@ -152,7 +152,7 @@ The Docker images come with a set of benchmarks pre-installed. To run any of the

# Running with a custom size; The benchmarks are run on the API containers and make queries towards the mysqld containers; this means that both types are needed.
./build_run_docker.sh \
-v latest -m 1 -g 1 -r 2 -my 2 -bn 1 \
-v 22.10.1 -m 1 -g 1 -r 2 -my 2 -bn 1 \
--run-benchmark <sysbench_single, sysbench_multi, dbt2_single>
```

Expand Down
2 changes: 1 addition & 1 deletion build_run_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ SAVE_SAMPLE_FILES=
DETACHED=
RONDB_SIZE=small
SQL_INIT_SCRIPT_CLI_DIR=$SCRIPT_DIR/resources/sql_init_scripts
RONDB_VERSION=latest
RONDB_VERSION=22.10.1

function print_usage() {
cat <<EOF
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
################

RONDB_SIZE=small
RONDB_VERSION=latest
RONDB_VERSION=22.10.1
REPLICATION_FACTOR=2
RONDB_TARBALL_PATH=
RONDB_TARBALL_URL=
Expand Down

0 comments on commit ad6e091

Please sign in to comment.