xiao-penglei commented on a change in pull request #9872:
URL: https://github.com/apache/kafka/pull/9872#discussion_r565854978



##########
File path: Jenkinsfile
##########
@@ -160,5 +160,23 @@ pipeline {
         }
       }
     }
+    stage("Arm Build") {
+      agent { label 'arm4' }
+      options {
+        timeout(time: 8, unit: 'HOURS')
+        timestamps()
+      }
+      environment {

Review comment:
       @junrao Yeah, I have installed the openjdk-8u252-b09 that the version is 
same as jdk_1.8_latest of apache infra. The reason is that I could not find 
appropriate version of jdk that can run on arm platform from the jenkins 
software of apache infra. [infra jdk 
matrix](https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix)
 . I have also installed the maven-3.6.3 that version is same as maven_3_latest 
of apache infra. I will take time to ensure the versions of jdk and maven are 
consistent with those of apache infra. In most cases, the arm4 node is just for 
kafka arm ci. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to