You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/04 05:16:44 UTC

[camel] branch main updated: Use label as ppc64le (#11636)

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

acosentino 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 50e85a9f8d9 Use label as ppc64le (#11636)
50e85a9f8d9 is described below

commit 50e85a9f8d95ebbbf6067d1c7ab9ffc3a839b063
Author: Chandranana <10...@users.noreply.github.com>
AuthorDate: Wed Oct 4 10:46:38 2023 +0530

    Use label as ppc64le (#11636)
---
 Jenkinsfile.ppc64le | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le
index 7365e7214a2..4a09acd2771 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 = 'power-for-camel'
+def AGENT_LABEL = 'ppc64le'
 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"