Skip to content

Commit 1097ce6

Browse files
committed
Add HLS test executables to flakiness workflow environment
1 parent 6e50414 commit 1097ce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/flakiness.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
TEST_PATTERNS: ${{ github.event.inputs.test_patterns }}
8282
PATTERN_FILE: 'scripts/flaky-test-patterns.txt'
8383
NO_BUILD_ONCE: '1'
84+
HLS_TEST_EXE: 'hls'
85+
HLS_WRAPPER_TEST_EXE: 'hls-wrapper'
8486
run: |
8587
# Run with a sensible default of 1000 iterations on PRs;
8688
max_iter="${{ github.event.inputs.max_iter }}"

0 commit comments

Comments
 (0)