Preetha Appan
4cbef07d37
Prevent side effect modification of select options when preferred nodes are set
2018-01-31 09:56:53 -06:00
Preetha Appan
5ecb7895bb
Reschedule previous allocs and track their reschedule attempts
2018-01-31 09:56:53 -06:00
Diptanu Choudhury
a6e0077f72
Implemented SetPrefferingNodes in stack
2016-08-30 16:17:50 -07:00
Alex Dadgar
8b55fd6b70
Only interpret vars wrapped in braces
2016-02-04 17:26:46 -08:00
Alex Dadgar
97070f44f8
Add benchmark
2016-01-26 15:16:43 -08:00
Alex Dadgar
0ad3575897
FeasibilityWrapper uses computed node class eligibility to call feasibility checks minimally
2016-01-26 15:16:43 -08:00
Chris Hines
597194fb96
Skip unreliable time measurement assertions on Windows.
2015-12-09 14:55:57 -05:00
Alex Dadgar
2405101328
Remove base nodes from stack constructors
2015-10-16 17:05:23 -07:00
Alex Dadgar
b24f48a4ed
System scheduler and system stack
2015-10-14 18:39:44 -07:00
Armon Dadgar
b81105bd09
Change CPU from float64 to int
2015-09-23 11:14:32 -07:00
Armon Dadgar
40b84e3023
scheduler: recompute scan limit on SetNodes
2015-09-11 12:03:41 -07:00
Armon Dadgar
efdf717991
scheduler: allow updating the base nodes
2015-09-07 11:30:13 -07:00
Chris Bednarski
3164401ffd
Update references to "os" to use "kernel.name"
...
This brings test code and mocks up to date with the fingerprinter. This was a slightly larger change than I anticipated, but I think it's good for two reasons:
1. More semanitcally correct. `os.name` is something like "Windows 10 Pro" or "Ubuntu", while `kernel.name` is "windows" or "linux". `os.version` and `kernel.version` match these semantics.
2. `kernel.name` is much easier to grep for than `os`, which is helpful because oracle can't help us with strings.
2015-08-28 01:30:47 -07:00
Armon Dadgar
6a39f5b5da
scheduler: adding minor specialization for batch
2015-08-13 22:35:48 -07:00
Armon Dadgar
a5b1f16a5e
scheduler: test all the metrics
2015-08-13 21:58:55 -07:00
Armon Dadgar
9d1c52bf66
scheduler: testing service stack
2015-08-13 21:55:37 -07:00
Armon Dadgar
25a60ebd81
scheduler: adding tests
2015-08-13 18:51:08 -07:00