From ac961062c89962834a9e1c46172e304254762ab3 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Tue, 9 Aug 2022 17:26:43 -0400 Subject: [PATCH] test(jenkins): enable retry on failing test and use all machines --- ci/Jenkinsfile.uitests | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ci/Jenkinsfile.uitests b/ci/Jenkinsfile.uitests index 18cf1e2099..5bb54bb1f4 100644 --- a/ci/Jenkinsfile.uitests +++ b/ci/Jenkinsfile.uitests @@ -1,7 +1,7 @@ library 'status-jenkins-lib@v1.3.4' pipeline { - agent { label 'linux-01' } + agent { label 'linux' } parameters { booleanParam( @@ -67,7 +67,11 @@ pipeline { wrap([$class: 'Xvfb']) { script { def res = squish([ - extraOptions: '''--config + extraOptions: ''' + --retry + 2 + + --config addAUT nim_status_client ${WORKSPACE}/bin @@ -90,4 +94,3 @@ pipeline { always { cleanWs() } } } -