Skip to content

Commit

Permalink
Tested with 8.7 SingleStore (#91)
Browse files Browse the repository at this point in the history
* Tested with 8.7 SingleStore

* Increased number of splits

---------

Co-authored-by: Adalbert Makarovych <[email protected]>
  • Loading branch information
AdalbertMemSQL and Adalbert Makarovych authored Sep 16, 2024
1 parent 91028bb commit 8e70dff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ workflows:
singlestore_image:
- singlestore/cluster-in-a-box:alma-8.0.19-f48780d261-4.0.11-1.16.0
- singlestore/cluster-in-a-box:alma-8.1.32-e3d3cde6da-4.0.16-1.17.6
- singlestore/cluster-in-a-box:alma-8.5.7-bf633c1a54-4.0.17-1.17.8
- singlestore/cluster-in-a-box:alma-8.5.22-fe61f40cd1-4.1.0-1.17.11
- singlestore/cluster-in-a-box:alma-8.7.12-483e5f8acb-4.1.0-1.17.15
publish:
jobs:
- approve-publish:
Expand Down
4 changes: 2 additions & 2 deletions Layerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ MEMORY 8G
MEMORY 12G
MEMORY 16G

# split to 16 states
# split to 21 states
# each of them will run different version of the singlestore and spark
SPLIT 16
SPLIT 21

# copy the entire git repository
COPY . .
Expand Down
3 changes: 2 additions & 1 deletion scripts/define-layerci-matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -eu
SINGLESTORE_IMAGE_TAGS=(
"alma-8.0.19-f48780d261-4.0.11-1.16.0"
"alma-8.1.32-e3d3cde6da-4.0.16-1.17.6"
"alma-8.5.7-bf633c1a54-4.0.17-1.17.8"
"alma-8.5.22-fe61f40cd1-4.1.0-1.17.11"
"alma-8.7.12-483e5f8acb-4.1.0-1.17.15"
)
SINGLESTORE_IMAGE_TAGS_COUNT=${#SINGLESTORE_IMAGE_TAGS[@]}
SPARK_VERSIONS=(
Expand Down

0 comments on commit 8e70dff

Please sign in to comment.