Skip to content

Commit d10cf47

Browse files
committed
Remove pattern_file input and use default pattern file for flakiness test
1 parent a26922c commit d10cf47

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/flakiness.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ on:
4040
description: 'Comma-separated Tasty patterns to run each iteration (overrides default)'
4141
required: false
4242
default: ''
43-
pattern_file:
44-
description: 'Path to a file with one Tasty pattern per line (overrides test_patterns)'
45-
required: false
46-
default: 'scripts/flaky-test-patterns.txt'
4743

4844
jobs:
4945
loop:
@@ -83,7 +79,7 @@ jobs:
8379
SLEEP_SECS: ${{ github.event.inputs.sleep_secs || '0' }}
8480
LOG_STDERR: '1'
8581
TEST_PATTERNS: ${{ github.event.inputs.test_patterns }}
86-
PATTERN_FILE: ${{ github.event.inputs.pattern_file }}
82+
PATTERN_FILE: 'scripts/flaky-test-patterns.txt'
8783
NO_BUILD_ONCE: '1'
8884
run: |
8985
# Run with a sensible default of 1000 iterations on PRs;

0 commit comments

Comments
 (0)