Commit 8dac297
committed
fix(ci): mark AllocationTests as [HighMemory] to prevent OOM on ubuntu
The Allocate_1GB/2GB/4GB tests were causing OOM kills on ubuntu-latest
runners (which have ~7GB RAM but less available). These tests allocate
actual memory (not broadcast views), so they need to be excluded from CI.
Also removed debug options (--output Detailed --timeout 5m) from workflow.1 parent 30441b4 commit 8dac297
2 files changed
Lines changed: 7 additions & 2 deletions
File tree
- .github/workflows
- test/NumSharp.UnitTest/Backends/Unmanaged
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
0 commit comments