Skip to content

Commit 26f2d97

Browse files
test: cover c2a/s2a CPU SKUs in supportsFS table
Pin the c2a/s2a entries that are in the supportedTypes map; the table previously only asserted c1a/s1a. Review nit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 87b94c0 commit 26f2d97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/node/fs/util_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ func TestSupportsFS(t *testing.T) {
1717
// CPU instances always support shared FS, regardless of slice count.
1818
{name: "c1a", instanceType: "c1a.16x", want: true},
1919
{name: "s1a", instanceType: "s1a.8x", want: true},
20+
{name: "c2a", instanceType: "c2a.4x", want: true},
21+
{name: "s2a", instanceType: "s2a.2x", want: true},
2022

2123
// L40s: supported on any slice count (CRUSOE-67560). The full-node
2224
// .10x case must keep working; smaller slices must now also pass.

0 commit comments

Comments
 (0)