From 2150ef6b4df8e8e0eddea34bbb6d3047d6ccc5d3 Mon Sep 17 00:00:00 2001 From: billschereriii Date: Wed, 20 Sep 2023 18:02:01 -0500 Subject: [PATCH 1/3] Update RedisAI version --- .github/workflows/run_tests.yml | 2 +- Makefile | 2 +- doc/changelog.rst | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 18d601e45..b4aea72a2 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -59,7 +59,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04] # cannot test on macOS as docker isn't supported on Mac - rai_v: [1.2.4, 1.2.5] # versions of RedisAI + rai_v: [1.2.7] # versions of RedisAI py_v: ['3.7.x', '3.8.x', '3.9.x', '3.10.x'] # versions of Python compiler: [intel, 8, 9, 10, 11] # intel compiler, and versions of GNU compiler env: diff --git a/Makefile b/Makefile index 3c709379b..4afa911ea 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ SR_TEST_REDIS_MODE := Clustered SR_TEST_UDS_FILE := /tmp/redis.sock SR_TEST_PORT := 6379 SR_TEST_NODES := 3 -SR_TEST_REDISAI_VER := v1.2.3 +SR_TEST_REDISAI_VER := v1.2.7 SR_TEST_DEVICE := cpu SR_TEST_PYTEST_FLAGS := -vv -s diff --git a/doc/changelog.rst b/doc/changelog.rst index edbcae888..ab4aeee37 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -8,12 +8,15 @@ To be released at some future point in time Description +- Updated the third-party RedisAI component - Updated the third-party lcov component Detailed Notes +- Updated from RedisAI v1.2.3 (test target)/v1.2.4 and v1.2.5 (CI/CD pipeline) to v1.2.7 (PR396_) - Updated lcov from version 1.15 to 2.0 (PR395_) +.. _PR396: https://github.com/CrayLabs/SmartRedis/pull/396 .. _PR395: https://github.com/CrayLabs/SmartRedis/pull/395 0.4.2 From 6f6085c1e115b53b46cc49b10e714ce501c4f2b8 Mon Sep 17 00:00:00 2001 From: billschereriii Date: Wed, 20 Sep 2023 18:04:31 -0500 Subject: [PATCH 2/3] Fix PR number --- doc/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index ab4aeee37..99e50e92c 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -13,10 +13,10 @@ Description Detailed Notes -- Updated from RedisAI v1.2.3 (test target)/v1.2.4 and v1.2.5 (CI/CD pipeline) to v1.2.7 (PR396_) +- Updated from RedisAI v1.2.3 (test target)/v1.2.4 and v1.2.5 (CI/CD pipeline) to v1.2.7 (PR402_) - Updated lcov from version 1.15 to 2.0 (PR395_) -.. _PR396: https://github.com/CrayLabs/SmartRedis/pull/396 +.. _PR396: https://github.com/CrayLabs/SmartRedis/pull/402 .. _PR395: https://github.com/CrayLabs/SmartRedis/pull/395 0.4.2 From 97c8062ada0193e3d9b7b817c5cfee1e392a02ac Mon Sep 17 00:00:00 2001 From: billschereriii Date: Wed, 20 Sep 2023 18:05:46 -0500 Subject: [PATCH 3/3] More PR number fixups -- LCOV was PR 396, not 395 --- doc/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 99e50e92c..4d47776c1 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -14,10 +14,10 @@ Description Detailed Notes - Updated from RedisAI v1.2.3 (test target)/v1.2.4 and v1.2.5 (CI/CD pipeline) to v1.2.7 (PR402_) -- Updated lcov from version 1.15 to 2.0 (PR395_) +- Updated lcov from version 1.15 to 2.0 (PR396_) -.. _PR396: https://github.com/CrayLabs/SmartRedis/pull/402 -.. _PR395: https://github.com/CrayLabs/SmartRedis/pull/395 +.. _PR402: https://github.com/CrayLabs/SmartRedis/pull/402 +.. _PR396: https://github.com/CrayLabs/SmartRedis/pull/396 0.4.2 -----