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 033564a7c40 Updated label name on ppc64le (#11411)
033564a7c40 is described below

commit 033564a7c40b1ef00582d459ea07b0541415db44
Author: Balavva-Mirji <[email protected]>
AuthorDate: Fri Sep 15 16:16:21 2023 +0530

    Updated label name on ppc64le (#11411)
---
 Jenkinsfile.ppc64le | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le
index dff65df00f5..a4ed11032b7 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 = 'power-for-camel'
 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"

Reply via email to