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


##########
Jenkinsfile:
##########
@@ -174,6 +183,28 @@ 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
+          }
+          when {

Review Comment:
   Can you clarify why we are not using the `cron` statement? For example 
https://github.com/apache/zookeeper/blob/master/Jenkinsfile#L31-L33



##########
Jenkinsfile:
##########
@@ -1,3 +1,7 @@
+
+
+
+

Review Comment:
   Can we undo this change?



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