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 0f68caf93cd Use label as power-for-camel (#11418)
0f68caf93cd is described below

commit 0f68caf93cd05b76abde3c8a58882c039bb7e824
Author: Balavva-Mirji <[email protected]>
AuthorDate: Fri Sep 15 18:37:53 2023 +0530

    Use label as power-for-camel (#11418)
    
    * Use label as ppc64le
    
    * Use label as power-for-camel
---
 Jenkinsfile.ppc64le | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le
index 9600b2299cd..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 = 'ppc64le'
+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