1
0
Fork 0

No issue: remove num-flaky-test-attempts from all Flank templates (#9635)

master
Aaron Train 2020-04-02 20:02:22 -04:00 committed by GitHub
parent d903791992
commit 943d3837b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 21 deletions

View File

@ -19,11 +19,7 @@ gcloud:
# by default, set to app name
# declare results-history-name to create a separate dropdown menu in Firebase
# see: https://github.com/TestArmada/flank/issues/341
#results-history-name: tmp_parallel
# The number of times a TestExecution should be re-attempted if one or more\nof its test cases fail for any reason.
# The maximum number of reruns allowed is 10. Default is 0, which implies noi reruns.
num-flaky-test-attempts: 2
#results-history-name: tmp_parallel
# test and app are the only required args
app: /APP/PATH

View File

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

View File

@ -45,7 +45,3 @@ flank:
# repeat tests - the amount of times to run the tests.
# 1 runs the tests once. 10 runs all the tests 10x
repeat-tests: 1
# The number of times a TestExecution should be re-attempted if one or more\nof its test cases fail for any reason.
# The maximum number of reruns allowed is 10. Default is 0, which implies no reruns.
num-flaky-test-attempts: 3

View File

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

View File

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