Commit 887f050
authored
feat(sandbox): add gpu sandbox scheduling support (#257)
* feat(sandbox): add gpu sandbox scheduling support
Allow sandbox creation to request GPU resources explicitly or infer them from GPU image names. This wires GPU intent through bootstrap, validates gateway support, and adds dedicated GPU E2E coverage for follow-up cluster testing.1 parent a359f1d commit 887f050
File tree
17 files changed
+684
-29
lines changed- architecture
- crates
- openshell-cli
- src
- tests
- openshell-server/src
- sandbox
- deploy/helm/openshell/templates
- docs/sandboxes
- e2e
- python
- rust/tests
- proto
- tasks
17 files changed
+684
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
302 | 303 | | |
303 | 304 | | |
304 | 305 | | |
| |||
377 | 378 | | |
378 | 379 | | |
379 | 380 | | |
| 381 | + | |
380 | 382 | | |
381 | 383 | | |
382 | 384 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
1054 | 1062 | | |
1055 | 1063 | | |
1056 | 1064 | | |
| |||
1791 | 1799 | | |
1792 | 1800 | | |
1793 | 1801 | | |
| 1802 | + | |
1794 | 1803 | | |
1795 | 1804 | | |
1796 | 1805 | | |
| |||
1868 | 1877 | | |
1869 | 1878 | | |
1870 | 1879 | | |
| 1880 | + | |
1871 | 1881 | | |
1872 | 1882 | | |
1873 | 1883 | | |
| |||
1889 | 1899 | | |
1890 | 1900 | | |
1891 | 1901 | | |
| 1902 | + | |
1892 | 1903 | | |
1893 | 1904 | | |
1894 | 1905 | | |
| |||
0 commit comments