Skip to content

Commit

Permalink
No issue: remove num-flaky-test-attempts from all Flank templates (mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMT authored Apr 3, 2020
1 parent d903791 commit 943d383
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 21 deletions.
6 changes: 1 addition & 5 deletions automation/taskcluster/androidTest/flank-arm64-v8a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions automation/taskcluster/androidTest/flank-armeabi-v7a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions automation/taskcluster/androidTest/flank-x86-start-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions automation/taskcluster/androidTest/flank-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 943d383

Please sign in to comment.