1
0
Fork 0

No issue: Restore num-flaky-test-attempts in flank-x86.yml (#9675)

master
Aaron Train 2020-04-03 12:37:16 -04:00 committed by GitHub
parent 51a76651d6
commit 72582d9c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ gcloud:
# see: https://github.com/TestArmada/flank/issues/341
#results-history-name: tmp_parallel
# The number of times a test execution should be re-attempted if one or more failures occur.
# The maximum number of reruns allowed is 10. Default is 0, which implies no reruns.
num-flaky-test-attempts: 1
# test and app are the only required args
app: /app/path
test: /test/path