ijuma commented on a change in pull request #11833:
URL: https://github.com/apache/kafka/pull/11833#discussion_r820738378



##########
File path: Jenkinsfile
##########
@@ -178,6 +178,24 @@ pipeline {
             echo 'Skipping Kafka Streams archetype test for ARM build'
           }
         }
+
+        stage('PowerPC') {
+          agent { label 'ppc64le' }
+          options {
+            timeout(time: 2, unit: 'HOURS')
+            timestamps()
+          }
+          environment {
+            SCALA_VERSION=2.12

Review comment:
       Scala 2.12 support has been deprecated, it would be good to use Scala 
2.13 for new stages.




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