arcolight commented on code in PR #7004:
URL: https://github.com/apache/ignite-3/pull/7004#discussion_r2582308409


##########
.teamcity/build/distributions/OdbcZip.kt:
##########
@@ -33,34 +27,32 @@ object OdbcZip : BuildType({
                 
                 odbcinst -j || exit 0
                 cat /etc/odbcinst.ini || exit 0
-                
-                conan --version
-                conan profile list
-                conan profile show default || exit 0
-                
-                conan info --path . || exit 0
             """.trimIndent()
         }
 
         customGradle {
-            name = "Build Zip"
-            tasks = ":packaging-odbc:distZip -i -Pplatforms.enable"
-            workingDir = "%VCSROOT__IGNITE3%"
+            name = "Build ODBC Zip (Under Rocky Linux 8 container)"
+            tasks = ":packaging-odbc:distZip"
+            workingDir = "%VCSROOT__GRIDGAIN9%"
+            gradleParams = "-i -Pplatforms.enable"
+            dockerImage = "docker.gridgain.com/ci/tc-rockylinux8-odbc:v1.0"
+            dockerPull = true
+            dockerImagePlatform = GradleBuildStep.ImagePlatform.Linux
+            dockerRunParameters = "-e JAVA_HOME=%CONTAINER_JAVA_HOME%"
         }
-
         customGradle {
-            name = "Build Tar"
-            id = "Build_Tar"
-            tasks = ":packaging-odbc:distTar -i -Pplatforms.enable"
-            workingDir = "%VCSROOT__IGNITE3%"
+            name = "Build ODBC Tar (Under Rocky Linux 8 container)"
+            tasks = ":packaging-odbc:distTar"
+            workingDir = "%VCSROOT__GRIDGAIN9%"

Review Comment:
   Fixed



##########
.teamcity/build/distributions/OdbcDeb.kt:
##########
@@ -32,26 +27,21 @@ object OdbcDeb : BuildType({
                 
                 odbcinst -j || exit 0
                 cat /etc/odbcinst.ini || exit 0
-                
-                conan --version
-                conan profile list
-                conan profile show default || exit 0
-                
-                conan info --path . || exit 0
             """.trimIndent()
         }
         customGradle {
-            name = "Build Deb"
-            tasks = ":packaging-odbc:buildDeb -i -Pplatforms.enable"
-            workingDir = "%VCSROOT__IGNITE3%"
+            name = "Build ODBC DEB (Under Rocky Linux 8 container)"
+            tasks = ":packaging-odbc:buildDeb"
+            workingDir = "%VCSROOT__GRIDGAIN9%"

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to