mimaison commented on code in PR #13817:
URL: https://github.com/apache/kafka/pull/13817#discussion_r1392208754


##########
Jenkinsfile:
##########
@@ -174,6 +174,25 @@ pipeline {
             echo 'Skipping Kafka Streams archetype test for Java 21'
           }
         }
+
+        stage('PowerPC') {

Review Comment:
   The KIP states that this build will run nightly. Can you clarify which part 
of this stage does the scheduling?



##########
Jenkinsfile:
##########
@@ -174,6 +174,25 @@ pipeline {
             echo 'Skipping Kafka Streams archetype test for Java 21'
           }
         }
+
+        stage('PowerPC') {
+          agent { label 'ppc64le' }
+          tools {
+            jdk 'jdk_21_latest'
+          }
+          options {
+            timeout(time: 8, unit: 'HOURS')
+            timestamps()
+          }
+          environment {
+            SCALA_VERSION=2.13
+          }
+          steps {
+            doValidation()
+            doTest(env, 'unitTest')

Review Comment:
   The KIP does not state that only `unitTest` would run. Why are we doing 
setting this?



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to