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 6e50414 commit 1097ce6Copy full SHA for 1097ce6
.github/workflows/flakiness.yml
@@ -81,6 +81,8 @@ jobs:
81
TEST_PATTERNS: ${{ github.event.inputs.test_patterns }}
82
PATTERN_FILE: 'scripts/flaky-test-patterns.txt'
83
NO_BUILD_ONCE: '1'
84
+ HLS_TEST_EXE: 'hls'
85
+ HLS_WRAPPER_TEST_EXE: 'hls-wrapper'
86
run: |
87
# Run with a sensible default of 1000 iterations on PRs;
88
max_iter="${{ github.event.inputs.max_iter }}"
0 commit comments