Commit ad66442
authored
[CI] Don't upload SYCL End-to-End tests results' json (#8822)
Nobody uses it anyway. Should fix pre-commit issue looking like
```
Traceback (most recent call last):
File "/__w/llvm/llvm/llvm/llvm/utils/lit/lit.py", line 6, in <module>
main()
File "/__w/llvm/llvm/llvm/llvm/utils/lit/lit/main.py", line 121, in main
report.write_results(tests_for_report, elapsed)
File "/__w/llvm/llvm/llvm/llvm/utils/lit/lit/reports.py", line 68, in write_results
with open(self.output_file, 'w') as file:
FileNotFoundError: [Errno 2] No such file or directory: '/__w/llvm/llvm/build/results_hip_amdgpu_default.json'
```1 parent 8996a8b commit ad66442
2 files changed
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | 231 | | |
233 | 232 | | |
234 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
57 | | - | |
| 54 | + | |
58 | 55 | | |
59 | 56 | | |
60 | 57 | | |
| |||
76 | 73 | | |
77 | 74 | | |
78 | 75 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 76 | | |
86 | 77 | | |
87 | 78 | | |
| |||
0 commit comments