We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26922c commit d10cf47Copy full SHA for d10cf47
.github/workflows/flakiness.yml
@@ -40,10 +40,6 @@ on:
40
description: 'Comma-separated Tasty patterns to run each iteration (overrides default)'
41
required: false
42
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'
47
48
jobs:
49
loop:
@@ -83,7 +79,7 @@ jobs:
83
79
SLEEP_SECS: ${{ github.event.inputs.sleep_secs || '0' }}
84
80
LOG_STDERR: '1'
85
81
TEST_PATTERNS: ${{ github.event.inputs.test_patterns }}
86
- PATTERN_FILE: ${{ github.event.inputs.pattern_file }}
82
+ PATTERN_FILE: 'scripts/flaky-test-patterns.txt'
87
NO_BUILD_ONCE: '1'
88
run: |
89
# Run with a sensible default of 1000 iterations on PRs;
0 commit comments