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



##########
File path: Jenkinsfile
##########
@@ -158,6 +158,23 @@ pipeline {
             echo 'Skipping Kafka Streams archetype test for Java 15'
           }
         }
+
+        stage('ARM') {
+          agent { label 'arm4' }
+          options {
+            timeout(time: 8, unit: 'HOURS') 
+            timestamps()
+          }
+          environment {
+            SCALA_VERSION=2.12
+          }
+          steps {

Review comment:
       Would it be better to add error processing, for example 
"catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE')" .
   In this case, the arm CI fails, which does not affect the CI build result of 
the entire Kafka.




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