From efbe5f03f35cb2fcc83014e57ab02055d901a42f Mon Sep 17 00:00:00 2001
From: Ash Kulkarni <51029169+akdigitalself@users.noreply.github.com>
Date: Wed, 28 Feb 2024 12:23:22 -0800
Subject: [PATCH] Moved to aip cicd v4

---
 .gitlab-ci.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b1699bb74d..7ef88f4943c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,9 @@
 include:
   - project: 'analytics/artificial-intelligence/ai-platform/aip-infrastructure/ci-templates/ci-cd-template'
-    ref: &include_ref 'v3'
+    ref: &include_ref 'v4'
     file: 'environments/devex.yml'
   - project: 'analytics/artificial-intelligence/ai-platform/aip-infrastructure/ci-templates/ci-cd-template'
-    ref: *include_ref # TODO Use V4?
+    ref: *include_ref
     file: '/blocks/python.yml'
 
 variables:
@@ -36,9 +36,8 @@ build:publish:
   stage: build
   script:
   - *version
-  # Now write back the zillow-kserve version back to the original location we found the original so
-  # python package managers can reference it as they need the version stored internally.
-  # - sed -i "s/version=version/version=\'${PY_LIBRARY_VERSION}\'/" $KSERVE_VERSION_PATH -- TODO remove?
+  # Now write back the zillow-kserve version back to the original location we got it from,
+  # so python package managers can reference it as they need the version stored internally.
   - echo "${PY_LIBRARY_VERSION}" > python/VERSION
   - cd python/kserve
   - python setup.py sdist