From a5cb68120a83f8da173e5a8551c3e46944ee0781 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 30 Apr 2024 16:51:24 -0400 Subject: [PATCH] Revert #4651 #4654 and partially #4657 for KNN to use CentOS7 in 2.14.0 Signed-off-by: Peter Zhu --- .github/workflows/get-ci-image-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-ci-image-tag.yml b/.github/workflows/get-ci-image-tag.yml index 691054d027..1487997d14 100644 --- a/.github/workflows/get-ci-image-tag.yml +++ b/.github/workflows/get-ci-image-tag.yml @@ -50,7 +50,7 @@ jobs: TYPE=${{ inputs.type }} if [[ -z "$PLATFORM" ]]; then if [[ "$PRODUCT" = "opensearch" ]]; then - PLATFORM="almalinux8" # Temp measure before centos7 deprecation on opensearch for k-NN + PLATFORM="centos7" # Temp measure before centos7 deprecation on opensearch for k-NN else PLATFORM="almalinux8" fi