mimaison commented on code in PR #13817: URL: https://github.com/apache/kafka/pull/13817#discussion_r1481254113
########## 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: I was asking as I don't know either. But it does not seem to work: https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-14717/7/pipeline -- 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