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

davsclaus 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 6abb38df577 Use ASF provided ppc64le shared nodes for camel job 
execution on Power (#10861)
6abb38df577 is described below

commit 6abb38df5772fa3d7dedf5367beae7ef9440804b
Author: Balavva-Mirji <[email protected]>
AuthorDate: Thu Jul 27 18:46:22 2023 +0530

    Use ASF provided ppc64le shared nodes for camel job execution on Power 
(#10861)
    
    * Enable camel-djl test suites execution on ppc64le
    
    * Using ASF provided ppc64le shared nodes for camel job on Power
---
 Jenkinsfile.ppc64le | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le
index 269af6315f8..8c85a8fd7d3 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 = 'ppc64le'
+def AGENT_LABEL = 'power9'
 def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest'
 
 def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true 
-Dsurefire.rerunFailingTestsCount=2"

Reply via email to