We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37f5930 + 0350331 commit 03925e7Copy full SHA for 03925e7
1 file changed
conf/test_stresstest_human.config
@@ -61,6 +61,7 @@ process {
61
time = { check_max( 48.h * task.attempt, 'time' ) }
62
}
63
withName:'markduplicates'{
64
+ errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'finish' }
65
cpus = { check_max( 16, 'cpus' ) }
66
memory = { check_max( 16.GB * task.attempt, 'memory' ) }
67
0 commit comments