This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 9099a8104c9 Disable camel-djl on ppc64le & use AGENT_LABEl as 
jenkins-osu-power9-2 (#11315)
9099a8104c9 is described below

commit 9099a8104c9d48853e1234b8401d61c4aadcc340
Author: Balavva-Mirji <[email protected]>
AuthorDate: Wed Sep 6 16:16:02 2023 +0530

    Disable camel-djl on ppc64le & use AGENT_LABEl as jenkins-osu-power9-2 
(#11315)
    
    * Enable camel-djl test suites execution on ppc64le
    
    * Using ASF provided ppc64le shared nodes for camel job on Power
    
    * Enable camel-kafka test suites execution on P
    
    * Disable camel-djl test suites execution on ppc64le
    
    * Switch between shared nodes for ppc64le
---
 Jenkinsfile.ppc64le          | 2 +-
 components/camel-djl/pom.xml | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le
index dff65df00f5..ba1e422f2b7 100644
--- a/Jenkinsfile.ppc64le
+++ b/Jenkinsfile.ppc64le
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-def AGENT_LABEL = 'power9'
+def AGENT_LABEL = 'jenkins-osu-power9-2'
 def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest'
 
 def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true 
-Dsurefire.rerunFailingTestsCount=2 -Dfailsafe.rerunFailingTestsCount=1"
diff --git a/components/camel-djl/pom.xml b/components/camel-djl/pom.xml
index 27b54061545..bbdeeef8142 100644
--- a/components/camel-djl/pom.xml
+++ b/components/camel-djl/pom.xml
@@ -32,7 +32,9 @@
     <description>Camel Deep Java Library support</description>
 
     <properties>
-        <!-- DJL requires native components only available on x86 & ppc64le -->
+        <!-- DJL requires native components only available on x86 -->
+        <skipTests.ppc64le>true</skipTests.ppc64le>
+        <skipITs.ppc64le>true</skipITs.ppc64le>
         <skipTests.s390x>true</skipTests.s390x>
         <skipITs.s390x>true</skipITs.s390x>
         <skipTests.aarch64>true</skipTests.aarch64>

Reply via email to